Home
last modified time | relevance | path

Searched refs:active_locks (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dflock_impl.h97 struct lock_descriptor active_locks; member
225 #define ACTIVE_HEAD(gp) (&(gp)->active_locks)
/illumos-gate/usr/src/uts/common/os/
H A Dflock.c2458 gp_alloc->active_locks.l_next = in flk_get_lock_graph()
2459 gp_alloc->active_locks.l_prev = in flk_get_lock_graph()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1997 lw.startaddr = (uintptr_t)&(graph->active_locks); in lg_walk_step()