Page MenuHomeFreeBSD

Check 'td_owepreempt' and yield the vcpu thread if it is set.
ClosedPublic

Authored by neel on May 2 2015, 10:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 2 2024, 8:09 PM
Unknown Object (File)
Dec 20 2023, 2:09 AM
Unknown Object (File)
Nov 21 2023, 3:13 PM
Unknown Object (File)
Nov 12 2023, 11:38 AM
Unknown Object (File)
Nov 10 2023, 2:28 AM
Unknown Object (File)
Nov 5 2023, 12:50 AM
Unknown Object (File)
Oct 12 2023, 3:58 PM
Unknown Object (File)
Oct 9 2023, 1:06 AM
Subscribers

Details

Summary

This is done explicitly because a vcpu thread can be in a critical section
for the entire time slice alloted to it. This in turn can delay the handling
of the 'td_owepreempt'.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

neel retitled this revision from to Check 'td_owepreempt' and yield the vcpu thread if it is set..
neel updated this object.
neel added reviewers: jhb, grehan.
jhb edited edge metadata.
This revision is now accepted and ready to land.May 6 2015, 3:52 PM
This revision was automatically updated to reflect the committed changes.