| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | rwlock.h | 50 # define do_raw_read_lock(rwlock) do {__acquire(lock); arch_read_lock(&(rwlock)->raw_lock); } while… 52 do {__acquire(lock); arch_read_lock_flags(&(lock)->raw_lock, *(flags)); } while (0) 55 # define do_raw_write_lock(rwlock) do {__acquire(lock); arch_write_lock(&(rwlock)->raw_lock); } whi… 57 do {__acquire(lock); arch_write_lock_flags(&(lock)->raw_lock, *(flags)); } while (0)
|
| H A D | bit_spinlock.h | 35 __acquire(bitlock); in bit_spin_lock() 50 __acquire(bitlock); in bit_spin_trylock()
|
| H A D | compiler_types.h | 20 # define __acquire(x) __context__(x,1) macro 22 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) 46 # define __acquire(x) (void)0 macro
|
| H A D | rcupdate.h | 650 __acquire(RCU); in rcu_read_lock() 723 __acquire(RCU_BH); in rcu_read_lock_bh() 758 __acquire(RCU_SCHED); in rcu_read_lock_sched() 768 __acquire(RCU_SCHED); in rcu_read_lock_sched_notrace()
|
| H A D | spinlock.h | 182 __acquire(lock); in do_raw_spin_lock() 194 __acquire(lock); in do_raw_spin_lock_flags()
|
| H A D | spinlock_api_up.h | 28 do { __acquire(lock); (void)(lock); } while (0)
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | once.c | 47 __acquire(once_lock); in __do_once_start() 77 __acquire(once_mutex); in __do_once_slow_start()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/ |
| H A D | compiler.h | 21 # define __acquire(x) __context__(x,1) macro 23 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) 46 # define __acquire(x) (void)0 macro
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | compiler.h | 16 # define __acquire(x) __context__(x,1) macro 18 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0) 41 # define __acquire(x) (void)0 macro
|
| /OK3568_Linux_fs/kernel/drivers/clk/mediatek/ |
| H A D | clk-mux.c | 84 __acquire(mux->lock); in mtk_clk_mux_set_parent_lock() 107 __acquire(mux->lock); in mtk_clk_mux_set_parent_setclr_lock()
|
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-fractional-divider.c | 45 __acquire(fd->lock); in clk_fd_recalc_rate() 159 __acquire(fd->lock); in clk_fd_set_rate()
|
| H A D | clk-multiplier.c | 136 __acquire(mult->lock); in clk_multiplier_set_rate()
|
| H A D | clk-gate.c | 74 __acquire(gate->lock); in clk_gate_endisable()
|
| H A D | clk-milbeaut.c | 302 __acquire(mux->lock); in m10v_mux_set_parent() 427 __acquire(divider->lock); in m10v_clk_divider_set_rate()
|
| H A D | clk-mux.c | 108 __acquire(mux->lock); in clk_mux_set_parent()
|
| H A D | clk-xgene.c | 248 __acquire(fd->lock); in xgene_clk_pmd_recalc_rate() 319 __acquire(fd->lock); in xgene_clk_pmd_set_rate()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | ttm_object.h | 373 __acquire(RCU); in ttm_base_object_noref_release()
|
| /OK3568_Linux_fs/kernel/drivers/md/persistent-data/ |
| H A D | dm-btree.h | 21 # define __dm_bless_for_disk(x) __acquire(x)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
| H A D | locks.h | 15 #define __acquire(x) macro
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | pcpubuf.c | 32 __acquire(pcb->lock); in erofs_get_pcpubuf()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_qp.c | 1210 __acquire(&send_cq->lock); in hns_roce_lock_cqs() 1211 __acquire(&recv_cq->lock); in hns_roce_lock_cqs() 1214 __acquire(&recv_cq->lock); in hns_roce_lock_cqs() 1217 __acquire(&send_cq->lock); in hns_roce_lock_cqs() 1220 __acquire(&recv_cq->lock); in hns_roce_lock_cqs()
|
| /OK3568_Linux_fs/kernel/drivers/clk/meson/ |
| H A D | clk-mpll.c | 116 __acquire(mpll->lock); in mpll_set_rate()
|
| /OK3568_Linux_fs/kernel/drivers/clk/rockchip/ |
| H A D | clk-dclk-divider.c | 55 __acquire(divider->lock); in clk_dclk_set_rate()
|
| H A D | clk-half-divider.c | 115 __acquire(divider->lock); in clk_half_divider_set_rate()
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | lockstat.rst | 24 __acquire
|