Home
last modified time | relevance | path

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

/kernel/
Dasync.c83 static atomic_t entry_count; variable
140 atomic_dec(&entry_count); in async_run_entry_fn()
161 if (!entry || atomic_read(&entry_count) > MAX_WORK) { in __async_schedule()
187 atomic_inc(&entry_count); in __async_schedule()