Home
last modified time | relevance | path

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

/kernel/trace/
DKconfig369 be recorded into the ring buffer.
762 Allow user-space to inject a specific trace event into the ring
801 This option creates a test to stress the ring buffer and benchmark it.
802 It creates its own ring buffer such that it will not interfere with
803 any other users of the ring buffer (such as ftrace). It then creates
867 bool "Record functions that recurse in the ring buffer"
872 The ring buffer has its own internal recursion. Although when
931 Run a simple self test on the ring buffer on boot up. Late in the
934 into the ring buffer. Another thread is created to send IPIs
936 to the ring buffer, to test/stress the nesting ability.
[all …]
/kernel/power/
Dswap.c1178 unsigned ring = 0, pg = 0, ring_size = 0, in load_image_lzo() local
1304 ret = swap_read_page(handle, page[ring], &hb); in load_image_lzo()
1318 if (++ring >= ring_size) in load_image_lzo()
1319 ring = 0; in load_image_lzo()
/kernel/bpf/
Dcpumap.c131 static void __cpu_map_ring_cleanup(struct ptr_ring *ring) in __cpu_map_ring_cleanup() argument
140 while ((ptr = ptr_ring_consume(ring))) { in __cpu_map_ring_cleanup()