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

/freebsd-10.0-release/sys/net/
H A Dpfil.h84 struct rmlock *ph_plock; /* Pointer to the used lock */ member in struct:pfil_head
128 (p)->ph_plock = &(p)->ph_lock; \
130 (p)->ph_plock = &V_pfil_lock; \
134 PFIL_LOCK_DESTROY_REAL((p)->ph_plock); \
137 #define PFIL_TRY_RLOCK(p, t) rm_try_rlock((p)->ph_plock, (t))
138 #define PFIL_RLOCK(p, t) rm_rlock((p)->ph_plock, (t))
139 #define PFIL_WLOCK(p) rm_wlock((p)->ph_plock)
140 #define PFIL_RUNLOCK(p, t) rm_runlock((p)->ph_plock, (t))
141 #define PFIL_WUNLOCK(p) rm_wunlock((p)->ph_plock)
142 #define PFIL_WOWNED(p) rm_wowned((p)->ph_plock)
[all...]

Completed in 36 milliseconds