Searched refs:flush_backlogs (Results 1 – 1 of 1) sorted by relevance
6531 struct flush_backlogs { struct6536 static struct flush_backlogs *flush_backlogs_alloc(void) in flush_backlogs_alloc() argument6538 return kmalloc_flex(struct flush_backlogs, w, nr_cpu_ids); in flush_backlogs_alloc()6541 static struct flush_backlogs *flush_backlogs_fallback;6546 struct flush_backlogs *ptr = flush_backlogs_alloc(); in flush_all_backlogs()