Searched refs:test_bit (Results 1 - 25 of 33) sorted by relevance

12

/external/linux-tools-perf/util/include/linux/
H A Dbitops.h33 static __always_inline int test_bit(unsigned int nr, const unsigned long *addr) function
/external/kernel-headers/original/asm-generic/bitops/
H A Dle.h12 #define generic_test_le_bit(nr, addr) test_bit(nr, addr)
27 test_bit((nr) ^ BITOP_LE_SWIZZLE, (addr))
H A Dnon-atomic.h102 * test_bit - Determine whether a bit is set
106 static inline int test_bit(int nr, const volatile unsigned long *addr) function
/external/kernel-headers/original/linux/
H A Datmdev.h269 (test_bit(ATM_VF_READY,&(flags)) ? ATM_VS_CONNECTED : \
270 test_bit(ATM_VF_RELEASED,&(flags)) ? ATM_VS_CLOSING : \
271 test_bit(ATM_VF_LISTEN,&(flags)) ? ATM_VS_LISTEN : \
272 test_bit(ATM_VF_REGIS,&(flags)) ? ATM_VS_INUSE : \
273 test_bit(ATM_VF_BOUND,&(flags)) ? ATM_VS_BOUND : ATM_VS_IDLE)
461 BUG_ON(!test_bit(ATM_DF_REMOVED, &dev->flags));
H A Dthread_info.h52 return test_bit(flag,&ti->flags);
H A Dnetdevice.h630 if (!test_bit(__LINK_STATE_XOFF, &dev->state))
660 return test_bit(__LINK_STATE_XOFF, &dev->state);
665 return test_bit(__LINK_STATE_START, &dev->state);
739 return !test_bit(__LINK_STATE_NOCARRIER, &dev->state);
762 return test_bit(__LINK_STATE_DORMANT, &dev->state);
774 return test_bit(__LINK_STATE_PRESENT, &dev->state);
886 BUG_ON(!test_bit(__LINK_STATE_RX_SCHED, &dev->state));
910 BUG_ON(!test_bit(__LINK_STATE_RX_SCHED, &dev->state));
H A Dquota.h186 #define info_dirty(info) test_bit(DQF_INFO_DIRTY_B, &(info)->dqi_flags)
299 #define dquot_dirty(dquot) test_bit(DQ_MOD_B, &(dquot)->dq_flags)
H A Dblkdev.h488 #define blk_queue_plugged(q) test_bit(QUEUE_FLAG_PLUGGED, &(q)->queue_flags)
489 #define blk_queue_tagged(q) test_bit(QUEUE_FLAG_QUEUED, &(q)->queue_flags)
490 #define blk_queue_stopped(q) test_bit(QUEUE_FLAG_STOPPED, &(q)->queue_flags)
516 return test_bit(QUEUE_FLAG_READFULL, &q->queue_flags);
517 return test_bit(QUEUE_FLAG_WRITEFULL, &q->queue_flags);
/external/oprofile/module/x86/
H A Dop_fixmap.c24 #define cpu_has_pge (test_bit(X86_FEATURE_PGE, &boot_cpu_data.x86_capability))
26 #define cpu_has_pge (test_bit(X86_FEATURE_PGE, boot_cpu_data.x86_capability))
H A Dcpu_type.c34 if (test_bit(X86_FEATURE_HT, &current_cpu_data.x86_capability)) {
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
H A DSDL_sysjoystick.c376 #define test_bit(nr, addr) \ macro
391 if (!(test_bit(EV_KEY, evbit) && test_bit(EV_ABS, evbit) &&
392 test_bit(ABS_X, absbit) && test_bit(ABS_Y, absbit) &&
393 (test_bit(BTN_TRIGGER, keybit) || test_bit(BTN_A, keybit) || test_bit(BTN_1, keybit)))) return 0;
686 if ( test_bit(i, keybit) ) {
696 if ( test_bit(
[all...]
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_conntrack.h291 return test_bit(IPS_CONFIRMED_BIT, &ct->status);
296 return test_bit(IPS_DYING_BIT, &ct->status);
389 return test_bit(IPS_SRC_NAT_DONE_BIT, &conntrack->status);
390 return test_bit(IPS_DST_NAT_DONE_BIT, &conntrack->status);
/external/kernel-headers/original/asm-x86/
H A Dbitops_32.h286 * test_bit - Determine whether a bit is set
290 static int test_bit(int nr, const volatile void * addr);
309 #define test_bit(nr,addr) \ macro
H A Dmpspec_32.h47 #define physid_isset(physid, map) test_bit(physid, (map).mask)
H A Dcpufeature_32.h130 test_bit(bit, (c)->x86_capability))
/external/kernel-headers/original/asm-mips/
H A Dcacheflush.h104 test_bit(PG_dcache_dirty, &(page)->flags)
/external/kernel-headers/original/linux/sunrpc/
H A Dsched.h153 #define RPC_IS_RUNNING(t) (test_bit(RPC_TASK_RUNNING, &(t)->tk_runstate))
164 #define RPC_IS_QUEUED(t) (test_bit(RPC_TASK_QUEUED, &(t)->tk_runstate))
182 #define RPC_IS_ACTIVATED(t) (test_bit(RPC_TASK_ACTIVE, &(t)->tk_runstate))
H A Dxprt.h285 return test_bit(XPRT_CONNECTED, &xprt->state);
307 return test_bit(XPRT_CONNECTING, &xprt->state);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit ) function
142 if (test_bit(rowsrc, (col + src_offset) ^ mask)) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit ) function
142 if (test_bit(rowsrc, (col + src_offset) ^ mask)) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit ) function
142 if (test_bit(rowsrc, (col + src_offset) ^ mask)) {
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit ) function
142 if (test_bit(rowsrc, (col + src_offset) ^ mask)) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit ) function
142 if (test_bit(rowsrc, (col + src_offset) ^ mask)) {
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_bitmap.c89 static bool test_bit( const GLubyte *src, GLuint bit ) function
142 if (test_bit(rowsrc, (col + src_offset) ^ mask)) {
/external/e2fsprogs/e2fsck/
H A Drevoke.c319 test_bit(BH_RevokeValid, &bh2->b_state))
326 J_ASSERT_BH(bh2, test_bit(BH_Revoked, &
337 J_ASSERT_BH(bh, !test_bit(BH_Revoked, &bh->b_state));

Completed in 620 milliseconds

12