Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/sys/
HDunistd.h183 #define RFHIGHPID (1<<18) /* use a pid higher than 10 (idleproc) */ macro
195 RFTHREAD | RFSIGSHARE | RFLINUXTHPN | RFSTOPPED | RFHIGHPID | RFTSIGZMB | \
197 #define RFKERNELONLY (RFSTOPPED | RFHIGHPID | RFPROCDESC)
/freebsd-13-stable/sys/kern/
HDkern_idle.c67 RFSTOPPED | RFHIGHPID, 0, "idle", "idle: cpu%d", pc->pc_cpuid); in idle_setup()
71 RFSTOPPED | RFHIGHPID, 0, "idle", "idle"); in idle_setup()
HDkern_fork.c269 if (flags & RFHIGHPID) { in fork_findpid()
295 if ((flags & RFHIGHPID) == 0) in fork_findpid()
HDkern_intr.c540 &td, RFSTOPPED | RFHIGHPID, in ithread_create()
/freebsd-13-stable/sys/geom/
HDgeom_kern.c148 RFHIGHPID, 0, "geom", "g_event"); in g_init()
150 RFHIGHPID, 0, "geom", "g_up"); in g_init()
152 RFHIGHPID, 0, "geom", "g_down"); in g_init()
/freebsd-13-stable/sys/fs/nfsclient/
HDnfs_clnfsiod.c183 RFHIGHPID, 0, "newnfs %d", i); in nfs_nfsiodnew_sync()
/freebsd-13-stable/sys/dev/usb/
HDusb_process.c67 kproc_kthread_add((f), (s), &usbproc, (p), RFHIGHPID, \
/freebsd-13-stable/sys/security/audit/
HDaudit_worker.c540 error = kproc_create(audit_worker, NULL, &audit_thread, RFHIGHPID, in audit_worker_init()
/freebsd-13-stable/sys/dev/acpica/
HDacpi_thermal.c341 error = kproc_create(acpi_tz_thread, NULL, &acpi_tz_proc, RFHIGHPID, 0, in acpi_tz_startup()
1208 &sc->tz_cooling_proc, RFHIGHPID, 0, "acpi_cooling%d", in acpi_tz_cooling_thread_start()
/freebsd-13-stable/sys/dev/xen/xenstore/
HDxenstore.c1150 error = kproc_create(xenwatch_thread, NULL, &p, RFHIGHPID, in xs_attach()
1157 RFHIGHPID, 0, "xenstore_rcv"); in xs_attach()
/freebsd-13-stable/sys/dev/hwpmc/
HDhwpmc_logging.c304 RFHIGHPID, 0, "hwpmc: proc(%d)", td->td_proc->p_pid); in pmclog_proc_create()
/freebsd-13-stable/sys/compat/ndis/
HDsubr_ntoskrnl.c336 RFHIGHPID, NDIS_KSTACK_PAGES, "Windows DPC %d", i);
348 RFHIGHPID, NDIS_KSTACK_PAGES, "Windows Workitem %d", i);
3532 RFHIGHPID, NDIS_KSTACK_PAGES, "Windows Kthread %d", ntoskrnl_kth);
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
HDmlx5_en_rl.c992 RFHIGHPID, 0, "mlx5-ratelimit", "mlx5-rl-worker-thread-%d", (int)j); in mlx5e_rl_open_workers()
/freebsd-13-stable/sys/dev/sound/midi/
HDsequencer.c586 (seq_eventthread, scp, NULL, RFHIGHPID, 0, in seq_addunit()
/freebsd-13-stable/sys/netgraph/
HDng_base.c3232 RFHIGHPID, 0, "ng_queue", "ng_queue%d", i)) { in ngb_mod_event()