Searched refs:RFHIGHPID (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13-stable/sys/sys/ |
| HD | unistd.h | 183 #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/ |
| HD | kern_idle.c | 67 RFSTOPPED | RFHIGHPID, 0, "idle", "idle: cpu%d", pc->pc_cpuid); in idle_setup() 71 RFSTOPPED | RFHIGHPID, 0, "idle", "idle"); in idle_setup()
|
| HD | kern_fork.c | 269 if (flags & RFHIGHPID) { in fork_findpid() 295 if ((flags & RFHIGHPID) == 0) in fork_findpid()
|
| HD | kern_intr.c | 540 &td, RFSTOPPED | RFHIGHPID, in ithread_create()
|
| /freebsd-13-stable/sys/geom/ |
| HD | geom_kern.c | 148 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/ |
| HD | nfs_clnfsiod.c | 183 RFHIGHPID, 0, "newnfs %d", i); in nfs_nfsiodnew_sync()
|
| /freebsd-13-stable/sys/dev/usb/ |
| HD | usb_process.c | 67 kproc_kthread_add((f), (s), &usbproc, (p), RFHIGHPID, \
|
| /freebsd-13-stable/sys/security/audit/ |
| HD | audit_worker.c | 540 error = kproc_create(audit_worker, NULL, &audit_thread, RFHIGHPID, in audit_worker_init()
|
| /freebsd-13-stable/sys/dev/acpica/ |
| HD | acpi_thermal.c | 341 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/ |
| HD | xenstore.c | 1150 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/ |
| HD | hwpmc_logging.c | 304 RFHIGHPID, 0, "hwpmc: proc(%d)", td->td_proc->p_pid); in pmclog_proc_create()
|
| /freebsd-13-stable/sys/compat/ndis/ |
| HD | subr_ntoskrnl.c | 336 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/ |
| HD | mlx5_en_rl.c | 992 RFHIGHPID, 0, "mlx5-ratelimit", "mlx5-rl-worker-thread-%d", (int)j); in mlx5e_rl_open_workers()
|
| /freebsd-13-stable/sys/dev/sound/midi/ |
| HD | sequencer.c | 586 (seq_eventthread, scp, NULL, RFHIGHPID, 0, in seq_addunit()
|
| /freebsd-13-stable/sys/netgraph/ |
| HD | ng_base.c | 3232 RFHIGHPID, 0, "ng_queue", "ng_queue%d", i)) { in ngb_mod_event()
|