Searched refs:p_switch (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dtdump.c39 static int p_switch(const struct regnod*);
131 return(p_switch(t->sw.swlst));
242 static int p_switch(register const struct regnod *reg) function
H A Ddeparse.c52 static void p_switch(const struct regnod*);
288 p_switch(t->sw.swlst);
556 static void p_switch(register const struct regnod *reg) function
571 p_switch(reg->regnxt);
H A Dxec.c235 static int p_switch(struct regnod*);
304 return(n+p_switch(t->sw.swlst));
336 static int p_switch(register struct regnod *reg) function
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dthread.c248 thread_template.c_switch = thread_template.p_switch = thread_template.ps_switch = 0;
546 task->p_switch += thread->p_switch;
H A Dtask.h228 uint32_t p_switch; /* total processor switches */ member in struct:task
H A Dthread.h284 uint32_t p_switch; /* total processor switches */ member in struct:thread
H A Dsched_prim.c2283 thread->p_switch++;
2393 thread->p_switch++;
H A Dtask.c638 new_task->c_switch = new_task->p_switch = new_task->ps_switch = 0;

Completed in 222 milliseconds