Lines Matching refs:p
40 def p_stat(self, p): argument
42 p[0] = p[1:]
44 def p_cpu(self, p): argument
46 p[0] = p[1:]
48 def p_intr(self, p): argument
50 p[0] = p[1:]
52 def p_ctxt(self, p): argument
54 p[0] = p[1:]
56 def p_btime(self, p): argument
58 p[0] = p[1:]
60 def p_processes(self, p): argument
62 p[0] = p[1:]
64 def p_procs_running(self, p): argument
66 p[0] = p[1:]
68 def p_procs_blocked(self, p): argument
70 p[0] = p[1:]
72 def p_softirq(self, p): argument
74 p[0] = p[1:]