Home
last modified time | relevance | path

Searched refs:alloc_bytes (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/tools/perf/
Dbuiltin-kmem.c284 u64 alloc_bytes; member
830 pstat->alloc_bytes += bytes; in evsel__process_page_alloc_event()
839 pstat->alloc_bytes += bytes; in evsel__process_page_alloc_event()
849 pstat->alloc_bytes += bytes; in evsel__process_page_alloc_event()
913 pstat->alloc_bytes -= bytes; in evsel__process_page_free_event()
1080 (unsigned long long)data->alloc_bytes / 1024, in __print_page_alloc_result()
1122 (unsigned long long)data->alloc_bytes / 1024, in __print_page_caller_result()
1572 if (l->alloc_bytes < r->alloc_bytes) in page_bytes_cmp()
1574 else if (l->alloc_bytes > r->alloc_bytes) in page_bytes_cmp()
/Linux-v6.1/arch/sparc/mm/
Dinit_64.c1765 unsigned long alloc_bytes = 0UL; in kernel_map_range() local
1788 alloc_bytes += PAGE_SIZE; in kernel_map_range()
1800 alloc_bytes += PAGE_SIZE; in kernel_map_range()
1816 alloc_bytes += PAGE_SIZE; in kernel_map_range()
1832 alloc_bytes += PAGE_SIZE; in kernel_map_range()
1850 return alloc_bytes; in kernel_map_range()
/Linux-v6.1/fs/btrfs/
Dbackref.c2471 size_t alloc_bytes; in init_data_container() local
2473 alloc_bytes = max_t(size_t, total_bytes, sizeof(*data)); in init_data_container()
2474 data = kvmalloc(alloc_bytes, GFP_KERNEL); in init_data_container()