Searched refs:MAX_SLABINFO_WRITE (Results 1 – 1 of 1) sorted by relevance
4162 #define MAX_SLABINFO_WRITE 128 macro4173 char kbuf[MAX_SLABINFO_WRITE + 1], *tmp; in slabinfo_write()4177 if (count > MAX_SLABINFO_WRITE) in slabinfo_write()4181 kbuf[MAX_SLABINFO_WRITE] = '\0'; in slabinfo_write()