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.c102 bool highpri; member
270 tctx->highpri = true; in BPF_STRUCT_OPS()
319 if (tctx->highpri) { in dispatch_highpri()
428 if (tctx->highpri) in BPF_STRUCT_OPS()
/linux/Documentation/core-api/
H A Dworkqueue.rst114 be queued on the worklist of either normal or highpri worker-pool that
214 Work items of a highpri wq are queued to the highpri
218 Note that normal and highpri worker-pools don't interact with
/linux/include/linux/
H A Dworkqueue.h468 void workqueue_softirq_action(bool highpri);
/linux/kernel/
H A Dworkqueue.c3592 void workqueue_softirq_action(bool highpri) in workqueue_softirq_action() argument
3595 &per_cpu(bh_worker_pools, smp_processor_id())[highpri]; in workqueue_softirq_action()
5460 bool highpri = wq->flags & WQ_HIGHPRI; in alloc_and_link_pwqs() local
5481 pool = &(per_cpu_ptr(pools, cpu)[highpri]); in alloc_and_link_pwqs()
5501 ret = apply_workqueue_attrs_locked(wq, ordered_wq_attrs[highpri]); in alloc_and_link_pwqs()
5508 ret = apply_workqueue_attrs_locked(wq, unbound_std_wq_attrs[highpri]); in alloc_and_link_pwqs()