Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/
H A 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()
/OK3568_Linux_fs/kernel/arch/sparc/mm/
H A Dinit_64.c1763 unsigned long alloc_bytes = 0UL; in kernel_map_range() local
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()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dbackref.c2311 size_t alloc_bytes; local
2313 alloc_bytes = max_t(size_t, total_bytes, sizeof(*data));
2314 data = kvmalloc(alloc_bytes, GFP_KERNEL);
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_pcie.c11078 status.alloc_bytes, in dhd_bus_dump_fws()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_pcie.c11071 status.alloc_bytes, in dhd_bus_dump_fws()