__schedstat_add
#define __schedstat_add(var, amt) do { var += (amt); } while (0)
# define __schedstat_add(var, amt) do { } while (0)