Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c2472 unsigned long *ksyncs = rcu_dereference_sched(ks)->syncs; in kick_sync_wait_bal_cb() local
2493 smp_load_acquire(&cpu_rq(cpu)->scx.kick_sync) != ksyncs[cpu]) { in kick_sync_wait_bal_cb()
2499 while (READ_ONCE(cpu_rq(cpu)->scx.kick_sync) == ksyncs[cpu]) { in kick_sync_wait_bal_cb()
4349 struct scx_kick_syncs **ksyncs = per_cpu_ptr(&scx_kick_syncs, cpu); in free_kick_syncs() local
4352 to_free = rcu_replace_pointer(*ksyncs, NULL, true); in free_kick_syncs()
4899 struct scx_kick_syncs **ksyncs = per_cpu_ptr(&scx_kick_syncs, cpu); in alloc_kick_syncs() local
4902 WARN_ON_ONCE(rcu_access_pointer(*ksyncs)); in alloc_kick_syncs()
4911 rcu_assign_pointer(*ksyncs, new_ksyncs); in alloc_kick_syncs()
5663 static bool kick_one_cpu(s32 cpu, struct rq *this_rq, unsigned long *ksyncs) in kick_one_cpu() argument
5691 ksyncs[cpu] = rq->scx.kick_sync; in kick_one_cpu()
[all …]