Searched refs: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.c1245 ch_sn2->local_GP = &part_sn2->local_GPs[ch_number];
1681 ch_sn2->local_GP->get = 0;
1682 ch_sn2->local_GP->put = 0;
2059 if (cmpxchg_rel(&ch_sn2->local_GP->put, initial_put, put) !=
2062 DBUG_ON(ch_sn2->local_GP->put < initial_put);
2066 /* we just set the new value of local_GP->put */
2068 dev_dbg(xpc_chan, "local_GP->put changed to %lld, partid=%d, "
2075 * local_GP->put is not XPC_M_SN2_READY or that local_GP->put
2239 * load of local_GP
[all...]
H A Dxpc.h455 * remote_GP.get --> +---------+ +---------+ <-- local_GP->get
465 * local_GP->put --> +---------+ +---------+ <-- remote_GP.put
474 * partition's local_GP->[get|put], and thus their values can
521 struct xpc_gp_sn2 *local_GP; /* local Get/Put values */ member in struct:xpc_channel_sn2

Completed in 34 milliseconds