Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dext.c7080 struct scx_kick_syncs *new_ksyncs; in alloc_kick_syncs() local
7084 new_ksyncs = kvzalloc_node(struct_size(new_ksyncs, syncs, nr_cpu_ids), in alloc_kick_syncs()
7086 if (!new_ksyncs) { in alloc_kick_syncs()
7091 rcu_assign_pointer(*ksyncs, new_ksyncs); in alloc_kick_syncs()