Home
last modified time | relevance | path

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

/kernel/
Dasync.c82 static atomic_t entry_count; variable
161 atomic_dec(&entry_count); in run_one_entry()
188 if (!async_enabled || !entry || atomic_read(&entry_count) > MAX_WORK) { in __async_schedule()
205 atomic_inc(&entry_count); in __async_schedule()
369 ec = atomic_read(&entry_count); in async_manager_thread()