Searched refs:alloc_bytes (Results 1 – 3 of 3) sorted by relevance
297 u64 alloc_bytes; member 854 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 > in page_bytes_cmp() [all...]
2773 size_t alloc_bytes; in init_data_container() local2775 alloc_bytes = max_t(size_t, total_bytes, sizeof(*data)); in init_data_container()2776 data = kvzalloc(alloc_bytes, GFP_KERNEL); in init_data_container()
1266 size_t alloc_bytes; in copy_array() local1276 alloc_bytes = max(ksize(orig), kmalloc_size_roundup(bytes)); in copy_array()1277 dst = krealloc(orig, alloc_bytes, flags); in copy_array()