/Linux-v6.1/tools/perf/util/ |
D | mutex.c | 20 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()
|
/Linux-v6.1/drivers/soc/mediatek/ |
D | mtk-mutex.c | 532 struct mtk_mutex_ctx *mtx = dev_get_drvdata(dev); in mtk_mutex_get() local 547 struct mtk_mutex_ctx *mtx = container_of(mutex, struct mtk_mutex_ctx, in mtk_mutex_put() local 558 struct mtk_mutex_ctx *mtx = container_of(mutex, struct mtk_mutex_ctx, in mtk_mutex_prepare() local 566 struct mtk_mutex_ctx *mtx = container_of(mutex, struct mtk_mutex_ctx, in mtk_mutex_unprepare() local 575 struct mtk_mutex_ctx *mtx = container_of(mutex, struct mtk_mutex_ctx, in mtk_mutex_add_comp() local 630 struct mtk_mutex_ctx *mtx = container_of(mutex, struct mtk_mutex_ctx, in mtk_mutex_remove_comp() local 670 struct mtk_mutex_ctx *mtx = container_of(mutex, struct mtk_mutex_ctx, in mtk_mutex_enable() local 681 struct mtk_mutex_ctx *mtx = container_of(mutex, struct mtk_mutex_ctx, in mtk_mutex_enable_by_cmdq() local 705 struct mtk_mutex_ctx *mtx = container_of(mutex, struct mtk_mutex_ctx, in mtk_mutex_disable() local 716 struct mtk_mutex_ctx *mtx = container_of(mutex, struct mtk_mutex_ctx, in mtk_mutex_acquire() local [all …]
|
/Linux-v6.1/drivers/staging/vme_user/ |
D | vme_bridge.h | 31 struct mutex mtx; member 58 struct mutex mtx; member 64 struct mutex mtx; member 75 struct mutex mtx; member
|
/Linux-v6.1/kernel/events/ |
D | hw_breakpoint.c | 625 struct mutex *mtx = bp_constraints_lock(bp); in reserve_bp_slot() local 646 struct mutex *mtx = bp_constraints_lock(bp); in release_bp_slot() local 677 struct mutex *mtx = bp_constraints_lock(bp); in modify_bp_slot() local
|
/Linux-v6.1/drivers/regulator/ |
D | isl6271a-regulator.c | 26 struct mutex mtx; member
|
/Linux-v6.1/drivers/net/ethernet/marvell/prestera/ |
D | prestera_counter.c | 16 struct mutex mtx; /* protect block_list */ member 32 struct mutex mtx; /* protect stats and counter_idr */ member
|
/Linux-v6.1/kernel/locking/ |
D | test-ww_mutex.c | 42 struct test_mutex *mtx = container_of(work, typeof(*mtx), work); in test_mutex_work() local 60 struct test_mutex mtx; in __test_mutex() local
|
/Linux-v6.1/include/linux/usb/ |
D | cdc_ncm.h | 115 spinlock_t mtx; member
|
/Linux-v6.1/drivers/net/ethernet/atheros/alx/ |
D | alx.h | 141 struct mutex mtx; member
|
/Linux-v6.1/sound/pci/aw2/ |
D | aw2-alsa.c | 88 struct mutex mtx; member
|
/Linux-v6.1/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb.h | 80 struct mutex mtx; member
|
/Linux-v6.1/drivers/usb/misc/ |
D | adutux.c | 71 struct mutex mtx; member
|
/Linux-v6.1/drivers/watchdog/ |
D | pcwd_usb.c | 144 struct mutex mtx; member
|
/Linux-v6.1/arch/powerpc/platforms/cell/spufs/ |
D | sched.c | 997 struct mutex *mtx = &cbe_spu_info[node].list_mutex; in spusched_thread() local
|
/Linux-v6.1/drivers/media/platform/ti/omap/ |
D | omap_voutdef.h | 102 struct mutex mtx; member
|
/Linux-v6.1/drivers/net/wireless/ath/ath10k/ |
D | sdio.h | 165 struct mutex mtx; member
|
/Linux-v6.1/sound/aoa/codecs/ |
D | tas.c | 97 struct mutex mtx; member
|
/Linux-v6.1/tools/tracing/latency/ |
D | latency-collector.c | 324 static __always_inline void mutex_lock(pthread_mutex_t *mtx) in mutex_lock() 332 static __always_inline void mutex_unlock(pthread_mutex_t *mtx) in mutex_unlock()
|
/Linux-v6.1/drivers/net/dsa/microchip/ |
D | ksz_common.h | 505 struct mutex *mtx = __mtx; in ksz_regmap_lock() local 511 struct mutex *mtx = __mtx; in ksz_regmap_unlock() local
|
/Linux-v6.1/include/media/ |
D | dvb_frontend.h | 512 struct mutex mtx; member
|
/Linux-v6.1/net/rfkill/ |
D | core.c | 78 struct mutex mtx; member
|
/Linux-v6.1/drivers/iio/ |
D | industrialio-core.c | 600 const struct iio_mount_matrix *mtx = ((iio_get_mount_matrix_t *) in iio_show_mount_matrix() local
|
/Linux-v6.1/drivers/net/wireless/intersil/orinoco/ |
D | orinoco_usb.c | 240 struct mutex mtx; member
|
/Linux-v6.1/drivers/media/i2c/ |
D | ov9650.c | 490 static const u8 mtx[] = { in ov965x_set_color_matrix() local
|
/Linux-v6.1/net/mac80211/ |
D | sta_info.h | 284 struct mutex mtx; member
|