Searched defs:proc_object (Results 1 – 1 of 1) sorted by relevance
81 struct proc_object { struct82 struct list_head link; /* Link to next proc_object */ argument83 struct dev_object *dev_obj; /* Device this PROC represents */84 u32 process; /* Process owning this Processor */85 struct mgr_object *mgr_obj; /* Manager Object Handle */109 static int proc_monitor(struct proc_object *proc_obj); argument