Home
last modified time | relevance | path

Searched refs:total_pages (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/set_mempolicy/
H A Dset_mempolicy04.c61 unsigned int total_pages = 0; in alloc_and_check() local
75 total_pages += size; in alloc_and_check()
80 float treshold = 1.00 * total_pages / 60; /* five percents */ in alloc_and_check()
81 float min_pages = 1.00 * total_pages / nodes->cnt - treshold; in alloc_and_check()
82 float max_pages = 1.00 * total_pages / nodes->cnt + treshold; in alloc_and_check()
95 if (sum_pages != total_pages) { in alloc_and_check()
97 sum_pages, total_pages); in alloc_and_check()
101 tst_res(TPASS, "Sum of nodes equals to allocated pages (%u)", total_pages); in alloc_and_check()
/third_party/backends/backend/
H A Dhp5590_low.c118 unsigned int total_pages; member
591 bulk_read_state->total_pages = 0; in hp5590_low_init_bulk_read_state()
702 bulk_read_state->total_pages++; in hp5590_bulk_read()
704 __func__, bulk_read_state->total_pages); in hp5590_bulk_read()
709 if ( bulk_read_state->total_pages == 1 in hp5590_bulk_read()
710 || bulk_read_state->total_pages % next_pages == 0) in hp5590_bulk_read()
/third_party/ltp/testcases/kernel/mce-test/tools/
H A Dpage-types.c196 static unsigned long total_pages; variable
401 total_pages, pages2mb(total_pages)); in show_summary()
564 total_pages++; in add_page()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_job_render.c542 uint64_t total_pages; in pvr_rt_get_mlist_size() local
548 total_pages = (global_free_list->size + local_free_list->size) >> in pvr_rt_get_mlist_size()
554 num_pte_pages = DIV_ROUND_UP(total_pages, ROGUE_NUM_PT_ENTRIES_PER_PAGE); in pvr_rt_get_mlist_size()

Completed in 5 milliseconds