Home
last modified time | relevance | path

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

/development/ndk/platforms/android-3/include/asm-generic/bitops/
Dle.h23 #define generic_test_le_bit(nr, addr) test_bit(nr, addr)
37 #define generic_test_le_bit(nr, addr) test_bit((nr) ^ BITOP_LE_SWIZZLE, (addr))
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dcacheflush.h30 #define Page_dcache_dirty(page) test_bit(PG_dcache_dirty, &(page)->flags)
/development/ndk/platforms/android-9/arch-x86/include/asm/
Dbitops_32.h31 #define test_bit(nr,addr) (__builtin_constant_p(nr) ? constant_test_bit((nr),(addr)) : variabl… macro
Dmpspec_32.h35 #define physid_isset(physid, map) test_bit(physid, (map).mask)
Dcpufeature_32.h125 … || (((bit)>>5)==7 && (1UL<<((bit)&31) & REQUIRED_MASK7)) ) ? 1 : test_bit(bit, (c)->x86_cap…
/development/ndk/platforms/android-3/include/linux/sunrpc/
Dsched.h122 #define RPC_IS_RUNNING(t) (test_bit(RPC_TASK_RUNNING, &(t)->tk_runstate))
127 #define RPC_IS_QUEUED(t) (test_bit(RPC_TASK_QUEUED, &(t)->tk_runstate))
134 #define RPC_IS_ACTIVATED(t) (test_bit(RPC_TASK_ACTIVE, &(t)->tk_runstate))
/development/ndk/platforms/android-3/include/linux/
Dblkdev.h401 #define blk_queue_plugged(q) test_bit(QUEUE_FLAG_PLUGGED, &(q)->queue_flags)
402 #define blk_queue_tagged(q) test_bit(QUEUE_FLAG_QUEUED, &(q)->queue_flags)
403 #define blk_queue_stopped(q) test_bit(QUEUE_FLAG_STOPPED, &(q)->queue_flags)
Dnodemask.h26 #define node_isset(node, nodemask) test_bit((node), (nodemask).bits)
Dcpumask.h25 #define cpu_isset(cpu, cpumask) test_bit((cpu), (cpumask).bits)