Home
last modified time | relevance | path

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

/linux/kernel/
H A 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/net/ipv4/
H A Dfib_trie.c841 #define MAX_WORK 10 macro
849 int max_work = MAX_WORK; in resize()
880 if (max_work != MAX_WORK) in resize()