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)
Fri, Sep 11, 6:44 AM
Unknown Object (File)
Sun, Sep 6, 9:56 AM
Unknown Object (File)
Sat, Sep 5, 10:47 AM
Unknown Object (File)
Thu, Sep 3, 6:11 AM
Unknown Object (File)
Thu, Sep 3, 5:13 AM
Unknown Object (File)
Wed, Sep 2, 5:50 PM
Unknown Object (File)
Wed, Sep 2, 9:38 AM
Unknown Object (File)
Tue, Sep 1, 3:06 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.