Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/trace/
Dring_buffer.c4920 bool dolock; in ring_buffer_peek() local
4927 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_peek()
4931 rb_reader_unlock(cpu_buffer, dolock); in ring_buffer_peek()
4998 bool dolock; in ring_buffer_consume() local
5009 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_consume()
5017 rb_reader_unlock(cpu_buffer, dolock); in ring_buffer_consume()
5387 bool dolock; in ring_buffer_empty() local
5395 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_empty()
5397 rb_reader_unlock(cpu_buffer, dolock); in ring_buffer_empty()
5417 bool dolock; in ring_buffer_empty_cpu() local
[all …]
/linux-6.6.21/drivers/s390/net/
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()