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

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

Completed in 135 milliseconds