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()
468 void workqueue_softirq_action(bool highpri);
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
3601 void workqueue_softirq_action(bool highpri) in workqueue_softirq_action() argument3604 &per_cpu(bh_worker_pools, smp_processor_id())[highpri]; in workqueue_softirq_action()5473 bool highpri = wq->flags & WQ_HIGHPRI; in alloc_and_link_pwqs() local5494 pool = &(per_cpu_ptr(pools, cpu)[highpri]); in alloc_and_link_pwqs()5514 ret = apply_workqueue_attrs_locked(wq, ordered_wq_attrs[highpri]); in alloc_and_link_pwqs()5521 ret = apply_workqueue_attrs_locked(wq, unbound_std_wq_attrs[highpri]); in alloc_and_link_pwqs()