Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dslab.c4076 #define MAX_SLABINFO_WRITE 128 macro
4089 char kbuf[MAX_SLABINFO_WRITE + 1], *tmp; in slabinfo_write()
4093 if (count > MAX_SLABINFO_WRITE) in slabinfo_write()
4097 kbuf[MAX_SLABINFO_WRITE] = '\0'; in slabinfo_write()
/kernel/linux/linux-6.6/mm/
H A Dslab.c3936 #define MAX_SLABINFO_WRITE 128 macro
3949 char kbuf[MAX_SLABINFO_WRITE + 1], *tmp; in slabinfo_write()
3953 if (count > MAX_SLABINFO_WRITE) in slabinfo_write()
3957 kbuf[MAX_SLABINFO_WRITE] = '\0'; in slabinfo_write()

Completed in 10 milliseconds