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

  /src/sys/sys/
lwp.h 293 #define LP_BOUND 0x80000000 /* Bound to a CPU */
510 bound = curlwp->l_pflag & LP_BOUND;
511 curlwp->l_pflag |= LP_BOUND;
521 KASSERT(curlwp->l_pflag & LP_BOUND);
523 curlwp->l_pflag ^= bound ^ LP_BOUND;
  /src/sys/kern/
subr_psref.c 291 ISSET(curlwp->l_pflag, LP_BOUND)),
345 ISSET(curlwp->l_pflag, LP_BOUND)),
412 ISSET(curlwp->l_pflag, LP_BOUND)),
555 ISSET(curlwp->l_pflag, LP_BOUND)),
kern_kthread.c 120 l->l_pflag |= LP_BOUND;
kern_runq.c 239 if ((l->l_pflag & LP_BOUND) == 0) {
276 if ((l->l_pflag & LP_BOUND) == 0) {
578 if (l->l_pflag & LP_BOUND)
689 if ((l->l_pflag & LP_BOUND) ||
sys_pset.c 393 if (t->l_pflag & (LP_BOUND | LP_INTR))
kern_cpu.c 344 if (l->l_cpu != ci || (l->l_pflag & (LP_BOUND | LP_INTR))) {
subr_cpu.c 149 * - Bound lwps (LP_BOUND), either kthreads created bound to
154 * We combine the LP_INTR, LP_BOUND, and l_nopreempt test into
162 return __predict_true(((pflag & (LP_INTR|LP_BOUND)) | nopreempt)
kern_threadpool.c 974 KASSERT((pool->tp_cpu == NULL) || (curlwp->l_pflag & LP_BOUND));
1108 KASSERT((pool->tp_cpu == NULL) || (curlwp->l_pflag & LP_BOUND));
subr_prf.c 246 curlwp->l_pflag |= LP_BOUND;
kern_synch.c 677 if (l->l_target_cpu != NULL && (l->l_pflag & LP_BOUND) == 0) {
kern_entropy.c 738 KASSERT(curlwp->l_pflag & LP_BOUND);
  /src/sys/rump/librump/rumpkern/
threads.c 203 l->l_pflag |= LP_BOUND;
scheduler.c 307 bool bound = l->l_pflag & LP_BOUND;
intr.c 197 me->l_pflag |= LP_BOUND;
  /src/sys/arch/xen/xen/
xen_clock.c 284 (curlwp->l_flag & LP_BOUND));
  /src/sys/netinet/
in.c 1845 KASSERT(ISSET(curlwp->l_pflag, LP_BOUND));
  /src/sys/net/
if_wg.c 3279 KASSERT(curlwp->l_pflag & LP_BOUND);

Completed in 27 milliseconds