Searched refs:alloc_bytes (Results 1 – 3 of 3) sorted by relevance
256 u64 alloc_bytes; member418 pstat->alloc_bytes += bytes; in perf_evsel__process_page_alloc_event()602 (unsigned long long)data->alloc_bytes / 1024, in __print_page_result()767 cmp = data->alloc_bytes - this->alloc_bytes; in sort_page_insert()
1510 unsigned long alloc_bytes = 0UL; in kernel_map_range() local1529 alloc_bytes += PAGE_SIZE; in kernel_map_range()1541 alloc_bytes += PAGE_SIZE; in kernel_map_range()1554 alloc_bytes += PAGE_SIZE; in kernel_map_range()1572 return alloc_bytes; in kernel_map_range()
1922 size_t alloc_bytes; local1924 alloc_bytes = max_t(size_t, total_bytes, sizeof(*data));1925 data = vmalloc(alloc_bytes);