Home
last modified time | relevance | path

Searched refs:WQ_BH (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/workqueue/
H A Dwq_dump.py82 if wq.flags & WQ_BH:
102 WQ_BH = prog['WQ_BH'] variable
/linux-6.15/include/linux/
H A Dworkqueue.h370 WQ_BH = 1 << 0, /* execute in bottom half (softirq) context */ enumerator
411 __WQ_BH_ALLOWS = WQ_BH | WQ_HIGHPRI,
/linux-6.15/kernel/
H A Dworkqueue.c3904 if (wq->flags & WQ_BH) in touch_wq_lockdep_map()
3910 if (wq->flags & WQ_BH) in touch_wq_lockdep_map()
3919 if (wq->flags & WQ_BH) in touch_work_lockdep_map()
3925 if (wq->flags & WQ_BH) in touch_work_lockdep_map()
5485 if (wq->flags & WQ_BH) in alloc_and_link_pwqs()
5666 if (flags & WQ_BH) { in __alloc_workqueue()
5699 if (flags & WQ_BH) { in __alloc_workqueue()
5936 if (WARN_ON(wq->flags & WQ_BH)) in workqueue_set_max_active()
6177 if (pool->flags & WQ_BH) in pr_cont_worker_id()
7830 system_bh_wq = alloc_workqueue("events_bh", WQ_BH, 0); in workqueue_init_early()
[all …]
/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dworkqueue.rst150 ``WQ_BH``
/linux-6.15/drivers/net/wireless/realtek/rtw88/
H A Dusb.c912 rtwusb->rxwq = alloc_workqueue("rtw88_usb: rx wq", WQ_BH, 0); in rtw_usb_init_rx()
/linux-6.15/fs/dlm/
H A Dlowcomms.c1705 process_workqueue = alloc_workqueue("dlm_process", WQ_HIGHPRI | WQ_BH, 0); in work_start()
/linux-6.15/Documentation/core-api/
H A Dworkqueue.rst175 ``WQ_BH``