Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/hyperv/
Dhv_proc.c28 int num_allocations; in hv_call_deposit_pages() local
67 num_allocations = i; in hv_call_deposit_pages()
78 num_allocations = i; in hv_call_deposit_pages()
87 for (i = 0, page_count = 0; i < num_allocations; ++i) { in hv_call_deposit_pages()
105 for (i = 0; i < num_allocations; ++i) { in hv_call_deposit_pages()
/Linux-v6.1/include/linux/
Dslab_def.h51 unsigned long num_allocations; member
/Linux-v6.1/mm/
Dslab.c274 #define STATS_INC_ALLOCED(x) ((x)->num_allocations++)
3936 unsigned long allocs = cachep->num_allocations; in slabinfo_show_stats()