Home
last modified time | relevance | path

Searched defs:mtx (Results 1 – 22 of 22) sorted by relevance

/linux/tools/perf/util/
H A Dmutex.c20 static void __mutex_init(struct mutex *mtx, bool pshared) in __mutex_init()
37 void mutex_init(struct mutex *mtx) in mutex_init()
42 void mutex_init_pshared(struct mutex *mtx) in mutex_init_pshared()
47 void mutex_destroy(struct mutex *mtx) in mutex_destroy()
52 void mutex_lock(struct mutex *mtx) in mutex_lock()
58 void mutex_unlock(struct mutex *mtx) in mutex_unlock()
64 bool mutex_trylock(struct mutex *mtx) in mutex_trylock()
106 void cond_wait(struct cond *cnd, struct mutex *mtx) in cond_wait()
H A Drwsem.h15 struct mutex mtx; member
/linux/drivers/soc/mediatek/
H A Dmtk-mutex.c850 struct mtk_mutex_ctx *mtx = dev_get_drvdata(dev); in mtk_mutex_get() local
865 struct mtk_mutex_ctx *mtx = container_of(mutex, struct mtk_mutex_ctx, in mtk_mutex_put() local
876 struct mtk_mutex_ctx *mtx = container_of(mutex, struct mtk_mutex_ctx, in mtk_mutex_prepare() local
884 struct mtk_mutex_ctx *mtx = container_of(mutex, struct mtk_mutex_ctx, in mtk_mutex_unprepare() local
893 struct mtk_mutex_ctx *mtx = container_of(mutex, struct mtk_mutex_ctx, in mtk_mutex_add_comp() local
944 struct mtk_mutex_ctx *mtx = container_of(mutex, struct mtk_mutex_ctx, in mtk_mutex_remove_comp() local
979 struct mtk_mutex_ctx *mtx = container_of(mutex, struct mtk_mutex_ctx, in mtk_mutex_enable() local
990 struct mtk_mutex_ctx *mtx = container_of(mutex, struct mtk_mutex_ctx, in mtk_mutex_enable_by_cmdq() local
1009 struct mtk_mutex_ctx *mtx = container_of(mutex, struct mtk_mutex_ctx, in mtk_mutex_disable() local
1020 struct mtk_mutex_ctx *mtx = container_of(mutex, struct mtk_mutex_ctx, in mtk_mutex_acquire() local
[all …]
/linux/rust/pin-init/examples/
H A Dpthread_mutex.rs117 mtx: &'a PThreadMutex<T>, field
155 let mtx: Pin<Arc<PThreadMutex<usize>>> = Arc::try_pin_init(PThreadMutex::new(0)).unwrap(); in main() localVariable
160 let mtx = mtx.clone(); in main() localVariable
H A Dmutex.rs127 mtx: &'a CMutex<T>, field
196 let mtx: Pin<Arc<CMutex<usize>>> = Arc::pin_init(CMutex::new(0)).unwrap(); in main() localVariable
201 let mtx = mtx.clone(); in main() localVariable
H A Dstatic_init.rs90 let mtx: Pin<Arc<CMutex<usize>>> = Arc::pin_init(CMutex::new(0)).unwrap(); in main() localVariable
95 let mtx = mtx.clone(); in main() localVariable
/linux/drivers/net/ethernet/atheros/alx/
H A Dalx.h141 struct mutex mtx; member
/linux/sound/pci/aw2/
H A Daw2-alsa.c88 struct mutex mtx; member
/linux/include/linux/usb/
H A Dcdc_ncm.h115 spinlock_t mtx; member
/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb.h80 struct mutex mtx; member
/linux/drivers/usb/misc/
H A Dadutux.c71 struct mutex mtx; member
/linux/drivers/watchdog/
H A Dpcwd_usb.c144 struct mutex mtx; member
/linux/arch/powerpc/platforms/cell/spufs/
H A Dsched.c997 struct mutex *mtx = &cbe_spu_info[node].list_mutex; in spusched_thread() local
/linux/drivers/net/wireless/ath/ath10k/
H A Dsdio.h165 struct mutex mtx; member
/linux/tools/tracing/latency/
H A Dlatency-collector.c324 static __always_inline void mutex_lock(pthread_mutex_t *mtx) in mutex_lock() argument
332 static __always_inline void mutex_unlock(pthread_mutex_t *mtx) in mutex_unlock() argument
/linux/drivers/net/dsa/microchip/
H A Dksz_common.h687 struct mutex *mtx = __mtx; in ksz_regmap_lock() local
693 struct mutex *mtx = __mtx; in ksz_regmap_unlock() local
/linux/include/media/
H A Ddvb_frontend.h512 struct mutex mtx; member
/linux/net/rfkill/
H A Dcore.c79 struct mutex mtx; member
/linux/drivers/iio/
H A Dindustrialio-core.c598 const struct iio_mount_matrix *mtx; in iio_show_mount_matrix() local
/linux/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h382 struct mutex mtx; /* locks this structure */ member
/linux/fs/
H A Deventpoll.c186 struct mutex mtx; member
/linux/include/net/
H A Dcfg80211.h5852 struct mutex mtx; global() member
[all...]