Home
last modified time | relevance | path

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

/kernel/trace/
Dtracing_map.h167 unsigned int entry_shift; member
174 (array->pages[idx >> array->entry_shift] + \
Dtracing_map.c336 a->entry_shift = fls(a->entries_per_page) - 1; in tracing_map_array_alloc()
337 a->entry_mask = (1 << a->entry_shift) - 1; in tracing_map_array_alloc()