Searched hist:177277 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dresourcevar.hdiff 177277 Sun Mar 16 19:29:02 MDT 2008 pjd - Use wait-free method to manage ui_sbsize and ui_proccnt fields in the
uidinfo structure. This entirely removes contention observed on the
ui_mtxp mutex (as it is now gone).
- Convert the uihashtbl_mtx mutex to a rwlock, as most of the time we just
need to read-lock it.

Reviewed by: jhb, jeff, kris & others
Tested by: kris
/freebsd-10.0-release/sys/kern/
H A Dkern_resource.cdiff 177277 Sun Mar 16 19:29:02 MDT 2008 pjd - Use wait-free method to manage ui_sbsize and ui_proccnt fields in the
uidinfo structure. This entirely removes contention observed on the
ui_mtxp mutex (as it is now gone).
- Convert the uihashtbl_mtx mutex to a rwlock, as most of the time we just
need to read-lock it.

Reviewed by: jhb, jeff, kris & others
Tested by: kris

Completed in 323 milliseconds