Home
last modified time | relevance | path

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

/kernel/trace/
Dftrace.c1092 #define ENTRIES_PER_PAGE (PAGE_SIZE / ENTRY_SIZE) macro
3190 pages = DIV_ROUND_UP(count, ENTRIES_PER_PAGE); in ftrace_allocate_records()
7437 count, DIV_ROUND_UP(count, ENTRIES_PER_PAGE)); in ftrace_init()