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, Aug 7, 3:30 PM
Unknown Object (File)
Jun 21 2025, 10:09 AM
Unknown Object (File)
Jun 20 2025, 8:20 PM
Unknown Object (File)
Jun 16 2025, 1:20 AM
Unknown Object (File)
May 31 2025, 3:14 AM
Unknown Object (File)
May 24 2025, 4:30 AM
Unknown Object (File)
Feb 22 2025, 6:17 PM
Unknown Object (File)
Feb 21 2025, 6:44 PM
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.