Searched refs:SLABINFO_LINE_LEN (Results 1 – 1 of 1) sorted by relevance
13 #define SLABINFO_LINE_LEN 512 /* size of longest line */ macro64 char line[SLABINFO_LINE_LEN]; in get_slabinfo()73 if (!fgets(line, SLABINFO_LINE_LEN, slabfile)) { in get_slabinfo()90 while (fgets(line, SLABINFO_LINE_LEN, slabfile)) { in get_slabinfo()