Home
last modified time | relevance | path

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

/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c104 bool highpri; member
272 tctx->highpri = true; in BPF_STRUCT_OPS()
321 if (tctx->highpri) { in dispatch_highpri()
430 if (tctx->highpri) in BPF_STRUCT_OPS()
/linux/include/linux/
H A Dworkqueue.h472 void workqueue_softirq_action(bool highpri);
/linux/Documentation/core-api/
H A Dworkqueue.rst114 be queued on the worklist of either normal or highpri worker-pool that
220 Work items of a highpri wq are queued to the highpri
224 Note that normal and highpri worker-pools don't interact with
/linux/kernel/
H A Dworkqueue.c3630 void workqueue_softirq_action(bool highpri) in workqueue_softirq_action() argument
3633 &per_cpu(bh_worker_pools, smp_processor_id())[highpri]; in workqueue_softirq_action()
5505 bool highpri = wq->flags & WQ_HIGHPRI; in alloc_and_link_pwqs() local
5526 pool = &(per_cpu_ptr(pools, cpu)[highpri]); in alloc_and_link_pwqs()
5546 ret = apply_workqueue_attrs_locked(wq, ordered_wq_attrs[highpri]); in alloc_and_link_pwqs()
5553 ret = apply_workqueue_attrs_locked(wq, unbound_std_wq_attrs[highpri]); in alloc_and_link_pwqs()