Searched refs:RFHIGHPID (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.1-release/sys/sys/
H A Dunistd.h182 #define RFHIGHPID (1<<18) /* use a pid higher than 10 (idleproc) */ macro
191 RFTHREAD | RFSIGSHARE | RFLINUXTHPN | RFSTOPPED | RFHIGHPID | RFTSIGZMB | \
193 #define RFKERNELONLY (RFSTOPPED | RFHIGHPID | RFPPWAIT | RFPROCDESC)
/freebsd-10.1-release/sys/kern/
H A Dkern_idle.c67 RFSTOPPED | RFHIGHPID, 0, "idle", "idle: cpu%d", pc->pc_cpuid);
71 RFSTOPPED | RFHIGHPID, 0, "idle", "idle");
H A Dkern_fork.c239 * If RFHIGHPID is set (used during system boot), do not allocate
243 if (flags & RFHIGHPID) {
303 * RFHIGHPID does not mess with the lastpid counter during boot.
305 if (flags & RFHIGHPID)
H A Dkern_intr.c455 &td, RFSTOPPED | RFHIGHPID,
479 &td, RFSTOPPED | RFHIGHPID,
/freebsd-10.1-release/sys/geom/
H A Dgeom_kern.c152 RFHIGHPID, 0, "geom", "g_event");
154 RFHIGHPID, 0, "geom", "g_up");
156 RFHIGHPID, 0, "geom", "g_down");
/freebsd-10.1-release/sys/dev/usb/
H A Dusb_process.c72 kproc_kthread_add((f), (s), &usbproc, (p), RFHIGHPID, \
83 kthread_create((f), (s), (p), RFHIGHPID, 0, __VA_ARGS__)
/freebsd-10.1-release/sys/dev/random/
H A Drandom_harvestq.c243 &random_kthread_proc, RFHIGHPID, 0, "rand_harvestq"); /* RANDOM_CSPRNG_NAME */
/freebsd-10.1-release/sys/fs/nfsclient/
H A Dnfs_clnfsiod.c182 RFHIGHPID, 0, "newnfs %d", i);
/freebsd-10.1-release/sys/nfsclient/
H A Dnfs_nfsiod.c181 RFHIGHPID, 0, "nfsiod %d", i);
/freebsd-10.1-release/sys/security/audit/
H A Daudit_worker.c491 error = kproc_create(audit_worker, NULL, &audit_thread, RFHIGHPID,
/freebsd-10.1-release/sys/dev/acpica/
H A Dacpi_thermal.c321 RFHIGHPID, 0, "acpi_thermal");
1204 &sc->tz_cooling_proc, RFHIGHPID, 0, "acpi_cooling%d",
/freebsd-10.1-release/sys/xen/xenstore/
H A Dxenstore.c1174 error = kproc_create(xenwatch_thread, NULL, &p, RFHIGHPID,
1181 RFHIGHPID, 0, "xenstore_rcv");
/freebsd-10.1-release/sys/dev/utopia/
H A Dutopia.c642 RFHIGHPID, 0, "utopia");
/freebsd-10.1-release/sys/dev/hwpmc/
H A Dhwpmc_logging.c605 RFHIGHPID, 0, "hwpmc: proc(%d)", p->p_pid);
/freebsd-10.1-release/sys/dev/nand/
H A Dnandsim_chip.c168 &chip->nandsim_td, RFSTOPPED | RFHIGHPID,
/freebsd-10.1-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c335 RFHIGHPID, NDIS_KSTACK_PAGES, "Windows DPC %d", i);
347 RFHIGHPID, NDIS_KSTACK_PAGES, "Windows Workitem %d", i);
3543 RFHIGHPID, NDIS_KSTACK_PAGES, "Windows Kthread %d", ntoskrnl_kth);
/freebsd-10.1-release/sys/dev/sound/midi/
H A Dsequencer.c595 (seq_eventthread, scp, NULL, RFHIGHPID, 0,
/freebsd-10.1-release/sys/netgraph/
H A Dng_base.c3227 RFHIGHPID, 0, "ng_queue", "ng_queue%d", i)) {

Completed in 183 milliseconds