Home
last modified time | relevance | path

Searched full:realtime (Results 1 – 25 of 143) sorted by relevance

123456

/freebsd/usr.sbin/rtprio/
H A Drtprio.137 .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 Dmac_priority.456 .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 Dset270 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 Dset270 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 Dset270 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 Dset270 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 Drtprio.260 .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 Dsigqueue.233 .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 Dsigwaitinfo.233 .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 Dsigwait.280 The selection order between realtime
81 and non-realtime signals, or between multiple pending non-realtime signals,
H A Dtimerfd.2182 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 Dimx6_snvs.431 .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 Drtsan.h1 //===--- 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 Drtsan_preinit.cpp1 //===--- 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 Dmac_priority.c45 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 Dbcm2835_cpufreq.c642 /* 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 Duser-aio.h.m42 dnl # POSIX specifies <aio.h> as part of realtime extensions,
/freebsd/contrib/tcsh/
H A Dsh.init.c748 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 Defirtc.c74 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 Dsocket.d110 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 Dvia,vt8500-rtc.txt1 VIA/Wondermedia VT8500 Realtime Clock Controller
/freebsd/sys/powerpc/powermac/
H A Dpmuvar.h41 #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 Dhardware-timestamps-common.yaml14 hardware means to timestamp entity in realtime. The entity could be anything
/freebsd/sys/arm/freescale/imx/
H A Dimx6_snvs.c31 * realtime clock, tamper monitor, and power-management functions. Currently
32 * this driver provides only realtime clock support.
/freebsd/sys/kern/
H A Dksched.c51 FEATURE(kposix_priority_scheduling, "POSIX P1003.1B realtime extensions");
151 * The interactive score has it to min realtime in ksched_getparam()

123456