Home
last modified time | relevance | path

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

/kernel/trace/
Dtracing_map.c332 a->entries_per_page = PAGE_SIZE / (1 << a->entry_size_shift); in tracing_map_array_alloc()
333 a->n_pages = n_elts / a->entries_per_page; in tracing_map_array_alloc()
336 a->entry_shift = fls(a->entries_per_page) - 1; in tracing_map_array_alloc()
Dtracing_map.h165 unsigned int entries_per_page; member