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

  /src/sys/opencrypto/
crypto.c 240 int error, drops = 0; local in function:sysctl_opencrypto_q_drops
248 drops += qs->crp_ret_q_drops;
252 node.sysctl_data = &drops;
314 int error, drops = 0; local in function:sysctl_opencrypto_kq_drops
322 drops += qs->crp_ret_kq_drops;
326 node.sysctl_data = &drops;
436 CTLTYPE_INT, "drops",
465 CTLTYPE_INT, "drops",
  /src/usr.bin/netstat/
if.c 79 uint64_t ift_iq; /* input drops */
83 uint64_t ift_oq; /* output drops */
179 uint64_t drops; local in function:if_data_ext_get
183 "net.interfaces.%s.sndq.drops", ifname);
184 len = sizeof(drops);
185 if (sysctlbyname(namebuf, &drops, &len, NULL, 0) == -1) {
190 dext->ifi_oqdrops = drops;
724 printf(" %5.5s", "drops");
733 printf(" %5.5s", "drops");
940 printf(" %5.5s", "drops");
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
tegra30-cardhu.dtsi 656 /* throttle at 57C until temperature drops to 56.8C */
tegra30-asus-nexus7-grouper-common.dtsi 1279 /* throttle at 57C until temperature drops to 56.8C */
1314 /* throttle at 85C until temperature drops to 84.8C */
tegra20-acer-a500-picasso.dts 1084 /* throttle at 85C until temperature drops to 84.8C */
tegra30.dtsi 1134 /* throttle at 80C until temperature drops to 79.8C */
  /src/sys/dev/audio/
audio.c 6159 int drops = mixer->frames_per_block - local in function:audio_rmixer_process
6161 track->dropframes += drops;
6163 drops,
6165 auring_take(input, drops);
  /src/lib/librumpuser/build-aux/
config.sub 1411 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
  /src/sys/external/isc/libsodium/dist/build-aux/
config.sub 1419 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
  /src/sys/external/isc/libsodium/dist/
config.sub 1377 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)

Completed in 24 milliseconds