Searched refs:highpri (Results 1 – 3 of 3) sorted by relevance
104 bool highpri; member 275 tctx->highpri = true; in BPF_STRUCT_OPS() 303 * priority boosting mechanism by scanning SHARED_DSQ looking for highpri tasks,316 /* scan SHARED_DSQ and move highpri tasks to HIGHPRI_DSQ */ in dispatch_highpri() 324 if (tctx->highpri) { in dispatch_highpri() 429 if (tctx->highpri) in BPF_STRUCT_OPS()
472 void workqueue_softirq_action(bool highpri);
3685 void workqueue_softirq_action(bool highpri) in workqueue_softirq_action() argument3688 &per_cpu(bh_worker_pools, smp_processor_id())[highpri]; in workqueue_softirq_action()5568 bool highpri = wq->flags & WQ_HIGHPRI; in alloc_and_link_pwqs() local5589 pool = &(per_cpu_ptr(pools, cpu)[highpri]); in alloc_and_link_pwqs()5609 ret = apply_workqueue_attrs_locked(wq, ordered_wq_attrs[highpri]); in alloc_and_link_pwqs()5616 ret = apply_workqueue_attrs_locked(wq, unbound_std_wq_attrs[highpri]); in alloc_and_link_pwqs()