Home
last modified time | relevance | path

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

/linux-2.4.37.9/mm/
Dslab.c266 #define STATS_SET_HIGH(x) do { if ((x)->num_active > (x)->high_mark) \ macro
276 #define STATS_SET_HIGH(x) do { } while (0) macro
1249 STATS_SET_HIGH(cachep); in kmem_cache_alloc_one_tail()