Lines Matching refs:pc
153 newl3state(struct l3_process *pc, int state) in newl3state() argument
155 if (pc->debug & L3_DEB_STATE) in newl3state()
156 l3_debug(pc->st, "%s cr %d %d --> %d", __func__, in newl3state()
157 pc->callref & 0x7F, in newl3state()
158 pc->state, state); in newl3state()
159 pc->state = state; in newl3state()
165 t->pc->st->lli.l4l3(t->pc->st, t->event, t->pc); in L3ExpireTimer()
169 L3InitTimer(struct l3_process *pc, struct L3Timer *t) in L3InitTimer() argument
171 t->pc = pc; in L3InitTimer()
199 StopAllL3Timer(struct l3_process *pc) in StopAllL3Timer() argument
201 L3DelTimer(&pc->timer); in StopAllL3Timer()