Searched refs:wq_table_entry (Results 1 – 2 of 2) sorted by relevance
37 static struct wq_table_entry __percpu *wq_table;41 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()719 struct wq_table_entry *entry; in alloc_wq_table()722 wq_table = alloc_percpu(struct wq_table_entry); in alloc_wq_table()
82 struct wq_table_entry { struct
Completed in 9 milliseconds