Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h271 # define RWLOCK_INIT(x, y) rw_init(&(x)->ipf_lk, (y), \ macro
445 # define RWLOCK_INIT(x, y) lock_init3(&(x)->ipf_lk, 0, 1, 0, 0, y) macro
454 # 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
676 # define RWLOCK_INIT(x, y) lock_init(&(x)->ipf_lk, TRUE) macro
908 # define RWLOCK_INIT(x,y) mtx_init(&(x)->ipf_lk, (y), NULL,\ macro
915 # define RWLOCK_INIT(x, y) sx_init(&(x)->ipf_lk, (y)) macro
1135 # define RWLOCK_INIT(x,y) rwlock_init(&(x)->ipf_lk) macro
1273 # define RWLOCK_INIT(x, y) lock_alloc(&(x)->ipf_lk, \ macro
1512 # define RWLOCK_INIT(x, y) eMrwlock_init(&(x)->ipf_emu, y) macro
[all …]