Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dtracing_map.h165 unsigned int entries_per_page; member
H 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/arch/x86/xen/
H A Denlighten_pv.c472 const unsigned entries_per_page = PAGE_SIZE / LDT_ENTRY_SIZE; in xen_alloc_ldt() local
486 for (i = 0; i < entries; i += entries_per_page) in xen_alloc_ldt()
492 const unsigned entries_per_page = PAGE_SIZE / LDT_ENTRY_SIZE; in xen_free_ldt() local
495 for (i = 0; i < entries; i += entries_per_page) in xen_free_ldt()
/linux/block/
H A Dblk-mq.c3390 unsigned int i, j, entries_per_page, max_order = 4; in blk_mq_alloc_rqs() local
3440 entries_per_page = order_to_size(this_order) / rq_size; in blk_mq_alloc_rqs()
3441 to_do = min(entries_per_page, depth - i); in blk_mq_alloc_rqs()