Searched refs:highpri (Results 1 – 3 of 3) sorted by relevance
104 bool highpri; member275 tctx->highpri = true; in BPF_STRUCT_OPS()324 if (tctx->highpri) { in dispatch_highpri()429 if (tctx->highpri) in BPF_STRUCT_OPS()
472 void workqueue_softirq_action(bool highpri);
3634 void workqueue_softirq_action(bool highpri) in workqueue_softirq_action() argument3637 &per_cpu(bh_worker_pools, smp_processor_id())[highpri]; in workqueue_softirq_action()5504 bool highpri = wq->flags & WQ_HIGHPRI; in alloc_and_link_pwqs() local5525 pool = &(per_cpu_ptr(pools, cpu)[highpri]); in alloc_and_link_pwqs()5545 ret = apply_workqueue_attrs_locked(wq, ordered_wq_attrs[highpri]); in alloc_and_link_pwqs()5552 ret = apply_workqueue_attrs_locked(wq, unbound_std_wq_attrs[highpri]); in alloc_and_link_pwqs()