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)
Tue, Aug 4, 5:35 AM
Unknown Object (File)
Tue, Aug 4, 5:35 AM
Unknown Object (File)
Sun, Aug 2, 4:47 AM
Unknown Object (File)
Sat, Aug 1, 8:10 AM
Unknown Object (File)
Wed, Jul 22, 1:52 PM
Unknown Object (File)
Jul 4 2026, 4:25 PM
Unknown Object (File)
Jun 25 2026, 2:11 AM
Unknown Object (File)
Jun 21 2026, 9:08 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.