Home
last modified time | relevance | path

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

/linux-6.15/drivers/char/agp/
H A Dgeneric.c204 #define ENTRIES_PER_PAGE (PAGE_SIZE / sizeof(unsigned long)) macro
248 scratch_pages = (page_count + ENTRIES_PER_PAGE - 1) / ENTRIES_PER_PAGE; in agp_allocate_memory()
1165 pages = (page_count + ENTRIES_PER_PAGE - 1) / ENTRIES_PER_PAGE; in agp_generic_alloc_user()
/linux-6.15/kernel/trace/
H A Dftrace.c1129 #define ENTRIES_PER_PAGE (PAGE_SIZE / ENTRY_SIZE) macro
3812 pages = DIV_ROUND_UP(count, ENTRIES_PER_PAGE); in ftrace_allocate_records()
7081 pages = DIV_ROUND_UP(count, ENTRIES_PER_PAGE); in ftrace_process_locs()
7197 pg_remaining = (ENTRIES_PER_PAGE << pg->order) - pg->index; in ftrace_process_locs()
7208 skip = DIV_ROUND_UP(skip, ENTRIES_PER_PAGE); in ftrace_process_locs()