Home
last modified time | relevance | path

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

/linux-2.4.37.9/mm/
Dslab.c2027 #define MAX_SLABINFO_WRITE 128 macro
2039 char kbuf[MAX_SLABINFO_WRITE+1], *tmp; in slabinfo_write()
2043 if (count > MAX_SLABINFO_WRITE) in slabinfo_write()
2047 kbuf[MAX_SLABINFO_WRITE] = '\0'; in slabinfo_write()