Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/kernel/
Dprocess.c250 #define ASYNC_ENABLED(bnum, bctlnum) 1 macro
252 #define ASYNC_ENABLED(bnum, bctlnum) \ macro
271 if (!ASYNC_ENABLED(0, 0)) in in_async()
279 if (!ASYNC_ENABLED(1, 0)) in in_async()
287 if (!ASYNC_ENABLED(2, 1)) in in_async()
295 if (ASYNC_ENABLED(3, 1)) in in_async()