Searched refs:wq_table (Results 1 – 1 of 1) sorted by relevance
37 static struct wq_table_entry __percpu *wq_table; variable41 struct wq_table_entry *entry = per_cpu_ptr(wq_table, cpu); in wq_table_next_wq()58 struct wq_table_entry *entry = per_cpu_ptr(wq_table, cpu); in wq_table_add()72 struct wq_table_entry *entry = per_cpu_ptr(wq_table, cpu); in wq_table_free_entry()80 struct wq_table_entry *entry = per_cpu_ptr(wq_table, cpu); in wq_table_clear_entry()712 free_percpu(wq_table); in free_wq_table()722 wq_table = alloc_percpu(struct wq_table_entry); in alloc_wq_table()723 if (!wq_table) in alloc_wq_table()727 entry = per_cpu_ptr(wq_table, cpu); in alloc_wq_table()