Home
last modified time | relevance | path

Searched refs:highpri (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/Documentation/core-api/
Dworkqueue.rst106 be queued on the worklist of either normal or highpri worker-pool that
195 Work items of a highpri wq are queued to the highpri
199 Note that normal and highpri worker-pools don't interact with
/linux-6.1.9/kernel/
Dworkqueue.c4205 bool highpri = wq->flags & WQ_HIGHPRI; in alloc_and_link_pwqs() local
4219 init_pwq(pwq, wq, &cpu_pools[highpri]); in alloc_and_link_pwqs()
4230 ret = apply_workqueue_attrs(wq, ordered_wq_attrs[highpri]); in alloc_and_link_pwqs()
4236 ret = apply_workqueue_attrs(wq, unbound_std_wq_attrs[highpri]); in alloc_and_link_pwqs()