HomeSort by: relevance | last modified time | path
    Searched defs:newl (Results 1 - 5 of 5) sorted by relevancy

  /src/tests/rump/kernspace/
busypage.c 69 struct lwp *newl; local in function:rumptest_busypage
82 thread, NULL, &newl, "jointest");
97 rv = kthread_join(newl);
thread.c 57 struct lwp *newl; local in function:rumptest_threadjoin
61 jointhread, NULL, &newl, "jointest");
64 rv = kthread_join(newl);
91 struct lwp *newl; local in function:rumptest_thread
97 thethread, NULL, &newl, "ktest");
  /src/sys/ddb/
db_xxx.c 260 int newl, skip, i; local in function:db_dmesg
281 for (newl = skip = i = 0, p = bufdata + mb.msg_bufx;
292 newl = skip = 0;
295 if (newl && ch == '<') {
301 newl = ch == '\n';
304 if (!newl)
  /src/sbin/dmesg/
dmesg.c 147 int ch, newl, log, i; local in function:main
270 for (newl = 1, log = i = 0, p = bufdata + cur.msg_bufx;
303 if (newl) {
419 newl = ch == '\n';
435 if (!newl)
  /src/sys/kern/
kern_synch.c 551 lwp_t *newl; local in function:nextlwp
560 * in all cases newl is locked by spc_lwplock.
562 newl = sched_nextlwp();
563 if (newl != NULL) {
564 sched_dequeue(newl);
565 KASSERT(lwp_locked(newl, spc->spc_mutex));
566 KASSERT(newl->l_cpu == ci);
567 newl->l_stat = LSONPROC;
568 newl->l_pflag |= LP_RUNNING;
569 newl->l_boostpri = PRI_NONE
612 struct lwp *newl; local in function:mi_switch
    [all...]

Completed in 13 milliseconds