Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dext.c165 struct scx_kick_syncs { struct
170 static DEFINE_PER_CPU(struct scx_kick_syncs __rcu *, scx_kick_syncs); argument
3213 struct scx_kick_syncs __rcu *ks; in kick_sync_wait_bal_cb()
3230 ks = __this_cpu_read(scx_kick_syncs); in kick_sync_wait_bal_cb()
6248 struct scx_kick_syncs __rcu **ksyncs = per_cpu_ptr(&scx_kick_syncs, cpu); in free_kick_syncs()
6249 struct scx_kick_syncs *to_free; in free_kick_syncs()
7079 struct scx_kick_syncs __rcu **ksyncs = per_cpu_ptr(&scx_kick_syncs, cpu); in alloc_kick_syncs()
7080 struct scx_kick_syncs *new_ksyncs; in alloc_kick_syncs()
8534 struct scx_kick_syncs __rcu *ksyncs_pcpu = __this_cpu_read(scx_kick_syncs); in kick_cpus_irq_workfn()