Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/trace/
Dring_buffer.c4085 bool dolock; in ring_buffer_peek() local
4092 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_peek()
4096 rb_reader_unlock(cpu_buffer, dolock); in ring_buffer_peek()
4149 bool dolock; in ring_buffer_consume() local
4160 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_consume()
4168 rb_reader_unlock(cpu_buffer, dolock); in ring_buffer_consume()
4454 bool dolock; in ring_buffer_empty() local
4462 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_empty()
4464 rb_reader_unlock(cpu_buffer, dolock); in ring_buffer_empty()
4484 bool dolock; in ring_buffer_empty_cpu() local
[all …]
/Linux-v5.4/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()