Lines Matching refs:maxj
2767 unsigned long *maxj) in rcu_sysidle_check_cpu() argument
2799 if (ULONG_CMP_LT(*maxj, j)) in rcu_sysidle_check_cpu()
2800 *maxj = j; in rcu_sysidle_check_cpu()
2884 unsigned long maxj, bool gpkt) in rcu_sysidle_report() argument
2891 rcu_sysidle(maxj); /* More idle! */ in rcu_sysidle_report()
2901 unsigned long maxj) in rcu_sysidle_report_gp() argument
2907 rcu_sysidle_report(rsp, isidle, maxj, true); in rcu_sysidle_report_gp()
2955 unsigned long maxj = jiffies - ULONG_MAX / 4; in rcu_sys_is_idle() local
2961 rcu_sysidle_check_cpu(rdp, &isidle, &maxj); in rcu_sys_is_idle()
2965 rcu_sysidle_report(rcu_state_p, isidle, maxj, false); in rcu_sys_is_idle()
3017 unsigned long *maxj) in rcu_sysidle_check_cpu() argument
3027 unsigned long maxj) in rcu_sysidle_report_gp() argument