Home
last modified time | relevance | path

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

/linux-6.14.4/net/core/
Ddev.c6242 struct flush_backlogs { struct
6247 static struct flush_backlogs *flush_backlogs_alloc(void) in flush_backlogs_alloc() argument
6249 return kmalloc(struct_size_t(struct flush_backlogs, w, nr_cpu_ids), in flush_backlogs_alloc()
6253 static struct flush_backlogs *flush_backlogs_fallback;
6258 struct flush_backlogs *ptr = flush_backlogs_alloc(); in flush_all_backlogs()