Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dring_buffer.c663 static unsigned long rb_static_max_pages(void) in rb_static_max_pages() function
2864 if (nr_pages > rb_static_max_pages()) in alloc_buffer()
2900 if (nr_pages > rb_static_max_pages()) in alloc_buffer()
7865 if (cpu_buffer->nr_pages > rb_static_max_pages()) in ring_buffer_map()