Searched refs:nextp (Results 1 – 3 of 3) sorted by relevance
130 struct cgroup **nextp; in cgroup_rstat_cpu_pop_updated() local133 nextp = &prstatc->updated_children; in cgroup_rstat_cpu_pop_updated()134 while (*nextp != pos) { in cgroup_rstat_cpu_pop_updated()137 nrstatc = cgroup_rstat_cpu(*nextp, cpu); in cgroup_rstat_cpu_pop_updated()138 WARN_ON_ONCE(*nextp == parent); in cgroup_rstat_cpu_pop_updated()139 nextp = &nrstatc->updated_next; in cgroup_rstat_cpu_pop_updated()141 *nextp = rstatc->updated_next; in cgroup_rstat_cpu_pop_updated()
61 ktime_t delta, nextp; in tick_do_update_jiffies64() local84 nextp = tick_next_period; in tick_do_update_jiffies64()87 if (ktime_before(now, nextp)) in tick_do_update_jiffies64()124 nextp = ktime_add_ns(last_jiffies_update, TICK_NSEC); in tick_do_update_jiffies64()133 smp_store_release(&tick_next_period, nextp); in tick_do_update_jiffies64()139 tick_next_period = nextp; in tick_do_update_jiffies64()
1090 struct work_struct **nextp) in move_linked_works() argument1109 if (nextp) in move_linked_works()1110 *nextp = n; in move_linked_works()