Home
last modified time | relevance | path

Searched refs:dolock (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/kernel/trace/
H A Dring_buffer.c5726 bool dolock; in ring_buffer_peek() local
5733 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_peek()
5737 rb_reader_unlock(cpu_buffer, dolock); in ring_buffer_peek()
5804 bool dolock; in ring_buffer_consume() local
5815 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_consume()
5823 rb_reader_unlock(cpu_buffer, dolock); in ring_buffer_consume()
6217 bool dolock; in ring_buffer_empty() local
6225 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_empty()
6247 bool dolock; in ring_buffer_empty_cpu() local
6255 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_empty_cpu()
[all …]
/linux-6.15/drivers/s390/net/
H A Dctcm_fsms.c1435 int rc, dolock; in ctcmpc_chx_rx() local
1447 dolock = !in_hardirq(); in ctcmpc_chx_rx()
1448 if (dolock) in ctcmpc_chx_rx()
1452 if (dolock) /* see remark about conditional locking */ in ctcmpc_chx_rx()