Searched refs:load_balancer (Results 1 – 2 of 2) sorted by relevance
3587 atomic_t load_balancer; member3597 return atomic_read(&nohz.load_balancer); in get_nohz_load_balancer()3763 if (atomic_read(&nohz.load_balancer) != cpu) in select_nohz_load_balancer()3770 if (atomic_cmpxchg(&nohz.load_balancer, cpu, in select_nohz_load_balancer()3784 if (atomic_read(&nohz.load_balancer) >= nr_cpu_ids) { in select_nohz_load_balancer()3788 if (atomic_cmpxchg(&nohz.load_balancer, nr_cpu_ids, in select_nohz_load_balancer()3798 atomic_set(&nohz.load_balancer, nr_cpu_ids); in select_nohz_load_balancer()3810 if (atomic_read(&nohz.load_balancer) == cpu) in select_nohz_load_balancer()3811 if (atomic_cmpxchg(&nohz.load_balancer, cpu, in select_nohz_load_balancer()
8287 atomic_set(&nohz.load_balancer, nr_cpu_ids); in sched_init()