Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/
Dasync.c61 #define MAX_WORK 32768 macro
214 if (!entry || atomic_read(&entry_count) > MAX_WORK) { in async_schedule_node_domain()
267 if (!entry || atomic_read(&entry_count) > MAX_WORK) { in async_schedule_dev_nocall()
/linux-6.12.1/net/ipv4/
Dfib_trie.c847 #define MAX_WORK 10 macro
855 int max_work = MAX_WORK; in resize()
886 if (max_work != MAX_WORK) in resize()