HomeSort by: relevance | last modified time | path
    Searched refs:realtime (Results 1 - 5 of 5) sorted by relevancy

  /src/dist/pf/sbin/pfctl/
pfctl_parser.h 146 struct node_hfsc_sc realtime; member in struct:node_hfsc_opts
pfctl_altq.c 846 rtsc = &qopts->data.hfsc_opts.realtime;
866 print_hfsc_sc("realtime", opts->rtsc_m1, opts->rtsc_d,
1174 if (opts->data.hfsc_opts.realtime.used) {
1176 eval_bwspec(&opts->data.hfsc_opts.realtime.m1,
1179 eval_bwspec(&opts->data.hfsc_opts.realtime.m2,
1182 opts->data.hfsc_opts.realtime.d;
parse.y 420 %token ALTQ CBQ PRIQ HFSC BANDWIDTH TBRSIZE LINKSHARE REALTIME UPPERLIMIT
1574 | REALTIME bandwidth {
1575 if (hfsc_opts.realtime.used) {
1576 yyerror("realtime already specified");
1579 hfsc_opts.realtime.m2 = $2;
1580 hfsc_opts.realtime.used = 1;
1582 | REALTIME '(' bandwidth comma number comma bandwidth ')'
1584 if (hfsc_opts.realtime.used) {
1585 yyerror("realtime already specified");
1588 hfsc_opts.realtime.m1 = $3
    [all...]
  /src/sys/altq/
altq_hfsc.c 741 int realtime = 0; local in function:hfsc_dequeue
756 realtime = (cl->cl_e <= cur_time);
765 realtime = 1;
813 if (realtime)
821 if (realtime)
  /src/sys/dev/pci/
mlyreg.h 325 u_int32_t realtime; /* N/A */ member in struct:mly_health_status

Completed in 18 milliseconds