Home
last modified time | relevance | path

Searched refs:RFHIGHPID (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/sys/
H A Dunistd.h182 #define RFHIGHPID (1<<18) /* use a pid higher than 10 (idleproc) */ macro
194 RFTHREAD | RFSIGSHARE | RFLINUXTHPN | RFSTOPPED | RFHIGHPID | RFTSIGZMB | \
196 #define RFKERNELONLY (RFSTOPPED | RFHIGHPID | RFPROCDESC)
/freebsd/sys/kern/
H A Dkern_idle.c66 RFSTOPPED | RFHIGHPID, 0, "idle", "idle: cpu%d", pc->pc_cpuid); in idle_setup()
70 RFSTOPPED | RFHIGHPID, 0, "idle", "idle"); in idle_setup()
H A Dkern_fork.c268 if (flags & RFHIGHPID) { in fork_findpid()
294 if ((flags & RFHIGHPID) == 0) in fork_findpid()
H A Dkern_intr.c567 &td, RFSTOPPED | RFHIGHPID, in ithread_create()
/freebsd/sys/geom/
H A Dgeom_kern.c147 RFHIGHPID, 0, "geom", "g_event"); in g_init()
149 RFHIGHPID, 0, "geom", "g_up"); in g_init()
151 RFHIGHPID, 0, "geom", "g_down"); in g_init()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clnfsiod.c182 RFHIGHPID, 0, "newnfs %d", i); in nfs_nfsiodnew_sync()
/freebsd/sys/dev/usb/
H A Dusb_process.c67 kproc_kthread_add((f), (s), &usbproc, (p), RFHIGHPID, \
/freebsd/sys/security/audit/
H A Daudit_worker.c539 error = kproc_create(audit_worker, NULL, &audit_thread, RFHIGHPID, in audit_worker_init()
/freebsd/sys/dev/acpica/
H A Dacpi_thermal.c346 error = kproc_create(acpi_tz_thread, NULL, &acpi_tz_proc, RFHIGHPID, 0, in acpi_tz_startup()
1225 &sc->tz_cooling_proc, RFHIGHPID, 0, "acpi_cooling%d", in acpi_tz_cooling_thread_start()
/freebsd/sys/dev/xen/xenstore/
H A Dxenstore.c1146 error = kproc_create(xenwatch_thread, NULL, &p, RFHIGHPID, in xs_attach()
1153 RFHIGHPID, 0, "xenstore_rcv"); in xs_attach()
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_logging.c303 RFHIGHPID, 0, "hwpmc: proc(%d)", td->td_proc->p_pid); in pmclog_proc_create()
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_rl.c1001 RFHIGHPID, 0, "mlx5-ratelimit", "mlx5-rl-worker-thread-%d", (int)j); in mlx5e_rl_open_workers()
/freebsd/sys/dev/sound/midi/
H A Dsequencer.c585 (seq_eventthread, scp, NULL, RFHIGHPID, 0, in seq_addunit()
/freebsd/sys/netgraph/
H A Dng_base.c3234 RFHIGHPID, 0, "ng_queue", "ng_queue%d", i)) { in ngb_mod_event()