Searched refs:alloc_bytes (Results 1 – 3 of 3) sorted by relevance
297 u64 alloc_bytes; member854 pstat->alloc_bytes += bytes; in evsel__process_page_alloc_event()863 pstat->alloc_bytes += bytes; in evsel__process_page_alloc_event()873 pstat->alloc_bytes += bytes; in evsel__process_page_alloc_event()937 pstat->alloc_bytes -= bytes; in evsel__process_page_free_event()1095 (unsigned long long)data->alloc_bytes / 1024, in __print_page_alloc_result()1137 (unsigned long long)data->alloc_bytes / 1024, in __print_page_caller_result()1587 if (l->alloc_bytes < r->alloc_bytes) in page_bytes_cmp()1589 else if (l->alloc_bytes > r->alloc_bytes) in page_bytes_cmp()
1763 unsigned long alloc_bytes = 0UL; in kernel_can_map_hugepmd() 1786 alloc_bytes += PAGE_SIZE; in kernel_map_range() 1798 alloc_bytes += PAGE_SIZE; in kernel_map_range() 1814 alloc_bytes += PAGE_SIZE; in kernel_map_range() 1830 alloc_bytes += PAGE_SIZE; in kernel_map_range() 1848 return alloc_bytes; in kernel_map_range() 1771 unsigned long alloc_bytes = 0UL; kernel_map_range() local
1389 size_t alloc_bytes; in copy_array() 1399 alloc_bytes = max(ksize(orig), kmalloc_size_roundup(bytes)); in copy_array() 1400 dst = krealloc(orig, alloc_bytes, flags); in copy_array() 1380 size_t alloc_bytes; copy_array() local