Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/config/
H A Duser-aio.h.m42 dnl # POSIX specifies <aio.h> as part of realtime extensions,
/freebsd/etc/
H A Dgroup19 realtime:*:47:
/freebsd/sys/security/mac_priority/
H A Dmac_priority.c43 SYSCTL_INT(_security_mac_priority, OID_AUTO, realtime, CTLFLAG_RWTUN,
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dti,secure-proxy.txt17 rt - Map the realtime status region
/freebsd/sbin/pfctl/
H A Dpfctl_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()
H A Dpfctl_parser.h169 struct node_hfsc_sc realtime; member
H A Dparse.y2168 if (hfsc_opts.realtime.used) {
2172 hfsc_opts.realtime.m2 = $2;
2173 hfsc_opts.realtime.used = 1;
2181 if (hfsc_opts.realtime.used) {
2185 hfsc_opts.realtime.m1 = $3;
2186 hfsc_opts.realtime.d = $5;
2187 hfsc_opts.realtime.m2 = $7;
2188 hfsc_opts.realtime.used = 1;
/freebsd/sys/net/altq/
H A Daltq_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/sys/contrib/dev/iwlwifi/mvm/
H A Dutils.c1237 u32 *gp2, u64 *boottime, ktime_t *realtime)
1254 else if (clock_type == CLOCK_REALTIME && realtime)
1255 *realtime = ktime_get_real();
1150 iwl_mvm_get_sync_time(struct iwl_mvm * mvm,int clock_type,u32 * gp2,u64 * boottime,ktime_t * realtime) iwl_mvm_get_sync_time() argument
H A Dmvm.h1812 u64 *boottime, ktime_t *realtime);
/freebsd/contrib/unbound/contrib/
H A Dunbound.service.in32 ; - `RestrictRealTime=yes` ensures that any attempts to enable realtime
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dqcom-rpm.txt207 realtime current draw, only for:
/freebsd/usr.sbin/bsdconfig/networking/share/
H A Ddevice.subr93 # track the carrier status in realtime (required on FreeBSD).
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFeatures.td579 "Is realtime profile ('R' series)">;
/freebsd/contrib/wpa/hostapd/
H A DChangeLog697 for realtime capturing or from pcap files for offline analysis.
/freebsd/sys/conf/
H A DNOTES287 # FULL_PREEMPTION instructs the kernel to preempt non-realtime kernel
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog1232 for realtime capturing or from pcap files for offline analysis.