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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_sn2.c1685 ch_sn2->w_local_GP.get = 0;
1686 ch_sn2->w_local_GP.put = 0;
1752 xpc_notify_senders_sn2(ch, ch->reason, ch->sn.sn2.w_local_GP.put);
1804 return ch->sn.sn2.w_remote_GP.put - ch->sn.sn2.w_local_GP.get;
1986 get = ch_sn2->w_local_GP.get;
1993 * by trying to increment w_local_GP.get and hope that no one
1998 if (cmpxchg(&ch_sn2->w_local_GP.get, get, get + 1) == get) {
2001 dev_dbg(xpc_chan, "w_local_GP.get changed to %lld, "
2040 if (put == ch_sn2->w_local_GP.put)
2076 * equals w_local_GP
[all...]
H A Dxpc.h459 * | | +---------+ <-- w_local_GP.get
469 * w_local_GP.put --> +---------+ |/////////|
492 * Any messages lying between w_local_GP.get and next_msg_to_pull have
523 struct xpc_gp_sn2 w_local_GP; /* working local Get/Put values */ member in struct:xpc_channel_sn2

Completed in 100 milliseconds