Home
last modified time | relevance | path

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

/kernel/
Dasync.c69 static int async_enabled = 0; variable
188 if (!async_enabled || !entry || atomic_read(&entry_count) > MAX_WORK) { in __async_schedule()
390 if (async_enabled) in async_init()
393 async_enabled = 0; in async_init()
399 async_enabled = 1; in setup_async()