Lines Matching refs:maxj
2732 unsigned long *maxj) in rcu_sysidle_check_cpu() argument
2764 if (ULONG_CMP_LT(*maxj, j)) in rcu_sysidle_check_cpu()
2765 *maxj = j; in rcu_sysidle_check_cpu()
2849 unsigned long maxj, bool gpkt) in rcu_sysidle_report() argument
2856 rcu_sysidle(maxj); /* More idle! */ in rcu_sysidle_report()
2866 unsigned long maxj) in rcu_sysidle_report_gp() argument
2872 rcu_sysidle_report(rsp, isidle, maxj, true); in rcu_sysidle_report_gp()
2920 unsigned long maxj = jiffies - ULONG_MAX / 4; in rcu_sys_is_idle() local
2926 rcu_sysidle_check_cpu(rdp, &isidle, &maxj); in rcu_sys_is_idle()
2930 rcu_sysidle_report(rcu_state_p, isidle, maxj, false); in rcu_sys_is_idle()
2982 unsigned long *maxj) in rcu_sysidle_check_cpu() argument
2992 unsigned long maxj) in rcu_sysidle_report_gp() argument