Searched refs:maxj (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/kernel/rcu/ |
D | tree_plugin.h | 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() [all …]
|
D | tree.h | 596 unsigned long *maxj); 599 unsigned long maxj);
|
D | tree.c | 357 unsigned long *maxj), 358 bool *isidle, unsigned long *maxj); 1006 bool *isidle, unsigned long *maxj) in dyntick_save_progress_counter() argument 1009 rcu_sysidle_check_cpu(rdp, isidle, maxj); in dyntick_save_progress_counter() 1028 bool *isidle, unsigned long *maxj) in rcu_implicit_dynticks_qs() argument 1864 unsigned long maxj; in rcu_gp_fqs() local 1873 maxj = jiffies - ULONG_MAX / 4; in rcu_gp_fqs() 1876 &isidle, &maxj); in rcu_gp_fqs() 1877 rcu_sysidle_report_gp(rsp, isidle, maxj); in rcu_gp_fqs() 1882 force_qs_rnp(rsp, rcu_implicit_dynticks_qs, &isidle, &maxj); in rcu_gp_fqs() [all …]
|