Searched refs:thread0 (Results 26 - 38 of 38) sorted by relevance

12

/freebsd-13-stable/sys/kern/
H A Dsched_ule.c1461 /* Add thread0's load since it's running. */
1463 thread0.td_lock = TDQ_LOCKPTR(tdq);
1464 tdq_load_add(tdq, &thread0);
1465 tdq->tdq_lowpri = thread0.td_priority;
1693 * Set up the scheduler specific parts of thread0.
1695 ts0 = td_get_sched(&thread0);
H A Dsched_4bsd.c644 /* Account for thread0. */
674 * Set up the scheduler specific parts of thread0.
676 thread0.td_lock = &sched_lock;
677 td_get_sched(&thread0)->ts_slice = sched_slice;
H A Dsubr_epoch.c290 SLIST_INIT(&thread0.td_epochs);
H A Dlink_elf.c1110 0, thread0.td_ucred);
H A Dlink_elf_obj.c932 VM_PROT_ALL, 0, thread0.td_ucred);
H A Dkern_jail.c236 * constants. This is called from proc0_init() after creating thread0 cpuset.
244 prison0.pr_cpuset = cpuset_ref(thread0.td_cpuset);
/freebsd-13-stable/sys/netinet/
H A Dtcp_syncache.c903 thread0.td_ucred, m, false)) != 0) {
943 thread0.td_ucred, m, false)) != 0) {
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_oea.c957 * Allocate a kernel stack with a guard page for thread0 and map it
964 thread0.td_kstack = va;
965 thread0.td_kstack_pages = kstack_pages;
H A Dmmu_oea64.c1214 * Allocate a kernel stack with a guard page for thread0 and map it
1221 thread0.td_kstack = va;
1222 thread0.td_kstack_pages = kstack_pages;
H A Dmmu_radix.c2075 * Allocate a kernel stack with a guard page for thread0 and map it
2082 thread0.td_kstack = va;
2088 thread0.td_kstack_pages = kstack_pages;
/freebsd-13-stable/sys/powerpc/booke/
H A Dpmap.c922 thread0.td_kstack = kstack0;
923 thread0.td_kstack_pages = kstack_pages;
/freebsd-13-stable/sys/sys/
H A Dproc.h1023 #define thread0 (thread0_st.t0st_thread) macro
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_snapshot.c76 #define KERNCRED thread0.td_ucred

Completed in 147 milliseconds

12