Home
last modified time | relevance | path

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

/linux/fs/
H A Dbinfmt_misc.c137 #define MISC_DELIM_PAD 8 macro
861 e = kmalloc(struct_size(e, buf, count + MISC_DELIM_PAD), in create_entry()
882 memset(buf + count, del, MISC_DELIM_PAD); in create_entry()