Searched refs:wq_table (Results 1 – 1 of 1) sorted by relevance
38 static struct wq_table_entry __percpu *wq_table; variable42 struct wq_table_entry *entry = per_cpu_ptr(wq_table, cpu); in wq_table_next_wq()59 struct wq_table_entry *entry = per_cpu_ptr(wq_table, cpu); in wq_table_add()73 struct wq_table_entry *entry = per_cpu_ptr(wq_table, cpu); in wq_table_free_entry()81 struct wq_table_entry *entry = per_cpu_ptr(wq_table, cpu); in wq_table_clear_entry()705 free_percpu(wq_table); in free_wq_table()715 wq_table = alloc_percpu(struct wq_table_entry); in alloc_wq_table()716 if (!wq_table) in alloc_wq_table()720 entry = per_cpu_ptr(wq_table, cpu); in alloc_wq_table()