Home
last modified time | relevance | path

Searched defs:INIT_STRUCT_STAT_PADDING (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/uapi/asm/
H A Dstat.h32 #define INIT_STRUCT_STAT_PADDING(st) do { \ macro
107 #define INIT_STRUCT_STAT_PADDING(st) do { \ macro
/openbmc/linux/fs/
H A Dstat.c390 # define INIT_STRUCT_STAT_PADDING(st) memset(&st, 0, sizeof(st)) macro