Home
last modified time | relevance | path

Searched defs:in_softirq (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/core/
Dpage_pool.c164 bool in_softirq = in_softirq(); in page_pool_producer_lock() local
175 bool in_softirq) in page_pool_producer_unlock()
854 bool in_softirq; in page_pool_recycle_ring_bulk() local
/linux-6.15/include/linux/
Dpreempt.h142 #define in_softirq() (softirq_count()) macro