Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dcpqarray.h116 unsigned int nr_allocs; member
Dcciss.h120 int nr_allocs; member
Dcpqarray.c293 h->nr_allocs, h->nr_frees); in ida_proc_show()
1379 h->nr_allocs++; in cmd_alloc()
Dcciss.c1009 h->nr_allocs++; in cmd_alloc()
/linux-4.4.14/tools/perf/
Dbuiltin-kmem.c66 static unsigned long nr_allocs, nr_cross_allocs; variable
168 nr_allocs++; in perf_evsel__process_alloc_event()
1127 printf("Cross CPU allocations: %'lu/%'lu\n", nr_cross_allocs, nr_allocs); in print_slab_summary()