Searched refs:MTX_DUPOK (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-current/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsSpinLock.c12 mtx_init(pLock, "qat spin", NULL, MTX_DEF | MTX_DUPOK);
/freebsd-current/sys/netinet/
H A Dsctp_lock_bsd.h121 MTX_DEF | MTX_DUPOK); \
141 MTX_DEF | MTX_DUPOK); \
236 MTX_DEF | MTX_DUPOK); \
258 MTX_DEF | MTX_DUPOK); \
316 MTX_DEF | MTX_DUPOK); \
352 MTX_DEF | MTX_DUPOK); \
H A Dip_reass.c691 MTX_DEF | MTX_DUPOK | MTX_NEW);
/freebsd-current/sys/vm/
H A Duma_int.h544 (k)->uk_name, MTX_DEF | MTX_DUPOK); \
547 "UMA zone", MTX_DEF | MTX_DUPOK); \
570 (z)->uz_name, MTX_DEF | MTX_DUPOK); \
573 "UMA zone", MTX_DEF | MTX_DUPOK); \
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dspinlock.h112 mtx_lock_flags(_l, MTX_DUPOK); \
/freebsd-current/sys/dev/ixl/
H A Di40e_osdep.c140 "ixl spinlock", MTX_DEF | MTX_DUPOK);
/freebsd-current/sys/arm/include/
H A Dpmap.h122 NULL, MTX_DEF | MTX_DUPOK)
/freebsd-current/sys/arm64/include/
H A Dpmap.h111 NULL, MTX_DEF | MTX_DUPOK)
/freebsd-current/sys/riscv/include/
H A Dpmap.h102 NULL, MTX_DEF | MTX_DUPOK)
/freebsd-current/sys/dev/iavf/
H A Diavf_osdep.c203 * @remark we pass MTX_DUPOK because the mutex name will not be unique. An
211 "iavf spinlock", MTX_DEF | MTX_DUPOK);
/freebsd-current/sys/fs/nullfs/
H A Dnull_subr.c301 VI_LOCK_FLAGS(a->null_lowervp, MTX_DUPOK);
/freebsd-current/sys/i386/include/
H A Dpmap.h186 NULL, MTX_DEF | MTX_DUPOK)
/freebsd-current/sys/powerpc/include/
H A Dpmap.h295 "pmap", NULL, MTX_DEF | MTX_DUPOK)
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clnode.c142 mtx_init(&np->n_mtx, "NEWNFSnode lock", NULL, MTX_DEF | MTX_DUPOK);
/freebsd-current/sys/kern/
H A Dkern_mutex.c1143 MTX_NOWITNESS | MTX_DUPOK | MTX_NOPROFILE | MTX_NEW)) == 0);
1160 if (opts & MTX_DUPOK)
1228 mtx_init(&proc0.p_mtx, "process lock", NULL, MTX_DEF | MTX_DUPOK);
H A Dsched_ule.c932 TDQ_LOCK_FLAGS(two, MTX_DUPOK);
935 TDQ_LOCK_FLAGS(one, MTX_DUPOK);
1092 if (TDQ_TRYLOCK_FLAGS(steal, MTX_DUPOK) == 0) {
2099 if (TDQ_TRYLOCK_FLAGS(steal, MTX_DUPOK) == 0)
H A Dsubr_turnstile.c232 thread_lock_flags(td, MTX_DUPOK);
H A Dinit_main.c499 mtx_init(&pgrp0.pg_mtx, "process group", NULL, MTX_DEF | MTX_DUPOK);
/freebsd-current/sys/fs/pseudofs/
H A Dpseudofs.c85 mtx_init(&pn->pn_mutex, "pfs_node", NULL, MTX_DEF | MTX_DUPOK);
/freebsd-current/sys/contrib/ncsw/user/env/
H A Dxx.c500 mtx_init(m, "NetCommSW Lock", NULL, MTX_DEF | MTX_DUPOK);
/freebsd-current/sys/dev/ocs_fc/
H A Docs_os.h619 mtx_init(&(lock)->lock, lock->name, NULL, MTX_DEF | MTX_RECURSE | MTX_DUPOK);
/freebsd-current/sys/sys/
H A Dmutex.h48 * Mutex types and options passed to mtx_init(). MTX_QUIET and MTX_DUPOK
63 #define MTX_DUPOK LOP_DUPOK /* Don't log a duplicate acquire */ macro
/freebsd-current/sys/amd64/include/
H A Dpmap.h411 NULL, MTX_DEF | MTX_DUPOK)
/freebsd-current/sys/fs/unionfs/
H A Dunion_vnops.c2022 VI_LOCK_FLAGS(lvp, MTX_DUPOK);
2050 VI_LOCK_FLAGS(uvp, MTX_DUPOK);
/freebsd-current/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c1233 MTX_DEF|MTX_DUPOK);

Completed in 368 milliseconds

12