Home
last modified time | relevance | path

Searched defs:xpc_partition (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/misc/sgi-xp/
Dxpc.h474 struct xpc_partition { struct
478 u8 remote_rp_version; /* version# of partition's rsvd pg */
479 unsigned long remote_rp_ts_jiffies; /* timestamp when rsvd pg setup */
480 unsigned long remote_rp_pa; /* phys addr of partition's rsvd pg */
481 u64 last_heartbeat; /* HB at last read */
482 u32 activate_IRQ_rcvd; /* IRQs since activation */
483 spinlock_t act_lock; /* protect updating of act_state */
484 u8 act_state; /* from XPC HB viewpoint */
485 enum xp_retval reason; /* reason partition is deactivating */
486 int reason_line; /* line# deactivation initiated from */
[all …]