Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dring_buffer.c4691 bool dolock; in ring_buffer_peek() local
4698 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_peek()
4702 rb_reader_unlock(cpu_buffer, dolock); in ring_buffer_peek()
4769 bool dolock; in ring_buffer_consume() local
4780 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_consume()
4788 rb_reader_unlock(cpu_buffer, dolock); in ring_buffer_consume()
5139 bool dolock; in ring_buffer_empty() local
5147 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_empty()
5149 rb_reader_unlock(cpu_buffer, dolock); in ring_buffer_empty()
5169 bool dolock; in ring_buffer_empty_cpu() local
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/libtirpc/libtirpc/
H A DCVE-2021-46828.patch27 @@ -194,6 +194,21 @@ __xprt_do_unregister (xprt, dolock)
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A 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()