Searched refs:remote_act_state (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_uv.c76 part_uv->remote_act_state = XPC_P_AS_INACTIVE;
427 part_uv->remote_act_state = msg_hdr->act_state;
431 /* syncing of remote_act_state was just done above */
604 * ??? act_state or remote_act_state?
908 if (part->sn.uv.remote_act_state == XPC_P_AS_INACTIVE) {
936 if (part->sn.uv.remote_act_state != XPC_P_AS_DEACTIVATING &&
937 part->sn.uv.remote_act_state != XPC_P_AS_INACTIVE) {
1041 * We send a sync msg to get the remote partition's remote_act_state
1048 while (!((part->sn.uv.remote_act_state == XPC_P_AS_ACTIVATING) ||
1049 (part->sn.uv.remote_act_state
[all...]
H A Dxpc.h718 u8 remote_act_state; /* remote partition's act_state */ member in struct:xpc_partition_uv

Completed in 100 milliseconds