Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/trace/
Dring_buffer.c3911 bool dolock; in ring_buffer_peek() local
3918 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_peek()
3922 rb_reader_unlock(cpu_buffer, dolock); in ring_buffer_peek()
3975 bool dolock; in ring_buffer_consume() local
3986 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_consume()
3994 rb_reader_unlock(cpu_buffer, dolock); in ring_buffer_consume()
4275 bool dolock; in ring_buffer_empty() local
4283 dolock = rb_reader_lock(cpu_buffer); in ring_buffer_empty()
4285 rb_reader_unlock(cpu_buffer, dolock); in ring_buffer_empty()
4305 bool dolock; in ring_buffer_empty_cpu() local
[all …]
/linux-4.4.14/drivers/s390/net/
Dctcm_fsms.c1449 int rc, dolock; in ctcmpc_chx_rx() local
1461 dolock = !in_irq(); in ctcmpc_chx_rx()
1462 if (dolock) in ctcmpc_chx_rx()
1467 if (dolock) /* see remark about conditional locking */ in ctcmpc_chx_rx()