Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c4189 struct scx_kick_syncs **ksyncs = per_cpu_ptr(&scx_kick_syncs, cpu); in free_kick_syncs() local
4192 to_free = rcu_replace_pointer(*ksyncs, NULL, true); in free_kick_syncs()
4724 struct scx_kick_syncs **ksyncs = per_cpu_ptr(&scx_kick_syncs, cpu); in alloc_kick_syncs() local
4727 WARN_ON_ONCE(rcu_access_pointer(*ksyncs)); in alloc_kick_syncs()
4736 rcu_assign_pointer(*ksyncs, new_ksyncs); in alloc_kick_syncs()
5442 static bool kick_one_cpu(s32 cpu, struct rq *this_rq, unsigned long *ksyncs) in kick_one_cpu() argument
5469 ksyncs[cpu] = rq->scx.kick_sync; in kick_one_cpu()
5507 unsigned long *ksyncs; in kick_cpus_irq_workfn() local
5515 ksyncs = rcu_dereference_bh(ksyncs_pcpu)->syncs; in kick_cpus_irq_workfn()
5518 should_wait |= kick_one_cpu(cpu, this_rq, ksyncs); in kick_cpus_irq_workfn()
[all …]