Home
last modified time | relevance | path

Searched refs:SI_SUB_LOCK (Results 1 – 23 of 23) sorted by relevance

/f-stack/freebsd/sys/
H A Drmlock.h114 SYSINIT(name##_rm_sysinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
116 SYSUNINIT(name##_rm_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
H A Dlock.h212 SYSINIT(func##_ld, SI_SUB_LOCK, SI_ORDER_ANY, func, NULL)
215 SYSINIT(lock_delay_##lc##_ld, SI_SUB_LOCK, SI_ORDER_ANY, \
H A Dsx.h143 SYSINIT(name##_sx_sysinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
145 SYSUNINIT(name##_sx_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
H A Drwlock.h258 SYSINIT(name##_rw_sysinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
260 SYSUNINIT(name##_rw_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
H A Dmutex.h532 SYSINIT(name##_mtx_sysinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
534 SYSUNINIT(name##_mtx_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
H A Dkernel.h104 SI_SUB_LOCK = 0x1B00000, /* various locks */ enumerator
/f-stack/freebsd/libkern/
H A Darc4random.c170 SYSINIT(chacha20, SI_SUB_LOCK, SI_ORDER_ANY, chacha20_init, NULL);
182 SYSUNINIT(chacha20, SI_SUB_LOCK, SI_ORDER_ANY, chacha20_uninit, NULL);
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h240 SYSINIT(name##_sema_sysinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
242 SYSUNINIT(name##_sema_sysuninit, SI_SUB_LOCK, SI_ORDER_MIDDLE, \
/f-stack/freebsd/kern/
H A Dsubr_atomic64.c147 SYSINIT(atomic64_mtxinit, SI_SUB_LOCK, SI_ORDER_MIDDLE, atomic64_mtxinit, NULL);
H A Dsubr_kobj.c82 SYSINIT(kobj, SI_SUB_LOCK, SI_ORDER_ANY, kobj_init_mutex, NULL);
H A Dkern_rangelock.c57 SYSINIT(vfs, SI_SUB_LOCK, SI_ORDER_ANY, rangelock_sys_init, NULL);
H A Dsubr_rangeset.c58 SYSINIT(rs, SI_SUB_LOCK, SI_ORDER_ANY, rs_rangeset_init, NULL);
H A Dkern_osd.c445 SYSINIT(osd, SI_SUB_LOCK, SI_ORDER_ANY, osd_init, NULL);
H A Dsubr_turnstile.c419 SYSINIT(turnstile_profiling, SI_SUB_LOCK, SI_ORDER_ANY,
437 SYSINIT(turnstile0, SI_SUB_LOCK, SI_ORDER_ANY, init_turnstile0, NULL);
H A Dkern_alq.c422 SYSINIT(ald, SI_SUB_LOCK, SI_ORDER_ANY, ald_startup, NULL);
H A Dsubr_sleepqueue.c210 SYSINIT(sleepqueue_profiling, SI_SUB_LOCK, SI_ORDER_ANY,
H A Dkern_lockf.c298 SYSINIT(lf_init, SI_SUB_LOCK, SI_ORDER_FIRST, lf_init, NULL);
H A Dkern_descrip.c4882 SYSINIT(select, SI_SUB_LOCK, SI_ORDER_FIRST, filelistinit, NULL);
/f-stack/freebsd/libkern/x86/
H A Dcrc32_sse42.c213 SYSINIT(crc32c_sse42, SI_SUB_LOCK, SI_ORDER_ANY, crc32c_init_hw, NULL);
/f-stack/freebsd/mips/mips/
H A Dbusdma_machdep.c1297 SYSINIT(bpages, SI_SUB_LOCK, SI_ORDER_ANY, init_bounce_pages, NULL);
/f-stack/freebsd/arm64/arm64/
H A Dbusdma_bounce.c1224 SYSINIT(bpages, SI_SUB_LOCK, SI_ORDER_ANY, init_bounce_pages, NULL);
/f-stack/freebsd/x86/x86/
H A Dbusdma_bounce.c1076 SYSINIT(bpages, SI_SUB_LOCK, SI_ORDER_ANY, init_bounce_pages, NULL);
/f-stack/freebsd/arm/arm/
H A Dbusdma_machdep.c1510 SYSINIT(bpages, SI_SUB_LOCK, SI_ORDER_ANY, init_bounce_pages, NULL);