Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-kmem.c282 u64 alloc_bytes; member
827 pstat->alloc_bytes += bytes; in perf_evsel__process_page_alloc_event()
836 pstat->alloc_bytes += bytes; in perf_evsel__process_page_alloc_event()
846 pstat->alloc_bytes += bytes; in perf_evsel__process_page_alloc_event()
911 pstat->alloc_bytes -= bytes; in perf_evsel__process_page_free_event()
1078 (unsigned long long)data->alloc_bytes / 1024, in __print_page_alloc_result()
1120 (unsigned long long)data->alloc_bytes / 1024, in __print_page_caller_result()
1570 if (l->alloc_bytes < r->alloc_bytes) in page_bytes_cmp()
1572 else if (l->alloc_bytes > r->alloc_bytes) in page_bytes_cmp()
/Linux-v4.19/arch/sparc/mm/
Dinit_64.c1794 unsigned long alloc_bytes = 0UL; in kernel_map_range() local
1813 alloc_bytes += PAGE_SIZE; in kernel_map_range()
1825 alloc_bytes += PAGE_SIZE; in kernel_map_range()
1838 alloc_bytes += PAGE_SIZE; in kernel_map_range()
1856 return alloc_bytes; in kernel_map_range()
/Linux-v4.19/fs/btrfs/
Dbackref.c2193 size_t alloc_bytes; local
2195 alloc_bytes = max_t(size_t, total_bytes, sizeof(*data));
2196 data = kvmalloc(alloc_bytes, GFP_KERNEL);