Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
A Denlighten_pv.c364 const unsigned entries_per_page = PAGE_SIZE / LDT_ENTRY_SIZE; in xen_alloc_ldt() local
378 for (i = 0; i < entries; i += entries_per_page) in xen_alloc_ldt()
384 const unsigned entries_per_page = PAGE_SIZE / LDT_ENTRY_SIZE; in xen_free_ldt() local
387 for (i = 0; i < entries; i += entries_per_page) in xen_free_ldt()
/linux/kernel/trace/
A Dtracing_map.h165 unsigned int entries_per_page; member
A 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()
/linux/block/
A Dblk-mq.c2866 unsigned int i, j, entries_per_page, max_order = 4; in blk_mq_alloc_rqs() local
2917 entries_per_page = order_to_size(this_order) / rq_size; in blk_mq_alloc_rqs()
2918 to_do = min(entries_per_page, depth - i); in blk_mq_alloc_rqs()

Completed in 21 milliseconds