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, Apr 11, 3:06 PM
Unknown Object (File)
Dec 23 2023, 12:07 PM
Unknown Object (File)
Nov 13 2023, 8:58 AM
Unknown Object (File)
Nov 13 2023, 12:52 AM
Unknown Object (File)
Nov 11 2023, 9:04 AM
Unknown Object (File)
Nov 10 2023, 11:36 PM
Unknown Object (File)
Nov 9 2023, 9:09 AM
Unknown Object (File)
Oct 8 2023, 8:03 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.