Searched refs:rdp (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Drcupdate.c80 static void force_quiescent_state(struct rcu_data *rdp, argument
90 * rdp->cpu is the current cpu.
93 cpu_clear(rdp->cpu, cpumask);
99 static inline void force_quiescent_state(struct rcu_data *rdp, argument
121 struct rcu_data *rdp; local
126 rdp = &__get_cpu_var(rcu_data);
127 *rdp->nxttail = head;
128 rdp->nxttail = &head->next;
129 if (unlikely(++rdp->qlen > qhimark)) {
130 rdp
156 struct rcu_data *rdp; local
203 struct rcu_data *rdp = &per_cpu(rcu_data, cpu); local
231 rcu_do_batch(struct rcu_data *rdp) argument
327 rcu_check_quiescent_state(struct rcu_ctrlblk *rcp, struct rcu_data *rdp) argument
381 __rcu_offline_cpu(struct rcu_data *this_rdp, struct rcu_ctrlblk *rcp, struct rcu_data *rdp) argument
422 __rcu_process_callbacks(struct rcu_ctrlblk *rcp, struct rcu_data *rdp) argument
471 __rcu_pending(struct rcu_ctrlblk *rcp, struct rcu_data *rdp) argument
514 struct rcu_data *rdp = &per_cpu(rcu_data, cpu); local
532 rcu_init_percpu_data(int cpu, struct rcu_ctrlblk *rcp, struct rcu_data *rdp) argument
547 struct rcu_data *rdp = &per_cpu(rcu_data, cpu); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dmv64x60_tty.c101 #define RX_INIT_RDP(rdp) { \
102 (rdp)->bufsize = 2; \
103 (rdp)->bytecnt = 0; \
104 (rdp)->cmd_stat = SDMA_DESC_CMDSTAT_L | SDMA_DESC_CMDSTAT_F | \
317 struct mv64x60_rx_desc *rdp; local
320 rdp = &rd[com_port][cur_rd[com_port]];
322 if ((rdp->cmd_stat & (SDMA_DESC_CMDSTAT_O|SDMA_DESC_CMDSTAT_ES)) == 0) {
323 c = *(unchar *)(rdp->buffer ^ 7);
324 RX_INIT_RDP(rdp);
335 struct mv64x60_rx_desc *rdp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drcupdate.h124 struct rcu_data *rdp = &per_cpu(rcu_data, cpu); local
125 rdp->passed_quiesc = 1;
129 struct rcu_data *rdp = &per_cpu(rcu_bh_data, cpu); local
130 rdp->passed_quiesc = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Da2065.c151 ll->rdp = (leptr & 0xFFFF);
153 ll->rdp = leptr >> 16;
155 ll->rdp = lp->busmaster_regval;
248 ll->rdp = LE_C0_INIT;
251 for (i = 0; (i < 100) && !(ll->rdp & (LE_C0_ERR | LE_C0_IDON)); i++)
253 if ((i == 100) || (ll->rdp & LE_C0_ERR)) {
255 i, ll->rdp);
260 ll->rdp = LE_C0_IDON;
261 ll->rdp = LE_C0_INEA | LE_C0_STRT;
290 ll->rdp
[all...]
H A Ddeclance.c287 volatile unsigned short rdp; /* register data port */ member in struct:lance_regs
315 writereg(&ll->rdp, (leptr & 0xFFFF));
317 writereg(&ll->rdp, leptr >> 16);
319 writereg(&ll->rdp, lp->busmaster_regval);
525 writereg(&ll->rdp, LE_C0_INIT);
528 for (i = 0; (i < 100) && !(ll->rdp & LE_C0_IDON); i++) {
531 if ((i == 100) || (ll->rdp & LE_C0_ERR)) {
533 i, ll->rdp);
536 if ((ll->rdp & LE_C0_ERR)) {
538 i, ll->rdp);
[all...]
H A Da2065.h41 unsigned short rdp; /* Register Data Port */ member in struct:lance_regs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dsigcontext.h16 __u64 rdp; member in struct:_fpstate
H A Duser.h56 __u64 rdp; member in struct:user_i387_struct
H A Dprocessor.h165 u64 rdp; member in struct:i387_fxsave_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Dtftpd.c215 static struct tftphdr *rdp; /* data buffer used by recvtftp() */ variable in typeref:struct:tftphdr
1196 rdp = w_init();
1216 n = sread(peer, rdp, PKTSIZE);
1226 rdp->th_opcode = ntohs((unsigned short)rdp->th_opcode);
1227 rdp->th_block = ntohs(rdp->th_block);
1228 if (rdp->th_opcode == opcode_ERROR)
1230 if (rdp->th_opcode == opcode_DATA) {
1231 if (rdp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_irq.c263 int size, off, cont, rdp, wdp; local
271 rdp = inw(chip->port + PDAUDIOCF_REG_RDP);
273 // printk("TASKLET: rdp = %x, wdp = %x\n", rdp, wdp);
274 size = wdp - rdp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dfpu32.c91 G(5, fxsave->rdp);
134 P(5, fxsave->rdp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/isapnp/
H A Dcore.c215 int rdp = isapnp_rdp; local
223 while (rdp <= 0x3ff) {
228 if ((rdp < 0x280 || rdp > 0x380) && request_region(rdp, 1, "ISAPnP"))
230 isapnp_rdp = rdp;
231 old_rdp = rdp;
234 rdp += RDP_STEP;
1109 /* format is: isapnp=rdp,reset,skip_pci_scan,verbose */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/kvm/
H A Dkvm_main.c2418 u64 rdp; member in struct:fxsave
2441 fpu->last_dp = fxsave->rdp;
2461 fxsave->rdp = fpu->last_dp;

Completed in 121 milliseconds