Searched defs:RWLOCK_INIT (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_compat.h258 # define RWLOCK_INIT(x, y) rw_init(&(x)->ipf_lk, (y), \ macro
449 # define RWLOCK_INIT(x, y) rwlock_init4(&(x)->ipf_lk, 0, RWLCK_CANSLEEP, 0, y) macro
451 # define RWLOCK_INIT(x, y) lock_init3(&(x)->ipf_lk, 0, 1, 0, 0, y) macro
460 # define RWLOCK_INIT(x, y) initlock(&(x)->ipf_lk, 0, 0, y) macro
598 # define RWLOCK_INIT(x, y) mrinit(&(x)->ipf_lk, y) macro
677 # define RWLOCK_INIT(x, y) lock_init(&(x)->ipf_lk, TRUE) macro
879 # define RWLOCK_INIT(x, y) rw_init(&(x)->ipf_lk, (y)) macro
902 # define RWLOCK_INIT(x,y) mtx_init(&(x)->ipf_lk, (y), NULL,\ macro
910 # define RWLOCK_INIT(x, y) sx_init(&(x)->ipf_lk, (y)) macro
1175 # define RWLOCK_INIT( macro
1315 # define RWLOCK_INIT macro
1560 # define RWLOCK_INIT macro
1779 # define RWLOCK_INIT macro
[all...]

Completed in 58 milliseconds