/freebsd/usr.sbin/rtprio/ |
H A D | rtprio.1 | 37 .Nd execute, examine or modify a utility's or process's realtime 60 utility is used for controlling realtime process scheduling. 68 A process with a realtime priority is not subject to priority 70 higher realtime priority. 80 when called without arguments will return the realtime priority 85 is called with 1 argument, it will return the realtime priority 91 is specified, the process or program is run at that realtime priority. 94 is specified, the process or program is run as a normal (non-realtime) 113 Only root is allowed to set realtime or idle priority for a process. 116 policy and the realtime and idletime user groups. [all …]
|
/freebsd/share/man/man4/ |
H A D | mac_priority.4 | 56 .Sq realtime 57 (gid 47) are allowed to run threads and processes with realtime scheduling 66 realtime policy active, privileged users may use the 68 utility to start processes with realtime priority. 69 Privileged applications can promote threads and processes to realtime 82 The realtime policy grants the following kernel privileges to any process 83 running with the realtime group id: 104 .It Va security.mac.priority.realtime 105 Enable the realtime policy. 108 The numeric gid of the realtime group.
|
/freebsd/contrib/tcsh/nls/german/ |
H A D | set2 | 70 68 First Realtime Signal 71 69 Second Realtime Signal 72 70 Third Realtime Signal 73 71 Fourth Realtime Signal 74 72 Fourth Last Realtime Signal 75 73 Third Last Realtime Signal 76 74 Second Last Realtime Signal 77 75 Last Realtime Signal
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set2 | 70 68 First Realtime Signal 71 69 Second Realtime Signal 72 70 Third Realtime Signal 73 71 Fourth Realtime Signal 74 72 Fourth Last Realtime Signal 75 73 Third Last Realtime Signal 76 74 Second Last Realtime Signal 77 75 Last Realtime Signal
|
/freebsd/contrib/tcsh/nls/russian/ |
H A D | set2 | 70 68 First Realtime Signal 71 69 Second Realtime Signal 72 70 Third Realtime Signal 73 71 Fourth Realtime Signal 74 72 Fourth Last Realtime Signal 75 73 Third Last Realtime Signal 76 74 Second Last Realtime Signal 77 75 Last Realtime Signal
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set2 | 70 68 First Realtime Signal 71 69 Second Realtime Signal 72 70 Third Realtime Signal 73 71 Fourth Realtime Signal 74 72 Fourth Last Realtime Signal 75 73 Third Last Realtime Signal 76 74 Second Last Realtime Signal 77 75 Last Realtime Signal
|
/freebsd/lib/libsys/ |
H A D | rtprio.2 | 60 .Nd examine or modify realtime or idle priority 74 is used to lookup or change the realtime or idle priority of a process, 79 is used to lookup or change the realtime or idle priority of a thread. 127 field may be RTP_PRIO_REALTIME for realtime priorities, 136 Realtime and idle priority is inherited through 141 A realtime thread can only be preempted by a thread of equal or 170 root is allowed to change the realtime or idle priority of any thread. 173 policy and the realtime and idletime user groups.
|
H A D | sigqueue.2 | 33 .Nd "queue a signal to a process (REALTIME)" 97 The selection order between realtime and non-realtime signals, or 98 between multiple pending non-realtime signals, is unspecified. 162 realtime signal queue first appeared in
|
H A D | sigwaitinfo.2 | 33 .Nd "wait for queued signals (REALTIME)" 89 selection order between realtime and non-realtime signals, or 90 between multiple pending non-realtime signals, is unspecified.
|
H A D | sigwait.2 | 80 The selection order between realtime 81 and non-realtime signals, or between multiple pending non-realtime signals,
|
H A D | timerfd.2 | 182 and the realtime clock has experienced a discontinuous jump, 299 flag, and the system realtime clock experienced a discontinuous change without 316 flag, and the system realtime clock experienced a discontinuous change.
|
/freebsd/share/man/man4/man4.arm/ |
H A D | imx6_snvs.4 | 31 .Nd device driver for the NXP i.MX6 on-chip Realtime Clock 50 support for the i.MX6 on-chip realtime clock. 58 The on-chip realtime clock is part of that subsystem. 68 i2c or other type of alternate realtime clock with lower resolution,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
H A D | rtsan.h | 1 //===--- rtsan.h - Realtime Sanitizer ---------------------------*- C++ -*-===// 29 // When in a real-time context, RTSan interceptors will error if realtime 40 // Injected into the code if "nosanitize(realtime)" is on a function.
|
H A D | rtsan_preinit.cpp | 1 //===--- rtsan_preinit.cpp - Realtime Sanitizer -----------------*- C++ -*-===// 16 // This section is linked into the main executable when -fsanitize=realtime is
|
/freebsd/sys/security/mac_priority/ |
H A D | mac_priority.c | 45 SYSCTL_INT(_security_mac_priority, OID_AUTO, realtime, CTLFLAG_RWTUN, 47 "Enable realtime priority scheduling for group realtime_gid"); 52 "Group id of the realtime privilege group");
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_cpufreq.c | 642 /* get realtime value */ in sysctl_bcm2835_cpufreq_arm_freq() 674 /* get realtime value */ in sysctl_bcm2835_cpufreq_core_freq() 708 /* get realtime value */ in sysctl_bcm2835_cpufreq_sdram_freq() 741 /* get realtime value */ in sysctl_bcm2835_cpufreq_turbo() 777 /* get realtime value */ in sysctl_bcm2835_cpufreq_voltage_core() 813 /* get realtime value */ in sysctl_bcm2835_cpufreq_voltage_sdram_c() 851 /* get realtime value */ in sysctl_bcm2835_cpufreq_voltage_sdram_i() 888 /* get realtime value */ in sysctl_bcm2835_cpufreq_voltage_sdram_p() 973 /* get realtime value */ in sysctl_bcm2835_cpufreq_temperature() 995 /* get realtime value */ in sysctl_bcm2835_devcpu_temperature()
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | user-aio.h.m4 | 2 dnl # POSIX specifies <aio.h> as part of realtime extensions,
|
/freebsd/contrib/tcsh/ |
H A D | sh.init.c | 748 mesg[SIGRTMIN].pname = CSAVS(2, 68, "First Realtime Signal"); in mesginit() 754 mesg[SIGRTMIN+1].pname = CSAVS(2, 69, "Second Realtime Signal"); in mesginit() 760 mesg[SIGRTMIN+2].pname = CSAVS(2, 70, "Third Realtime Signal"); in mesginit() 766 mesg[SIGRTMIN+3].pname = CSAVS(2, 71, "Fourth Realtime Signal"); in mesginit() 779 "Fourth Last Realtime Signal"); in mesginit() 785 "Third Last Realtime Signal"); in mesginit() 791 "Second Last Realtime Signal"); in mesginit() 797 "Last Realtime Signal"); in mesginit()
|
/freebsd/sys/dev/efidev/ |
H A D | efirtc.c | 74 device_printf(dev, "cannot read EFI realtime clock, " in efirtc_probe() 78 device_set_desc(dev, "EFI Realtime Clock"); in efirtc_probe()
|
/freebsd/cddl/lib/libdtrace/ |
H A D | socket.d | 110 inline int SO_TS_REALTIME_MICRO = 0; /* microsecond resolution, realtime */ 112 inline int SO_TS_BINTIME = 1; /* sub-nanosecond resolution, realtime */ 114 inline int SO_TS_REALTIME = 2; /* nanosecond resolution, realtime */
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | via,vt8500-rtc.txt | 1 VIA/Wondermedia VT8500 Realtime Clock Controller
|
/freebsd/sys/powerpc/powermac/ |
H A D | pmuvar.h | 41 #define PMU_SET_RTC 0x30 /* Set realtime clock */ 42 #define PMU_READ_RTC 0x38 /* Read realtime clock */
|
/freebsd/sys/contrib/device-tree/Bindings/timestamp/ |
H A D | hardware-timestamps-common.yaml | 14 hardware means to timestamp entity in realtime. The entity could be anything
|
/freebsd/sys/arm/freescale/imx/ |
H A D | imx6_snvs.c | 31 * realtime clock, tamper monitor, and power-management functions. Currently 32 * this driver provides only realtime clock support.
|
/freebsd/sys/kern/ |
H A D | ksched.c | 51 FEATURE(kposix_priority_scheduling, "POSIX P1003.1B realtime extensions"); 151 * The interactive score has it to min realtime in ksched_getparam()
|