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

/linux-4.1.27/drivers/char/agp/
H A Dgeneric.c209 #define ENTRIES_PER_PAGE (PAGE_SIZE / sizeof(unsigned long)) macro
252 scratch_pages = (page_count + ENTRIES_PER_PAGE - 1) / ENTRIES_PER_PAGE; agp_allocate_memory()
1173 pages = (page_count + ENTRIES_PER_PAGE - 1) / ENTRIES_PER_PAGE; agp_generic_alloc_user()
/linux-4.1.27/kernel/trace/
H A Dftrace.c1202 #define ENTRIES_PER_PAGE (PAGE_SIZE / ENTRY_SIZE) macro
2907 order = get_count_order(DIV_ROUND_UP(count, ENTRIES_PER_PAGE)); ftrace_allocate_records()
2913 while ((PAGE_SIZE << order) / ENTRY_SIZE >= count + ENTRIES_PER_PAGE) ftrace_allocate_records()
2977 order = get_count_order(pg->size / ENTRIES_PER_PAGE); ftrace_allocate_pages()
4927 order = get_count_order(pg->size / ENTRIES_PER_PAGE); ftrace_release_mod()
4995 count, count / ENTRIES_PER_PAGE + 1); ftrace_init()

Completed in 103 milliseconds