Home
last modified time | relevance | path

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

/system/extras/showslab/
Dshowslab.c14 #define SLABINFO_NAME_LEN 32 /* cache name size (will truncate) */ macro
20 char name[SLABINFO_NAME_LEN]; /* name of this cache */
106 ret = sscanf(line, "%" STRINGIFY(SLABINFO_NAME_LEN) "s" in get_slabinfo()