Searched refs:test_and_clear_bit (Results 101 - 125 of 221) sorted by relevance

123456789

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla4xxx/
H A Dql4_os.c1022 if (test_and_clear_bit(DPC_AEN, &ha->dpc_flags))
1026 if (test_and_clear_bit(DPC_GET_DHCP_IP_ADDR, &ha->dpc_flags))
1031 test_and_clear_bit(DPC_RELOGIN_DEVICE, &ha->dpc_flags)) {
1034 if (test_and_clear_bit(DF_RELOGIN, &ddb_entry->flags) &&
1082 if (test_and_clear_bit(AF_IRQ_ATTACHED, &ha->flags))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dconfig.c1590 if (test_and_clear_bit(D_RCVBUFREADY, &cs->event))
1592 if (test_and_clear_bit(E_RCVBUFREADY, &cs->event))
1594 if (test_and_clear_bit(D_L1STATECHANGE, &cs->event)) {
1651 if (test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags)) {
1703 if (test_and_clear_bit(FLG_L1_PULL_REQ, &st->l1.Flags)) {
1773 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag);
H A Dhscx_irq.c218 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag);
H A Djade_irq.c196 test_and_clear_bit(BC_FLG_BUSY, &bcs->Flag);
H A Dst5481_b.c173 test_and_clear_bit(buf_nr, &b_out->busy);
H A Dcallc.c860 if(test_and_clear_bit(FLG_START_B, &chanp->Flags)) {
1314 test_and_clear_bit(FLG_LLI_L1WAKEUP, &st->lli.flag);
1327 test_and_clear_bit(FLG_LLI_L2WAKEUP, &st->lli.flag);
1648 test_and_clear_bit(FLG_PTP, &csta->channel[0].d_st->l2.flag);
1649 test_and_clear_bit(FLG_FIXED_TEI, &csta->channel[0].d_st->l2.flag);
1659 test_and_clear_bit(FLG_FIXED_TEI, &chanp->d_st->l2.flag);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/qla2xxx/
H A Dqla_os.c2225 if (test_and_clear_bit(ISP_ABORT_NEEDED, &ha->dpc_flags)) {
2244 if (test_and_clear_bit(FCPORT_UPDATE_NEEDED, &ha->dpc_flags))
2247 if (test_and_clear_bit(LOOP_RESET_NEEDED, &ha->dpc_flags)) {
2253 if (test_and_clear_bit(RESET_MARKER_NEEDED, &ha->dpc_flags) &&
2264 if ((test_and_clear_bit(RELOGIN_NEEDED, &ha->dpc_flags)) &&
2334 if (test_and_clear_bit(LOOP_RESYNC_NEEDED, &ha->dpc_flags)) {
2351 if (test_and_clear_bit(FCPORT_RESCAN_NEEDED, &ha->dpc_flags)) {
2366 if (test_and_clear_bit(BEACON_BLINK_NEEDED, &ha->dpc_flags))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dppp_synctty.c395 if (test_and_clear_bit(TTY_THROTTLED, &tty->flags)
646 if (test_and_clear_bit(XMIT_WAKEUP, &ap->xmit_flags))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dpgtable.h431 return test_and_clear_bit(xlate_pabit(_PAGE_ACCESSED_BIT), &pte_val(*ptep));
446 return test_and_clear_bit(xlate_pabit(_PAGE_DIRTY_BIT), &pte_val(*ptep));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dpgtable.h378 return test_and_clear_bit(_PAGE_A_BIT, ptep);
394 return test_and_clear_bit(_PAGE_D_BIT, ptep);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dpgtable.h296 return test_and_clear_bit(_PAGE_BIT_DIRTY, &ptep->pte);
303 return test_and_clear_bit(_PAGE_BIT_ACCESSED, &ptep->pte);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/chips/
H A Disp1301_omap.c1114 if (test_and_clear_bit(WORK_UPDATE_ISP, &isp->todo)) {
1120 if (test_and_clear_bit(WORK_UPDATE_OTG, &isp->todo)) {
1127 if (test_and_clear_bit(WORK_HOST_RESUME, &isp->todo)) {
1162 if (test_and_clear_bit(WORK_TIMER, &isp->todo)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_vhci.c77 if (!test_and_clear_bit(HCI_RUNNING, &hdev->flags))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsparc64_ksyms.c168 EXPORT_SYMBOL(test_and_clear_bit); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/mach-at32ap/
H A Dpio.c195 if (!test_and_clear_bit(pin, &pio->gpio_mask))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dinode.c279 if (test_and_clear_bit(AFS_VNODE_ZAP_DATA, &vnode->flags))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dbitops.h298 * test_and_clear_bit - Clear a bit and return its old value
305 static inline int test_and_clear_bit(unsigned long nr, function
317 "1: " __LL "%0, %1 # test_and_clear_bit \n"
333 "1: " __LL "%0, %1 # test_and_clear_bit \n"
353 "1: " __LL "%0, %1 # test_and_clear_bit \n"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dglops.c122 if (test_and_clear_bit(GLF_DIRTY, &gl->gl_flags)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dbitops.h298 * test_and_clear_bit - Clear a bit and return its old value
305 static inline int test_and_clear_bit(unsigned long nr, function
317 "1: " __LL "%0, %1 # test_and_clear_bit \n"
333 "1: " __LL "%0, %1 # test_and_clear_bit \n"
353 "1: " __LL "%0, %1 # test_and_clear_bit \n"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dbuffer_head.h106 return test_and_clear_bit(BH_##bit, &(bh)->b_state); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/time/
H A Dclocksource.c106 resumed = test_and_clear_bit(0, &watchdog_resumed);
H A Dtick-sched.c620 if (!test_and_clear_bit(0, &ts->check_clocks))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dmux.c511 if (test_and_clear_bit(Wpending, &m->wsched))
689 if (test_and_clear_bit(Rpending, &m->wsched))
766 if (test_and_clear_bit(Wpending, &m->wsched))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/irnet/
H A Dirnet_irda.c1118 test_open = test_and_clear_bit(0, &self->ttp_open);
1121 test_connect = test_and_clear_bit(0, &self->ttp_connect);
1382 && (test_and_clear_bit(0, &new->ttp_connect)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dsge.c996 test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) {
1118 test_and_clear_bit(qid, &qs->txq_stopped))
1231 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped))
1429 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped))
1655 test_and_clear_bit(TXQ_ETH, &qs->txq_stopped)) {
1663 test_and_clear_bit(TXQ_OFLD, &qs->txq_stopped)) {
1669 test_and_clear_bit(TXQ_CTRL, &qs->txq_stopped)) {

Completed in 306 milliseconds

123456789