Home
last modified time | relevance | path

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

/kernel/
Dasync.c79 static atomic_t entry_count; variable
140 atomic_dec(&entry_count); in async_run_entry_fn()
172 atomic_inc(&entry_count); in __async_schedule_node_domain()
212 if (!entry || atomic_read(&entry_count) > MAX_WORK) { in async_schedule_node_domain()
265 if (!entry || atomic_read(&entry_count) > MAX_WORK) { in async_schedule_dev_nocall()