Searched refs:system_bh_highpri_wq (Results 1 – 8 of 8) sorted by relevance
| /linux/include/linux/ |
| H A D | workqueue.h | 470 extern struct workqueue_struct *system_bh_highpri_wq;
|
| /linux/rust/kernel/ |
| H A D | workqueue.rs | 1023 unsafe { Queue::from_raw(bindings::system_bh_highpri_wq) } in system_bh_highpri()
|
| /linux/drivers/mmc/host/ |
| H A D | wbsd.c | 1166 queue_work(system_bh_highpri_wq, &host->crc_bh_work); in wbsd_irq() 1168 queue_work(system_bh_highpri_wq, &host->timeout_bh_work); in wbsd_irq()
|
| H A D | omap.c | 878 queue_work(system_bh_highpri_wq, &slot->cover_bh_work); in omap_mmc_notify_cover_event()
|
| /linux/kernel/ |
| H A D | workqueue.c | 528 struct workqueue_struct *system_bh_highpri_wq; variable 529 EXPORT_SYMBOL_GPL(system_bh_highpri_wq); 3676 queue_work(system_bh_highpri_wq, work); in drain_dead_softirq_workfn() 3708 queue_work(system_bh_highpri_wq, &dead_work.work); in workqueue_softirq_dead() 7845 system_bh_highpri_wq = alloc_workqueue("events_bh_highpri", in workqueue_init_early() 7851 !system_bh_wq || !system_bh_highpri_wq); in workqueue_init_early()
|
| /linux/drivers/usb/core/ |
| H A D | hcd.c | 1706 queue_work(system_bh_highpri_wq, &bh->bh); in usb_giveback_urb_bh() 1762 queue_work(system_bh_highpri_wq, &bh->bh); in usb_hcd_giveback_urb()
|
| /linux/drivers/net/arcnet/ |
| H A D | arcnet.c | 988 queue_work(system_bh_highpri_wq, &lp->reply_work); in arcnet_interrupt()
|
| /linux/include/net/libeth/ |
| H A D | xdp.h | 246 mod_delayed_work_on(raw_smp_processor_id(), system_bh_highpri_wq, in libeth_xdpsq_queue_timer()
|