Searched refs:xchg (Results 76 - 100 of 139) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dtrans_fd.c273 ts = xchg(&trans->priv, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/
H A Ds390mach.c195 if (xchg(&mchchk_wng_posted, 1) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dsystem.h188 if something tries to do an invalid xchg(). */
203 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dsystem.h188 if something tries to do an invalid xchg(). */
203 #define xchg(ptr,x) ((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr)))) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dsystem.h135 #define xchg(ptr,x) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dcmpxchg.h6 #define xchg(ptr,v) ((__typeof__(*(ptr)))__xchg((unsigned long)(v),(ptr),sizeof(*(ptr)))) macro
71 * Note: no "lock" prefix even on SMP: xchg always implies lock anyway
72 * Note 2: xchg has side effect, so that attribute volatile is necessary,
H A Dpgtable-3level.h147 /* xchg acts as a barrier before the setting of the high bits */
148 res.pte_low = xchg(&ptep->pte_low, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dsystem.h96 #define xchg(ptr,x) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dtty3270.c338 xchg(&tp->write, rq);
354 wrq = xchg(&tp->write, 0);
418 xchg(&tp->write, wrq);
587 xchg(&tp->read, rrq);
611 rrq = xchg(&tp->read, 0);
626 xchg(&tp->read, rrq);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dx25_asy.c139 xbuff = xchg(&sl->xbuff, xbuff);
150 rbuff = xchg(&sl->rbuff, rbuff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dsvc.c550 error = xchg(&sk->sk_err_soft, 0);
577 error = xchg(&sk->sk_err_soft, 0);
H A Dclip.c253 old = xchg(&clip_vcc->xoff, 0);
417 old = xchg(&entry->vccs->xoff, 1); /* assume XOFF ... */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dcls_api.c533 act = xchg(&dst->action, src->action);
542 p = xchg(&dst->police, src->police);
H A Dsch_netem.c361 d = xchg(&q->delay_dist, d);
659 *old = xchg(&q->qdisc, new);
H A Dcls_basic.c106 struct basic_head *head = (struct basic_head *) xchg(&tp->root, NULL);
H A Dcls_fw.c168 struct fw_head *head = (struct fw_head*)xchg(&tp->root, NULL);
H A Dsch_dsmark.c90 *old = xchg(&p->q, new);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dgenrtc.c191 data = xchg(&gen_rtc_irq_data, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dsystem.h292 * if something tries to do an invalid xchg().
325 #define xchg(ptr,x) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dexit.c441 struct file * file = xchg(&fdt->fd[i], NULL);
1174 state = xchg(&p->exit_state, EXIT_DEAD);
1355 * This uses xchg to be atomic with the thread resuming and setting
1359 exit_code = xchg(&p->exit_code, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Drtlx.c222 state = xchg(&chan->lx_state, RTLX_STATE_OPENED);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-frv/
H A Dpgtable.h413 unsigned long x = xchg(&ptep->pte, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dsystem.h423 if something tries to do an invalid xchg(). */
440 #define xchg(ptr,x) \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dstir4200.c575 skb = xchg(&stir->tx_pending, skb);
758 skb = xchg(&stir->tx_pending, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Daf_inet6.c387 if ((skb = xchg(&np->pktoptions, NULL)) != NULL)
395 if ((opt = xchg(&np->opt, NULL)) != NULL)

Completed in 316 milliseconds

123456