Searched refs:wq_table (Results 1 – 1 of 1) sorted by relevance
39 static struct wq_table_entry __percpu *wq_table; variable43 struct wq_table_entry *entry = per_cpu_ptr(wq_table, cpu); in wq_table_next_wq()60 struct wq_table_entry *entry = per_cpu_ptr(wq_table, cpu); in wq_table_add()74 struct wq_table_entry *entry = per_cpu_ptr(wq_table, cpu); in wq_table_free_entry()82 struct wq_table_entry *entry = per_cpu_ptr(wq_table, cpu); in wq_table_clear_entry()714 free_percpu(wq_table); in free_wq_table()724 wq_table = alloc_percpu(struct wq_table_entry); in alloc_wq_table()725 if (!wq_table) in alloc_wq_table()729 entry = per_cpu_ptr(wq_table, cpu); in alloc_wq_table()