Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/trace/
Dring_buffer.c4550 bool dolock; in ring_buffer_peek() local
4557 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_peek()
4561 rb_reader_unlock(cpu_buffer, dolock); in ring_buffer_peek()
4628 bool dolock; in ring_buffer_consume() local
4639 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_consume()
4647 rb_reader_unlock(cpu_buffer, dolock); in ring_buffer_consume()
4992 bool dolock; in ring_buffer_empty() local
5000 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_empty()
5002 rb_reader_unlock(cpu_buffer, dolock); in ring_buffer_empty()
5022 bool dolock; in ring_buffer_empty_cpu() local
[all …]
/Linux-v5.10/drivers/s390/net/
Dctcm_fsms.c1442 int rc, dolock; in ctcmpc_chx_rx() local
1454 dolock = !in_irq(); in ctcmpc_chx_rx()
1455 if (dolock) in ctcmpc_chx_rx()
1459 if (dolock) /* see remark about conditional locking */ in ctcmpc_chx_rx()