Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-kmem.c266 u64 alloc_bytes; member
805 pstat->alloc_bytes += bytes; in perf_evsel__process_page_alloc_event()
814 pstat->alloc_bytes += bytes; in perf_evsel__process_page_alloc_event()
824 pstat->alloc_bytes += bytes; in perf_evsel__process_page_alloc_event()
889 pstat->alloc_bytes -= bytes; in perf_evsel__process_page_free_event()
1044 (unsigned long long)data->alloc_bytes / 1024, in __print_page_alloc_result()
1087 (unsigned long long)data->alloc_bytes / 1024, in __print_page_caller_result()
1532 if (l->alloc_bytes < r->alloc_bytes) in page_bytes_cmp()
1534 else if (l->alloc_bytes > r->alloc_bytes) in page_bytes_cmp()
/linux-4.4.14/arch/sparc/mm/
Dinit_64.c1567 unsigned long alloc_bytes = 0UL; in kernel_map_range() local
1586 alloc_bytes += PAGE_SIZE; in kernel_map_range()
1598 alloc_bytes += PAGE_SIZE; in kernel_map_range()
1611 alloc_bytes += PAGE_SIZE; in kernel_map_range()
1629 return alloc_bytes; in kernel_map_range()
/linux-4.4.14/fs/btrfs/
Dbackref.c1970 size_t alloc_bytes; local
1972 alloc_bytes = max_t(size_t, total_bytes, sizeof(*data));
1973 data = vmalloc(alloc_bytes);