Page MenuHomeFreeBSD

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

Authored by neel on May 2 2015, 10:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 9, 10:18 PM
Unknown Object (File)
Wed, Oct 8, 2:26 AM
Unknown Object (File)
Sat, Oct 4, 8:59 AM
Unknown Object (File)
Sep 11 2025, 10:38 AM
Unknown Object (File)
Sep 11 2025, 3:56 AM
Unknown Object (File)
Sep 4 2025, 2:10 PM
Unknown Object (File)
Sep 4 2025, 6:12 AM
Unknown Object (File)
Sep 2 2025, 9:43 AM
Subscribers

Details

Reviewers
grehan
jhb
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 Passed
Unit
No Test Coverage

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.