debug_struct
# define debug_struct(s) kprintf(" SIZE %s: %zu\n", #s, sizeof(struct s))
# define debug_struct(s)
# define debug_struct(s) kprintf(" SIZE %s: %d\n", #s, sizeof(struct s))
# define debug_struct(s)