schedstat_inc
#define schedstat_inc(var) do { if (schedstat_enabled()) { var++; } } while (0)
# define schedstat_inc(var) do { } while (0)