Home
last modified time | relevance | path

Searched refs:__acquire (Results 1 – 25 of 52) sorted by relevance

123

/OK3568_Linux_fs/kernel/include/linux/
H A Drwlock.h50 # 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 Dbit_spinlock.h35 __acquire(bitlock); in bit_spin_lock()
50 __acquire(bitlock); in bit_spin_trylock()
H A Dcompiler_types.h20 # 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 Drcupdate.h650 __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 Dspinlock.h182 __acquire(lock); in do_raw_spin_lock()
194 __acquire(lock); in do_raw_spin_lock_flags()
H A Dspinlock_api_up.h28 do { __acquire(lock); (void)(lock); } while (0)
/OK3568_Linux_fs/kernel/lib/
H A Donce.c47 __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 Dcompiler.h21 # 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 Dcompiler.h16 # 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 Dclk-mux.c84 __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 Dclk-fractional-divider.c45 __acquire(fd->lock); in clk_fd_recalc_rate()
159 __acquire(fd->lock); in clk_fd_set_rate()
H A Dclk-multiplier.c136 __acquire(mult->lock); in clk_multiplier_set_rate()
H A Dclk-gate.c74 __acquire(gate->lock); in clk_gate_endisable()
H A Dclk-milbeaut.c302 __acquire(mux->lock); in m10v_mux_set_parent()
427 __acquire(divider->lock); in m10v_clk_divider_set_rate()
H A Dclk-mux.c108 __acquire(mux->lock); in clk_mux_set_parent()
H A Dclk-xgene.c248 __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 Dttm_object.h373 __acquire(RCU); in ttm_base_object_noref_release()
/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-btree.h21 # define __dm_bless_for_disk(x) __acquire(x)
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
H A Dlocks.h15 #define __acquire(x) macro
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dpcpubuf.c32 __acquire(pcb->lock); in erofs_get_pcpubuf()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_qp.c1210 __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 Dclk-mpll.c116 __acquire(mpll->lock); in mpll_set_rate()
/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk-dclk-divider.c55 __acquire(divider->lock); in clk_dclk_set_rate()
H A Dclk-half-divider.c115 __acquire(divider->lock); in clk_half_divider_set_rate()
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dlockstat.rst24 __acquire

123