Searched refs:si_count (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h127 int si_count; member in struct:dn_parms
H A Dip_dn_io.c216 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, si_count,
217 CTLFLAG_RD, DC(si_count), 0, "Number of scheduler instances");
H A Dip_dummynet.c527 dn_cfg.si_count++;
574 dn_cfg.si_count--;
2114 * NSI = dn_cfg.si_count
2181 need += dn_cfg.si_count * (sizeof(struct dn_flow));
2307 dn_cfg.si_count, sizeof(struct dn_flow), DN_SCH_I,
H A Dip_dn_glue.c568 * - all pipe queue: si_count
572 need += dn_cfg.si_count * sizeof(struct dn_flow_queue8);
/freebsd-10-stable/contrib/file/src/
H A Dcdf.h148 uint32_t si_count; member in struct:__anon113
H A Dcdf.c1119 ssi->si_count = CDF_TOLE4(si->si_count);
1521 (void)fprintf(stderr, "Count %d\n", ssi.si_count);

Completed in 84 milliseconds