Searched refs:local_GP (Results 1 - 2 of 2) 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.c73 ch->local_GP = &part->local_GPs[ch_number];
711 ch->local_GP->get = 0;
712 ch->local_GP->put = 0;
1895 if (cmpxchg_rel(&ch->local_GP->put, initial_put, put) !=
1898 DBUG_ON((volatile s64) ch->local_GP->put < initial_put);
1902 /* we just set the new value of local_GP->put */
1904 dev_dbg(xpc_chan, "local_GP->put changed to %ld, partid=%d, "
1911 * local_GP->put is not XPC_M_READY or that local_GP->put
1988 * load of ch->local_GP
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dxpc.h381 * remote_GP.get --> +---------+ +---------+ <-- local_GP->get
391 * local_GP->put --> +---------+ +---------+ <-- remote_GP.put
400 * partition's local_GP->[get|put], and thus their values can
476 struct xpc_gp *local_GP; /* local Get/Put values */ member in struct:xpc_channel

Completed in 51 milliseconds