Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dworkqueue.c136 #define BH_WORKER_JIFFIES msecs_to_jiffies(2) macro
3549 unsigned long end = jiffies + BH_WORKER_JIFFIES; in bh_worker()