Searched refs:rrw_node_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Drrwlock.c50 * nodes (rrw_node_t), where each node keeps track of which specific
51 * lock (rrw_node_t::rn_rrl) the thread has grabbed. Since re-entering
69 * rrw_node_t entry for the lock) or not. If they are a re-entrant lock, then
81 } rrw_node_t; typedef in typeref:struct:rrw_node
83 static rrw_node_t *
86 rrw_node_t *rn;
104 rrw_node_t *rn;
120 rrw_node_t *rn;
121 rrw_node_t *prev = NULL;
283 rrw_node_t *r
[all...]

Completed in 118 milliseconds