HomeSort by: relevance | last modified time | path
    Searched refs:l_sysent (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
syscallvar.h 64 l->l_sysent = sy;
66 l->l_sysent = NULL;
lwp.h 201 const struct sysent * volatile l_sysent;/* !: currently active syscall */ member in struct:lwp
  /src/sys/kern/
kern_syscall.c 75 sy = l->l_sysent;
175 * that we see pertinent values of l_sysent posted by remote CPUs.
180 * Now it's safe to check l_sysent. Run through all LWPs and see
186 if (l->l_sysent == &sy[sp[i].sp_code]) {

Completed in 15 milliseconds