Home
last modified time | relevance | path

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

12

/freebsd/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); in ipreass_vnet_init()
/freebsd/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/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsSpinLock.c12 mtx_init(pLock, "qat spin", NULL, MTX_DEF | MTX_DUPOK); in qatUtilsLockInit()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dspinlock.h114 mtx_lock_flags(&(_l)->m, MTX_DUPOK); \
/freebsd/sys/arm/include/
H A Dpmap.h122 NULL, MTX_DEF | MTX_DUPOK)
/freebsd/sys/riscv/include/
H A Dpmap.h105 NULL, MTX_DEF | MTX_DUPOK)
/freebsd/sys/dev/ixl/
H A Di40e_osdep.c140 "ixl spinlock", MTX_DEF | MTX_DUPOK); in i40e_init_spinlock()
/freebsd/sys/arm64/include/
H A Dpmap.h121 NULL, MTX_DEF | MTX_DUPOK)
/freebsd/sys/dev/iavf/
H A Diavf_osdep.c211 "iavf spinlock", MTX_DEF | MTX_DUPOK); in iavf_init_spinlock()
/freebsd/sys/fs/nullfs/
H A Dnull_subr.c301 VI_LOCK_FLAGS(a->null_lowervp, MTX_DUPOK); in null_checkvp()
/freebsd/sys/i386/include/
H A Dpmap.h186 NULL, MTX_DEF | MTX_DUPOK)
/freebsd/sys/powerpc/include/
H A Dpmap.h295 "pmap", NULL, MTX_DEF | MTX_DUPOK)
/freebsd/sys/fs/nfsclient/
H A Dnfs_clnode.c142 mtx_init(&np->n_mtx, "NEWNFSnode lock", NULL, MTX_DEF | MTX_DUPOK); in ncl_nget()
/freebsd/sys/kern/
H A Dkern_mutex.c1143 MTX_NOWITNESS | MTX_DUPOK | MTX_NOPROFILE | MTX_NEW)) == 0); in _mtx_init()
1160 if (opts & MTX_DUPOK) in _mtx_init()
1228 mtx_init(&proc0.p_mtx, "process lock", NULL, MTX_DEF | MTX_DUPOK); in mutex_init()
H A Dsched_ule.c932 TDQ_LOCK_FLAGS(two, MTX_DUPOK); in tdq_lock_pair()
935 TDQ_LOCK_FLAGS(one, MTX_DUPOK); in tdq_lock_pair()
1092 if (TDQ_TRYLOCK_FLAGS(steal, MTX_DUPOK) == 0) { in tdq_idled()
2099 if (TDQ_TRYLOCK_FLAGS(steal, MTX_DUPOK) == 0) in tdq_trysteal()
H A Dinit_main.c499 mtx_init(&pgrp0.pg_mtx, "process group", NULL, MTX_DEF | MTX_DUPOK); in proc0_init()
H A Dsubr_turnstile.c232 thread_lock_flags(td, MTX_DUPOK); in propagate_priority()
/freebsd/sys/fs/pseudofs/
H A Dpseudofs.c85 mtx_init(&pn->pn_mutex, "pfs_node", NULL, MTX_DEF | MTX_DUPOK); in pfs_alloc_node_flags()
/freebsd/sys/amd64/include/
H A Dpmap.h411 NULL, MTX_DEF | MTX_DUPOK)
/freebsd/sys/sys/
H A Dmutex.h63 #define MTX_DUPOK LOP_DUPOK /* Don't log a duplicate acquire */ macro
/freebsd/sys/contrib/ncsw/user/env/
H A Dxx.c500 mtx_init(m, "NetCommSW Lock", NULL, MTX_DEF | MTX_DUPOK); in XX_InitSpinlock()
/freebsd/sys/dev/ocs_fc/
H A Docs_os.h619 mtx_init(&(lock)->lock, lock->name, NULL, MTX_DEF | MTX_RECURSE | MTX_DUPOK); in ocs_rlock_init()
/freebsd/sys/fs/nfs/
H A Dnfs_commonsubs.c3970 NULL, MTX_DEF | MTX_DUPOK); in nfssvc_idname()
3977 MTX_DUPOK); in nfssvc_idname()
3983 NULL, MTX_DEF | MTX_DUPOK); in nfssvc_idname()
3989 "nfsgrphash", NULL, MTX_DEF | MTX_DUPOK); in nfssvc_idname()
/freebsd/sys/fs/unionfs/
H A Dunion_subr.c158 VI_LOCK_FLAGS(vp, MTX_DUPOK); in unionfs_get_cached_vnode_locked()

12