Home
last modified time | relevance | path

Searched refs:wq_affn_dfl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/workqueue/
H A Dwq_dump.py82 wq_affn_dfl = prog['wq_affn_dfl'] variable
120 print(f'{wq_affn_names[affn].string_().decode().upper()}{" (default)" if affn == wq_affn_dfl else ""}')
/kernel/linux/linux-6.6/kernel/
H A Dworkqueue.c374 static enum wq_affn_scope wq_affn_dfl = WQ_AFFN_CACHE; variable
4212 /* to synchronize access to wq_affn_dfl */ in wqattrs_pod_type()
4216 scope = wq_affn_dfl; in wqattrs_pod_type()
6384 wq_affn_dfl = affn; in wq_affn_dfl_set()
6400 return scnprintf(buffer, PAGE_SIZE, "%s\n", wq_affn_names[wq_affn_dfl]); in wq_affn_dfl_get()
6577 wq_affn_names[wq_affn_dfl]); in wq_affn_scope_show()

Completed in 15 milliseconds