Searched refs:highpri (Results 1 – 4 of 4) sorted by relevance
102 bool highpri; member270 tctx->highpri = true; in BPF_STRUCT_OPS()319 if (tctx->highpri) { in dispatch_highpri()428 if (tctx->highpri) in BPF_STRUCT_OPS()
114 be queued on the worklist of either normal or highpri worker-pool that214 Work items of a highpri wq are queued to the highpri218 Note that normal and highpri worker-pools don't interact with
468 void workqueue_softirq_action(bool highpri);
3592 void workqueue_softirq_action(bool highpri) in workqueue_softirq_action() argument3595 &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() local5481 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()