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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dxpc.h108 * (Local partition's vars pointers are xpc_vars and xpc_vars_part.)
151 * partitions. (There are two: struct xpc_vars and struct xpc_vars_part)
158 * struct xpc_vars version number also applies to struct xpc_vars_part.
161 * of struct xpc_vars.
163 struct xpc_vars { struct
182 xpc_hb_allowed(partid_t partid, struct xpc_vars *vars)
188 xpc_allow_hb(partid_t partid, struct xpc_vars *vars)
200 xpc_disallow_hb(partid_t partid, struct xpc_vars *vars)
267 #define XPC_RP_VARS_SIZE L1_CACHE_ALIGN(sizeof(struct xpc_vars))
271 #define XPC_RP_VARS(_rp) ((struct xpc_vars *) XPC_RP_MACH_NASID
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxpc_partition.c54 struct xpc_vars *xpc_vars; variable in typeref:struct:xpc_vars
210 xpc_vars = XPC_RP_VARS(rp);
214 * Before clearing xpc_vars, see if a page of AMOs had been previously
220 * to this page (i.e., amos_page) in the struct xpc_vars structure,
225 if ((amos_page = xpc_vars->amos_page) == NULL) {
263 /* clear xpc_vars */
264 memset(xpc_vars, 0, sizeof(struct xpc_vars));
266 xpc_vars
[all...]
H A Dxpc_main.c231 xpc_vars->heartbeat++;
535 xpc_allow_hb(partid, xpc_vars);
545 xpc_disallow_hb(partid, xpc_vars);
1044 DBUG_ON(xpc_vars->heartbeating_to_mask != 0);
1112 xpc_vars->heartbeating_to_mask = 0; /* indicate we're deactivated */
1198 xpc_vars->heartbeat++;
1199 xpc_vars->heartbeat_offline = 1;
1210 xpc_vars->heartbeat++;
1211 xpc_vars->heartbeat_offline = 0;

Completed in 33 milliseconds