Searched refs:w_local_GP (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxpc_channel.c715 ch->w_local_GP.get = 0;
716 ch->w_local_GP.put = 0;
791 xpc_notify_senders(ch, ch->reason, ch->w_local_GP.put);
1315 nmsgs_sent = ch->w_remote_GP.put - ch->w_local_GP.get;
1758 put = (volatile s64) ch->w_local_GP.put;
1764 * to increment w_local_GP.put as long as someone else
1768 if (cmpxchg(&ch->w_local_GP.put, put, put + 1) ==
1811 dev_dbg(xpc_chan, "w_local_GP.put changed to %ld; msg=0x%p, "
1876 if (put == (volatile s64) ch->w_local_GP.put) {
1912 * equals w_local_GP
[all...]
H A Dxpc_main.c687 while ((volatile s64) ch->w_local_GP.get <
705 ((volatile s64) ch->w_local_GP.get <
756 n_needed = ch->w_remote_GP.put - ch->w_local_GP.get - 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dxpc.h385 * | | +---------+ <-- w_local_GP.get
395 * w_local_GP.put --> +---------+ |/////////|
418 * Any messages lying between w_local_GP.get and next_msg_to_pull have
478 struct xpc_gp w_local_GP; /* working local Get/Put values */ member in struct:xpc_channel

Completed in 68 milliseconds