| /freebsd-12-stable/sys/netinet/ |
| D | sctp_lock_bsd.h | 113 MTX_DEF | MTX_DUPOK); \ 134 MTX_DEF | MTX_DUPOK); \ 190 "sctp_it_wq", MTX_DEF); \ 208 "packetlog", MTX_DEF); \ 232 MTX_DEF | MTX_DUPOK); \ 250 MTX_DEF | MTX_DUPOK); \ 308 MTX_DEF | MTX_DUPOK); \ 337 MTX_DEF | MTX_DUPOK); \ 362 MTX_DEF | MTX_DUPOK); \ 401 mtx_init(&sctp_it_ctl.it_mtx, "sctp-it", "iterator", MTX_DEF); \ [all …]
|
| /freebsd-12-stable/sys/dev/wpi/ |
| D | if_wpivar.h | 145 NULL, MTX_DEF) 259 MTX_NETWORK_LOCK, MTX_DEF) 266 mtx_init(&(_sc)->rxon_mtx, "lock for wpi_rxon structure", NULL, MTX_DEF) 273 mtx_init(&(_sc)->tx_mtx, "tx path lock", NULL, MTX_DEF) 279 mtx_init(&(_sc)->nt_mtx, "node table lock", NULL, MTX_DEF) 285 mtx_init(&(_sc)->txq_mtx, "txq/cmdq lock", NULL, MTX_DEF) 291 mtx_init(&(_sc)->txq_state_mtx, "txq state lock", NULL, MTX_DEF)
|
| /freebsd-12-stable/sys/net80211/ |
| D | ieee80211_freebsd.h | 66 mtx_init(&cl->mtx, cl->name, NULL, MTX_DEF | MTX_RECURSE); \ 90 mtx_init(&cl->mtx, cl->name, NULL, MTX_DEF); \ 111 mtx_init(&fl->mtx, fl->name, NULL, MTX_DEF); \ 130 mtx_init(&nl->mtx, nl->name, NULL, MTX_DEF | MTX_RECURSE); \ 149 mtx_init(&(_psq)->psq_lock, _name, "802.11 ps q", MTX_DEF) 174 mtx_init(&(_aq)->aq_lock, _name, "802.11 age q", MTX_DEF) 184 mtx_init(&(_as)->as_lock, _name, "802.11 ACL", MTX_DEF) 196 mtx_init(&(_st)->st_lock, _name, "802.11 scan table", MTX_DEF) 203 mtx_init(&(_st)->st_scanlock, _name, "802.11 scangen", MTX_DEF) 213 mtx_init(&(rt)->rt_lock, _name, "802.11s route entry", MTX_DEF) [all …]
|
| /freebsd-12-stable/sys/dev/xdma/ |
| D | xdma.c | 100 mtx_init(&xchan->mtx_lock, "xDMA chan", NULL, MTX_DEF); in xdma_channel_alloc() 101 mtx_init(&xchan->mtx_qin_lock, "xDMA qin", NULL, MTX_DEF); in xdma_channel_alloc() 102 mtx_init(&xchan->mtx_qout_lock, "xDMA qout", NULL, MTX_DEF); in xdma_channel_alloc() 103 mtx_init(&xchan->mtx_bank_lock, "xDMA bank", NULL, MTX_DEF); in xdma_channel_alloc() 104 mtx_init(&xchan->mtx_proc_lock, "xDMA proc", NULL, MTX_DEF); in xdma_channel_alloc() 493 mtx_init(&xdma_mtx, "xDMA", NULL, MTX_DEF); in xdma_init()
|
| /freebsd-12-stable/sys/fs/nfs/ |
| D | nfs_commonport.c | 675 mtx_init(&newnfsd_mtx, "newnfsd_mtx", NULL, MTX_DEF); in newnfs_portinit() 676 mtx_init(&nfs_state_mutex, "nfs_state_mutex", NULL, MTX_DEF); in newnfs_portinit() 677 mtx_init(&nfs_clstate_mutex, "nfs_clstate_mutex", NULL, MTX_DEF); in newnfs_portinit() 762 mtx_init(&nfs_nameid_mutex, "nfs_nameid_mutex", NULL, MTX_DEF); in nfscommon_modevent() 763 mtx_init(&nfs_sockl_mutex, "nfs_sockl_mutex", NULL, MTX_DEF); in nfscommon_modevent() 764 mtx_init(&nfs_slock_mutex, "nfs_slock_mutex", NULL, MTX_DEF); in nfscommon_modevent() 765 mtx_init(&nfs_req_mutex, "nfs_req_mutex", NULL, MTX_DEF); in nfscommon_modevent() 767 MTX_DEF); in nfscommon_modevent() 768 mtx_init(&nfsrv_dslock_mtx, "nfs4ds", NULL, MTX_DEF); in nfscommon_modevent()
|
| /freebsd-12-stable/sys/dev/drm2/ |
| D | drm_stub.c | 114 NULL, MTX_DEF); in drm_master_create() 235 mtx_init(&dev->irq_lock, "drmirq", NULL, MTX_DEF); in drm_fill_in_dev() 236 mtx_init(&dev->count_lock, "drmcount", NULL, MTX_DEF); in drm_fill_in_dev() 237 mtx_init(&dev->event_lock, "drmev", NULL, MTX_DEF); in drm_fill_in_dev() 239 mtx_init(&dev->ctxlist_mutex, "drmctxlist", NULL, MTX_DEF); in drm_fill_in_dev() 240 mtx_init(&dev->pcir_lock, "drmpcir", NULL, MTX_DEF); in drm_fill_in_dev()
|
| /freebsd-12-stable/sys/netpfil/ipfw/nat64/ |
| 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)
|
| /freebsd-12-stable/sys/tests/epoch/ |
| D | epoch_test.c | 58 MTX_SYSINIT(state_mtx, &state_mtx, "epoch state mutex", MTX_DEF); 60 MTX_SYSINIT(mutexA, &mutexA, "epoch mutexA", MTX_DEF); 62 MTX_SYSINIT(mutexB, &mutexB, "epoch mutexB", MTX_DEF);
|
| /freebsd-12-stable/sys/vm/ |
| D | uma_int.h | 411 (k)->uk_name, MTX_DEF | MTX_DUPOK); \ 414 "UMA zone", MTX_DEF | MTX_DUPOK); \ 425 (z)->uz_name, MTX_DEF | MTX_DUPOK); \ 428 "UMA zone", MTX_DEF | MTX_DUPOK); \
|
| /freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/ |
| D | spinlock.h | 143 mtx_init(&lock->m, name, NULL, MTX_DEF | MTX_NOWITNESS); in linux_spin_lock_init() 155 MTX_SYSINIT(lock, &(lock).m, spin_lock_name("lnxspin"), MTX_DEF)
|
| D | wait.h | 115 MTX_SYSINIT(name, &(name).lock.m, spin_lock_name("wqhead"), MTX_DEF) 119 NULL, MTX_DEF | MTX_NEW | MTX_NOWITNESS); \
|
| /freebsd-12-stable/sys/dev/wtap/wtap_hal/ |
| D | hal.c | 68 mtx_init(&hal->hal_mtx, "wtap_hal mtx", NULL, MTX_DEF | MTX_RECURSE); in init_hal() 190 MTX_DEF | MTX_RECURSE); in new_wtap()
|
| /freebsd-12-stable/sys/dev/mwl/ |
| D | if_mwlvar.h | 136 mtx_init(&(_tq)->lock, (_tq)->name, NULL, MTX_DEF); \ 345 NULL, MTX_DEF | MTX_RECURSE) 353 NULL, MTX_DEF)
|
| /freebsd-12-stable/sys/dev/liquidio/base/ |
| D | lio_response_manager.c | 54 NULL, MTX_DEF); in lio_setup_response_list() 58 mtx_init(&oct->cmd_resp_wqlock, "cmd_resp_wqlock", NULL, MTX_DEF); in lio_setup_response_list()
|
| D | lio_request_manager.c | 145 mtx_init(&iq->lock, "Tx_lock", NULL, MTX_DEF); in lio_init_instr_queue() 146 mtx_init(&iq->post_lock, "iq_post_lock", NULL, MTX_DEF); in lio_init_instr_queue() 147 mtx_init(&iq->enq_lock, "enq_lock", NULL, MTX_DEF); in lio_init_instr_queue() 150 MTX_DEF); in lio_init_instr_queue() 735 mtx_init(&oct->sc_buf_pool.lock, "sc_pool_lock", NULL, MTX_DEF); in lio_setup_sc_buffer_pool()
|
| /freebsd-12-stable/sys/dev/usb/wlan/ |
| D | if_rumvar.h | 176 MTX_NETWORK_LOCK, MTX_DEF); 183 mtx_init(&(sc)->cmdq_mtx, "cmdq lock", NULL, MTX_DEF)
|
| /freebsd-12-stable/sys/arm64/coresight/ |
| D | coresight.c | 194 mtx_init(&pdata->mtx_lock, "Coresight Platform Data", NULL, MTX_DEF); in coresight_get_platform_data() 211 mtx_init(&cs_mtx, "ARM Coresight", NULL, MTX_DEF); in coresight_init()
|
| /freebsd-12-stable/sys/dev/tsec/ |
| D | if_tsec_fdt.c | 215 MTX_DEF); in tsec_fdt_attach() 217 MTX_DEF); in tsec_fdt_attach() 219 MTX_DEF); in tsec_fdt_attach()
|
| /freebsd-12-stable/sys/dev/sfxge/ |
| D | sfxge.h | 441 NULL, MTX_DEF); \ 460 NULL, MTX_DEF); \ 479 NULL, MTX_DEF); \
|
| /freebsd-12-stable/sys/dev/iscsi_initiator/ |
| D | isc_sm.c | 747 mtx_init(&sp->rsv_mtx, "iscsi-rsv", NULL, MTX_DEF); in ism_start() 748 mtx_init(&sp->rsp_mtx, "iscsi-rsp", NULL, MTX_DEF); in ism_start() 749 mtx_init(&sp->snd_mtx, "iscsi-snd", NULL, MTX_DEF); in ism_start() 750 mtx_init(&sp->hld_mtx, "iscsi-hld", NULL, MTX_DEF); in ism_start() 751 mtx_init(&sp->io_mtx, "iscsi-io", NULL, MTX_DEF); in ism_start()
|
| /freebsd-12-stable/sys/dev/malo/ |
| D | if_malo.h | 499 mtx_init(&(_tq)->lock, (_tq)->name, NULL, MTX_DEF); \ 569 NULL, MTX_DEF | MTX_RECURSE) 577 NULL, MTX_DEF)
|
| /freebsd-12-stable/sys/dev/random/ |
| D | other_algorithm.h | 48 #define RANDOM_RESEED_INIT_LOCK(x) mtx_init(&other_mtx, "reseed mutex", NULL, MTX_DEF)
|
| D | fortuna.h | 34 #define RANDOM_RESEED_INIT_LOCK(x) mtx_init(&fortuna_state.fs_mtx, "reseed mutex", NULL, MTX_DEF)
|
| /freebsd-12-stable/sys/kern/ |
| D | subr_eventhandler.c | 63 mtx_init(&eventhandler_mutex, "eventhandler", NULL, MTX_DEF); in eventhandler_init() 96 MTX_DEF); in eventhandler_find_or_create_list()
|
| /freebsd-12-stable/sys/dev/terasic/de4led/ |
| D | terasic_de4led.h | 53 "terasic_de4led", NULL, MTX_DEF)
|