Searched refs:__acquire (Results 1 - 25 of 53) sorted by relevance

123

/linux-master/tools/include/linux/
H A Dcompiler_types.h21 # define __acquire(x) __context__(x,1) macro
23 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0)
29 # define __acquire(x) (void)0 macro
/linux-master/include/linux/
H A Dbit_spinlock.h35 __acquire(bitlock);
50 __acquire(bitlock);
H A Drwlock.h39 # define do_raw_read_lock(rwlock) do {__acquire(lock); arch_read_lock(&(rwlock)->raw_lock); } while (0)
42 # define do_raw_write_lock(rwlock) do {__acquire(lock); arch_write_lock(&(rwlock)->raw_lock); } while (0)
H A Dcompiler_types.h42 # define __acquire(x) __context__(x,1) macro
44 # define __cond_lock(x,c) ((c) ? ({ __acquire(x); 1; }) : 0)
70 # define __acquire(x) (void)0 macro
H A Dspinlock_api_up.h28 do { __acquire(lock); (void)(lock); } while (0)
H A Drcupdate.h780 __acquire(RCU);
834 __acquire(RCU_BH);
872 __acquire(RCU_SCHED);
882 __acquire(RCU_SCHED);
H A Dspinlock.h186 __acquire(lock);
/linux-master/security/landlock/
H A Dobject.c59 __acquire(&object->lock);
/linux-master/lib/
H A Donce.c52 __acquire(once_lock);
82 __acquire(once_mutex);
/linux-master/drivers/md/persistent-data/
H A Ddm-btree.h22 # define __dm_bless_for_disk(x) __acquire(x)
/linux-master/fs/erofs/
H A Dpcpubuf.c32 __acquire(pcb->lock);
/linux-master/drivers/clk/
H A Dclk-multiplier.c136 __acquire(mult->lock);
H A Dclk-fractional-divider.c80 __acquire(fd->lock);
204 __acquire(fd->lock);
H A Dclk-mux.c109 __acquire(mux->lock);
H A Dclk-gate.c68 __acquire(gate->lock);
H A Dclk-xgene.c247 __acquire(fd->lock);
318 __acquire(fd->lock);
H A Dclk-milbeaut.c302 __acquire(mux->lock);
427 __acquire(divider->lock);
H A Dclk-divider.c503 __acquire(divider->lock);
/linux-master/drivers/clk/meson/
H A Dclk-mpll.c122 __acquire(mpll->lock);
/linux-master/drivers/clk/mediatek/
H A Dclk-mux.c41 __acquire(mux->lock);
116 __acquire(mux->lock);
/linux-master/drivers/clk/rockchip/
H A Dclk-half-divider.c123 __acquire(divider->lock);
/linux-master/fs/jbd2/
H A Dtransaction.c242 __acquire(&journal->j_state_lock); /* fake out sparse */
271 __acquire(&journal->j_state_lock); /* fake out sparse */
276 __acquire(&journal->j_state_lock); /* fake out sparse */
300 __acquire(&journal->j_state_lock); /* fake out sparse */
318 __acquire(&journal->j_state_lock); /* fake out sparse */
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_qp.c1443 __acquire(&send_cq->lock);
1444 __acquire(&recv_cq->lock);
1447 __acquire(&recv_cq->lock);
1450 __acquire(&send_cq->lock);
1453 __acquire(&recv_cq->lock);
/linux-master/drivers/base/power/
H A Dclock_ops.c136 /* the __acquire is there to work around sparse limitations */
137 __acquire(&psd->lock);
/linux-master/drivers/dma/
H A Dplx_dma.c294 __acquire(plxdev->ring_lock);

Completed in 532 milliseconds

123