Home
last modified time | relevance | path

Searched refs:realtime (Results 1 – 18 of 18) sorted by relevance

/freebsd-head/sys/contrib/openzfs/config/
HDuser-aio.h.m42 dnl # POSIX specifies <aio.h> as part of realtime extensions,
/freebsd-head/etc/
HDgroup19 realtime:*:47:
/freebsd-head/sys/security/mac_priority/
HDmac_priority.c43 SYSCTL_INT(_security_mac_priority, OID_AUTO, realtime, CTLFLAG_RWTUN,
/freebsd-head/sys/contrib/device-tree/Bindings/mailbox/
Dti,secure-proxy.txt17 rt - Map the realtime status region
/freebsd-head/sbin/pfctl/
HDpfctl_altq.c957 rtsc = &qopts->data.hfsc_opts.realtime; in print_hfsc_opts()
1316 if (opts->data.hfsc_opts.realtime.used) { in eval_queue_opts()
1318 eval_bwspec(&opts->data.hfsc_opts.realtime.m1, in eval_queue_opts()
1321 eval_bwspec(&opts->data.hfsc_opts.realtime.m2, in eval_queue_opts()
1324 opts->data.hfsc_opts.realtime.d; in eval_queue_opts()
HDpfctl_parser.h169 struct node_hfsc_sc realtime; member
HDparse.y2176 if (hfsc_opts.realtime.used) {
2180 hfsc_opts.realtime.m2 = $2;
2181 hfsc_opts.realtime.used = 1;
2189 if (hfsc_opts.realtime.used) {
2193 hfsc_opts.realtime.m1 = $3;
2194 hfsc_opts.realtime.d = $5;
2195 hfsc_opts.realtime.m2 = $7;
2196 hfsc_opts.realtime.used = 1;
/freebsd-head/usr.sbin/sndctl/
HDsndctl.c94 int realtime; member
147 { "realtime", F(realtime), NUM, mod_realtime },
797 dp->realtime = 0; in mod_realtime()
803 dp->realtime = 1; in mod_realtime()
/freebsd-head/sys/net/altq/
HDaltq_hfsc.c715 int realtime = 0; in hfsc_dequeue() local
731 realtime = (cl->cl_e <= cur_time); in hfsc_dequeue()
740 realtime = 1; in hfsc_dequeue()
787 if (realtime) in hfsc_dequeue()
795 if (realtime) in hfsc_dequeue()
/freebsd-head/contrib/unbound/contrib/
HDunbound.service.in32 ; - `RestrictRealTime=yes` ensures that any attempts to enable realtime
/freebsd-head/sys/contrib/dev/iwlwifi/mvm/
HDutils.c1237 u32 *gp2, u64 *boottime, ktime_t *realtime) in iwl_mvm_get_sync_time() argument
1254 else if (clock_type == CLOCK_REALTIME && realtime) in iwl_mvm_get_sync_time()
1255 *realtime = ktime_get_real(); in iwl_mvm_get_sync_time()
HDmvm.h1812 u64 *boottime, ktime_t *realtime);
/freebsd-head/sys/contrib/device-tree/Bindings/mfd/
HDqcom-rpm.txt207 realtime current draw, only for:
/freebsd-head/usr.sbin/bsdconfig/networking/share/
HDdevice.subr93 # track the carrier status in realtime (required on FreeBSD).
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMFeatures.td579 "Is realtime profile ('R' series)">;
/freebsd-head/contrib/wpa/hostapd/
HDChangeLog697 for realtime capturing or from pcap files for offline analysis.
/freebsd-head/sys/conf/
HDNOTES287 # FULL_PREEMPTION instructs the kernel to preempt non-realtime kernel
/freebsd-head/contrib/wpa/wpa_supplicant/
HDChangeLog1232 for realtime capturing or from pcap files for offline analysis.