Searched refs:mtx (Results 176 - 200 of 1378) sorted by relevance

1234567891011>>

/freebsd-current/sys/dev/smc/
H A Dif_smcvar.h34 struct mtx smc_mtx;
/freebsd-current/sys/dev/usb/
H A Dusb_hub_private.h57 struct mtx sc_mtx; /* our mutex */
/freebsd-current/sys/net/
H A Dnetisr_internal.h110 struct mtx nws_mtx; /* Synchronize work. */
H A Dmp_ring.h60 struct mtx lock;
/freebsd-current/sys/geom/nop/
H A Dg_nop.h76 struct mtx sc_lock;
/freebsd-current/sys/dev/gpio/
H A Dqoriq_gpio.h55 struct mtx sc_mtx;
/freebsd-current/sys/dev/drm2/
H A Ddrm_gem_names.h47 struct mtx lock;
/freebsd-current/sys/dev/cxgbe/
H A Dt4_smt.h54 struct mtx lock;
/freebsd-current/sys/powerpc/powermac/
H A Dcudavar.h83 struct mtx sc_mutex;
/freebsd-current/sys/dev/qlxgb/
H A Dqla_def.h155 struct mtx hw_lock;
161 struct mtx tx_lock;
170 struct mtx rx_lock;
171 struct mtx rxj_lock;
/freebsd-current/sys/dev/qat/qat_api/
H A Dfreebsd_module.c11 extern struct mtx *adfDevicesLock;
/freebsd-current/sys/sys/
H A Dsema.h39 struct mtx sema_mtx; /* General protection lock. */
H A Dtimers.h48 struct mtx it_mtx;
/freebsd-current/tools/test/callout_free/
H A Dcallout_free.c42 static struct mtx callout_free_mutex;
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_spivar.h35 struct mtx sc_mtx;
/freebsd-current/sys/kern/
H A Dsubr_bufring.c37 buf_ring_alloc(int count, struct malloc_type *type, int flags, struct mtx *lock)
/freebsd-current/sys/fs/ext2fs/
H A Dext2_mount.h55 struct mtx um_lock; /* Protects ext2mount & fs */
/freebsd-current/sys/netgraph/bluetooth/include/
H A Dng_btsocket_hci_raw.h55 struct mtx pcb_mtx; /* pcb mutex */
/freebsd-current/sys/dev/iicbus/controller/twsi/
H A Dtwsi.h47 struct mtx mutex;
/freebsd-current/sys/dev/qcom_gcc/
H A Dqcom_gcc_ipq4018_reset.c143 mtx_lock(&sc->mtx);
150 mtx_unlock(&sc->mtx);
166 mtx_lock(&sc->mtx);
172 mtx_unlock(&sc->mtx);
/freebsd-current/sys/dev/ichsmb/
H A Dichsmb_var.h64 struct mtx mutex; /* device mutex */
/freebsd-current/sys/dev/ice/
H A Dice_rdma_internal.h96 * @var ice_rdma_state::mtx
104 struct sx mtx; member in struct:ice_rdma_state
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_addrhashmap.h64 Mutex mtx; member in struct:__sanitizer::AddrHashMap::Bucket
117 ReadLock lock(&bucket->mtx);
235 b->mtx.ReadLock();
246 b->mtx.ReadUnlock();
252 b->mtx.Lock();
261 b->mtx.Unlock();
278 b->mtx.Unlock();
286 b->mtx.Unlock();
347 b->mtx.Unlock();
376 b->mtx
[all...]
/freebsd-current/sys/arm/ti/cpsw/
H A Dif_cpswvar.h63 struct mtx lock;
142 struct mtx lock;
/freebsd-current/sys/fs/nfs/
H A Dnfsrvcache.h118 struct mtx mtx; member in struct:nfsrchash_bucket

Completed in 243 milliseconds

1234567891011>>