Searched refs:ksyncs (Results 1 – 1 of 1) sorted by relevance
4275 struct scx_kick_syncs **ksyncs = per_cpu_ptr(&scx_kick_syncs, cpu); in free_kick_syncs() local4278 to_free = rcu_replace_pointer(*ksyncs, NULL, true); in free_kick_syncs()4822 struct scx_kick_syncs **ksyncs = per_cpu_ptr(&scx_kick_syncs, cpu); in alloc_kick_syncs() local4825 WARN_ON_ONCE(rcu_access_pointer(*ksyncs)); in alloc_kick_syncs()4834 rcu_assign_pointer(*ksyncs, new_ksyncs); in alloc_kick_syncs()5586 static bool kick_one_cpu(s32 cpu, struct rq *this_rq, unsigned long *ksyncs) in kick_one_cpu() argument5613 ksyncs[cpu] = rq->scx.kick_sync; in kick_one_cpu()5651 unsigned long *ksyncs; in kick_cpus_irq_workfn() local5659 ksyncs = rcu_dereference_bh(ksyncs_pcpu)->syncs; in kick_cpus_irq_workfn()5662 should_wait |= kick_one_cpu(cpu, this_rq, ksyncs); in kick_cpus_irq_workfn()[all …]