Home
last modified time | relevance | path

Searched refs:SOBJ_OWNER (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dsobject.h70 #define SOBJ_OWNER(sobj_ops, sobj) (*(sobj_ops->sobj_owner))(sobj) macro
/titanic_41/usr/src/uts/common/os/
H A Dturnstile.c483 SOBJ_OWNER(sobj_ops, sobj) == NULL) in turnstile_block()
491 (owner = SOBJ_OWNER(t->t_sobj_ops, t->t_wchan)) != NULL) { in turnstile_block()