Searched refs:new_ksyncs (Results 1 – 1 of 1) sorted by relevance
7080 struct scx_kick_syncs *new_ksyncs; in alloc_kick_syncs() local7084 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()