HomeSort by: relevance | last modified time | path
    Searched defs:rw_oncpu (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
kern_rwlock.c 242 * rw_oncpu:
249 rw_oncpu(uintptr_t owner) function in typeref:typename:bool
361 if (rw_oncpu(owner)) {
369 } while (rw_oncpu(owner));
389 if ((owner & need_wait) == 0 || rw_oncpu(owner)) {

Completed in 13 milliseconds