Home
last modified time | relevance | path

Searched refs:maxj (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/kernel/rcu/
Dtree_plugin.h2732 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()
[all …]
Dtree.h630 unsigned long *maxj);
633 unsigned long maxj);
Dtree.c412 unsigned long *maxj),
413 bool *isidle, unsigned long *maxj);
1068 bool *isidle, unsigned long *maxj) in dyntick_save_progress_counter() argument
1071 rcu_sysidle_check_cpu(rdp, isidle, maxj); in dyntick_save_progress_counter()
1090 bool *isidle, unsigned long *maxj) in rcu_implicit_dynticks_qs() argument
1955 unsigned long maxj; in rcu_gp_fqs() local
1964 maxj = jiffies - ULONG_MAX / 4; in rcu_gp_fqs()
1967 &isidle, &maxj); in rcu_gp_fqs()
1968 rcu_sysidle_report_gp(rsp, isidle, maxj); in rcu_gp_fqs()
1972 force_qs_rnp(rsp, rcu_implicit_dynticks_qs, &isidle, &maxj); in rcu_gp_fqs()
[all …]