| /f-stack/freebsd/netinet/ |
| H A D | sctp_lock_bsd.h | 112 MTX_DEF | MTX_DUPOK); \ 132 MTX_DEF | MTX_DUPOK); \ 187 "sctp_it_wq", MTX_DEF); \ 204 "packetlog", MTX_DEF); \ 227 MTX_DEF | MTX_DUPOK); \ 244 MTX_DEF | MTX_DUPOK); \ 302 MTX_DEF | MTX_DUPOK); \ 330 MTX_DEF | MTX_DUPOK); \ 355 MTX_DEF | MTX_DUPOK); \ 393 mtx_init(&sctp_it_ctl.it_mtx, "sctp-it", "iterator", MTX_DEF); \ [all …]
|
| H A D | ip_encap.c | 123 MTX_SYSINIT(encapmtx, &encapmtx, "encapmtx", MTX_DEF); 124 MTX_SYSINIT(srcaddrmtx, &srcaddrmtx, "srcaddrmtx", MTX_DEF);
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_freebsd.h | 68 mtx_init(&cl->mtx, cl->name, NULL, MTX_DEF | MTX_RECURSE); \ 92 mtx_init(&cl->mtx, cl->name, NULL, MTX_DEF); \ 113 mtx_init(&fl->mtx, fl->name, NULL, MTX_DEF); \ 132 mtx_init(&nl->mtx, nl->name, NULL, MTX_DEF | MTX_RECURSE); \ 151 mtx_init(&(_psq)->psq_lock, _name, "802.11 ps q", MTX_DEF) 176 mtx_init(&(_aq)->aq_lock, _name, "802.11 age q", MTX_DEF) 186 mtx_init(&(_as)->as_lock, _name, "802.11 ACL", MTX_DEF) 198 mtx_init(&(_st)->st_lock, _name, "802.11 scan table", MTX_DEF) 205 mtx_init(&(_st)->st_scanlock, _name, "802.11 scangen", MTX_DEF) 215 mtx_init(&(rt)->rt_lock, _name, "802.11s route entry", MTX_DEF) [all …]
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64lsn.h | 152 mtx_init(&(p)->lock, "alias_lock", NULL, MTX_DEF) 177 mtx_init(&(p)->lock, "host_lock", NULL, MTX_DEF|MTX_NEW) 235 mtx_init(&(p)->lock, "cfg_lock", NULL, MTX_DEF) 241 mtx_init(&(p)->periodic_lock, "periodic_lock", NULL, MTX_DEF)
|
| /f-stack/tools/compat/include/vm/ |
| H A D | uma_int.h | 544 (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); \ 586 mtx_init(&(z)->uz_cross_lock, "UMA Cross", NULL, MTX_DEF)
|
| /f-stack/freebsd/vm/ |
| H A D | uma_int.h | 545 (k)->uk_name, MTX_DEF | MTX_DUPOK); \ 548 "UMA zone", MTX_DEF | MTX_DUPOK); \ 571 (z)->uz_name, MTX_DEF | MTX_DUPOK); \ 574 "UMA zone", MTX_DEF | MTX_DUPOK); \ 587 mtx_init(&(z)->uz_cross_lock, "UMA Cross", NULL, MTX_DEF)
|
| /f-stack/freebsd/sys/ |
| H A D | procdesc.h | 83 MTX_DEF)
|
| /f-stack/freebsd/x86/xen/ |
| H A D | xen_msi.c | 65 mtx_init(&msi_lock, "msi", NULL, MTX_DEF); in xen_msi_init()
|
| /f-stack/lib/ |
| H A D | ff_kern_synch.c | 82 mtx_init(&synch_lock, "synch_lock", NULL, MTX_DEF); in synch_setup()
|
| H A D | ff_lock.c | 445 mtx_init(&Giant, "Giant", NULL, MTX_DEF | MTX_RECURSE); in mutex_init() 446 mtx_init(&proc0.p_mtx, "process lock", NULL, MTX_DEF | MTX_DUPOK); in mutex_init()
|
| /f-stack/freebsd/mips/broadcom/ |
| H A D | bcm_mipsvar.h | 106 "bhnd mips driver lock", MTX_DEF)
|
| /f-stack/freebsd/arm/ti/ |
| H A D | ti_adcvar.h | 81 "ti_adc", MTX_DEF)
|
| /f-stack/freebsd/kern/ |
| H A D | subr_eventhandler.c | 64 mtx_init(&eventhandler_mutex, "eventhandler", NULL, MTX_DEF); in eventhandler_init() 97 MTX_DEF); in eventhandler_find_or_create_list()
|
| H A D | kern_mtxpool.c | 164 MTX_POOL_SLEEP_SIZE, MTX_DEF); in mtx_pool_setup_dynamic()
|
| /f-stack/freebsd/mips/cavium/octe/ |
| H A D | ethernet-mdio.c | 52 MTX_SYSINIT(cvm_oct_mdio, &cvm_oct_mdio_mtx, "MDIO", MTX_DEF);
|
| /f-stack/freebsd/arm64/coresight/ |
| H A D | coresight.c | 122 mtx_init(&cs_mtx, "ARM Coresight", NULL, MTX_DEF); in coresight_init()
|
| H A D | coresight_fdt.c | 142 mtx_init(&pdata->mtx_lock, "Coresight Platform Data", NULL, MTX_DEF); in coresight_fdt_get_platform_data()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_atomic.c | 43 MTX_SYSINIT(atomic, &atomic_mtx, "atomic", MTX_DEF);
|
| /f-stack/freebsd/netinet6/ |
| H A D | mld6_var.h | 150 #define MLD_LOCK_INIT() mtx_init(&mld_mtx, "mld_mtx", NULL, MTX_DEF)
|
| /f-stack/freebsd/mips/nlm/dev/net/ |
| H A D | xlpge.h | 134 mtx_init(&(_sc)->sc_lock, _name, MTX_NETWORK_LOCK, MTX_DEF)
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dn_private.h | 59 mtx_init(&dn_cfg.uh_mtx, "dn_uh", NULL, MTX_DEF); \ 60 mtx_init(&dn_cfg.bh_mtx, "dn_bh", NULL, MTX_DEF); \
|
| /f-stack/freebsd/arm64/iommu/ |
| H A D | iommu.c | 325 mtx_init(&iommu->lock, "IOMMU", NULL, MTX_DEF); in iommu_register() 394 mtx_init(&iommu_mtx, "IOMMU", NULL, MTX_DEF); in iommu_init()
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_reset.c | 136 mtx_init(&sc->mtx, device_get_nameunit(dev), NULL, MTX_DEF); in aw_reset_attach()
|
| /f-stack/freebsd/arm/include/ |
| H A D | pmap-v6.h | 126 NULL, MTX_DEF | MTX_DUPOK)
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_trigger.c | 167 mtx_init(&audit_trigger_mtx, "audit_trigger_mtx", NULL, MTX_DEF); in audit_trigger_init()
|