Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dslab.c274 #define STATS_INC_ALLOCED(x) ((x)->num_allocations++) macro
298 #define STATS_INC_ALLOCED(x) do { } while (0) macro
2888 STATS_INC_ALLOCED(cachep); in alloc_block()