Home
last modified time | relevance | path

Searched refs:RW_SYSINIT (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/kern/
H A Dkern_loginclass.c69 RW_SYSINIT(loginclasses_init, &loginclasses_lock, "loginclasses lock");
H A Dkern_khelp.c54 RW_SYSINIT(khelplistlock, &khelp_list_lock, "helper list lock");
H A Dsubr_stats.c157 RW_SYSINIT(stats_tpl_list, &tpllistlock, "Stat template list lock");
/freebsd/tools/test/stress2/misc/
H A Duma_zalloc_arg.sh151 +RW_SYSINIT(uma_dbg_nowait, &g_uma_dbg_nowait_lock, "uma dbg nowait");
/freebsd/sys/sys/
H A Drwlock.h264 #define RW_SYSINIT(name, rw, desc) RW_SYSINIT_FLAGS(name, rw, desc, 0) macro
/freebsd/sys/net/
H A Dif_llatbl.c74 RW_SYSINIT(lltable_list_lock, &lltable_list_lock, "lltable_list_lock");
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c84 RW_SYSINIT(sdplockinit, &sdp_lock, "SDP lock");
/freebsd/share/man/man9/
H A DMakefile1953 rwlock.9 RW_SYSINIT.9 \