kern_rwlock.c | 140 * rw_cas: 145 rw_cas(krwlock_t *rw, uintptr_t o, uintptr_t n) function in typeref:typename:uintptr_t 338 next = rw_cas(rw, owner, (owner + incr) & 393 next = rw_cas(rw, owner, owner | set_wait); 475 next = rw_cas(rw, owner, newown); 572 next = rw_cas(rw, owner, owner + incr); 618 next = rw_cas(rw, owner, newown + RW_READ_INCR); 653 next = rw_cas(rw, owner, newown); 669 next = rw_cas(rw, owner, newown); 704 next = rw_cas(rw, owner, newown) [all...] |