Searched defs:rproc (Results 1 – 4 of 4) sorted by relevance
56 struct rproc { struct57 struct rprocpub *r_pub; /* pointer to the corresponding public entry */ argument58 struct rproc *r_old_rp; /* pointer to the slot with the old version */ argument59 struct rproc *r_new_rp; /* pointer to the slot with the new version */ argument60 struct rproc *r_prev_rp; /* pointer to the slot with the prev replica */ argument61 struct rproc *r_next_rp; /* pointer to the slot with the next replica */ argument62 struct rprocupd r_upd; /* update descriptor */ argument63 pid_t r_pid; /* process id, -1 if the process is not there */65 int r_asr_count; /* number of live updates with ASR */66 int r_restarts; /* number of restarts (initially zero) */[all …]
34 EXTERN struct rproc rproc[NR_SYS_PROCS]; variable
18 struct rproc rproc[NR_SYS_PROCS]; variable
26 static ixfer_rproc_t rproc; variable