/linux-4.4.14/net/netfilter/ |
D | xt_RATEEST.c | 35 static void xt_rateest_hash_insert(struct xt_rateest *est) in xt_rateest_hash_insert() argument 39 h = xt_rateest_hash(est->name); in xt_rateest_hash_insert() 40 hlist_add_head(&est->list, &rateest_hash[h]); in xt_rateest_hash_insert() 45 struct xt_rateest *est; in xt_rateest_lookup() local 50 hlist_for_each_entry(est, &rateest_hash[h], list) { in xt_rateest_lookup() 51 if (strcmp(est->name, name) == 0) { in xt_rateest_lookup() 52 est->refcnt++; in xt_rateest_lookup() 54 return est; in xt_rateest_lookup() 62 void xt_rateest_put(struct xt_rateest *est) in xt_rateest_put() argument 65 if (--est->refcnt == 0) { in xt_rateest_put() [all …]
|
D | nft_rbtree.c | 234 struct nft_set_estimate *est) in nft_rbtree_estimate() argument 240 est->size = sizeof(struct nft_rbtree) + desc->size * nsize; in nft_rbtree_estimate() 242 est->size = nsize; in nft_rbtree_estimate() 244 est->class = NFT_SET_CLASS_O_LOG_N; in nft_rbtree_estimate()
|
D | nft_hash.c | 338 struct nft_set_estimate *est) in nft_hash_estimate() argument 344 est->size = sizeof(struct nft_hash) + in nft_hash_estimate() 354 est->size = esize + 2 * sizeof(struct nft_hash_elem *); in nft_hash_estimate() 357 est->class = NFT_SET_CLASS_O_1; in nft_hash_estimate()
|
D | nf_tables_api.c | 2262 struct nft_set_estimate est, best; in nft_select_set_ops() local 2287 if (!ops->estimate(desc, features, &est)) in nft_select_set_ops() 2292 if (est.class < best.class) in nft_select_set_ops() 2294 if (est.class == best.class && est.size < best.size) in nft_select_set_ops() 2298 if (est.size < best.size) in nft_select_set_ops() 2300 if (est.size == best.size && est.class < best.class) in nft_select_set_ops() 2313 best = est; in nft_select_set_ops()
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_est.c | 109 s = container_of(e, struct ip_vs_stats, est); in estimation_timer() 143 struct ip_vs_estimator *est = &stats->est; in ip_vs_start_estimator() local 145 INIT_LIST_HEAD(&est->list); in ip_vs_start_estimator() 148 list_add(&est->list, &ipvs->est_list); in ip_vs_start_estimator() 154 struct ip_vs_estimator *est = &stats->est; in ip_vs_stop_estimator() local 157 list_del(&est->list); in ip_vs_stop_estimator() 163 struct ip_vs_estimator *est = &stats->est; in ip_vs_zero_estimator() local 167 est->last_inbytes = k->inbytes; in ip_vs_zero_estimator() 168 est->last_outbytes = k->outbytes; in ip_vs_zero_estimator() 169 est->last_conns = k->conns; in ip_vs_zero_estimator() [all …]
|
/linux-4.4.14/net/core/ |
D | gen_estimator.c | 151 static void gen_add_node(struct gen_estimator *est) in gen_add_node() argument 161 if (est->bstats > e->bstats) in gen_add_node() 166 rb_link_node(&est->node, parent, p); in gen_add_node() 167 rb_insert_color(&est->node, &est_root); in gen_add_node() 213 struct gen_estimator *est; in gen_new_estimator() local 224 est = kzalloc(sizeof(*est), GFP_KERNEL); in gen_new_estimator() 225 if (est == NULL) in gen_new_estimator() 231 est->bstats = bstats; in gen_new_estimator() 232 est->rate_est = rate_est; in gen_new_estimator() 233 est->stats_lock = stats_lock; in gen_new_estimator() [all …]
|
D | gen_stats.c | 194 struct gnet_stats_rate_est est; in gnet_stats_copy_rate_est() local 200 est.bps = min_t(u64, UINT_MAX, r->bps); in gnet_stats_copy_rate_est() 202 est.pps = r->pps; in gnet_stats_copy_rate_est() 205 d->tc_stats.bps = est.bps; in gnet_stats_copy_rate_est() 206 d->tc_stats.pps = est.pps; in gnet_stats_copy_rate_est() 210 res = gnet_stats_copy(d, TCA_STATS_RATE_EST, &est, sizeof(est)); in gnet_stats_copy_rate_est() 211 if (res < 0 || est.bps == r->bps) in gnet_stats_copy_rate_est()
|
/linux-4.4.14/drivers/uwb/ |
D | est.c | 352 ssize_t uwb_est_get_size(struct uwb_rc *uwb_rc, struct uwb_est *est, in uwb_est_get_size() argument 362 if (event_low >= est->entries) { /* in range? */ in uwb_est_get_size() 364 est, est->type_event_high, est->vendor, est->product, in uwb_est_get_size() 365 est->entries, event_low); in uwb_est_get_size() 369 entry = &est->entry[event_low]; in uwb_est_get_size() 372 est, est->type_event_high, est->vendor, est->product, in uwb_est_get_size() 373 est->entries, event_low); in uwb_est_get_size() 393 est, est->type_event_high, est->vendor, in uwb_est_get_size() 394 est->product, est->entries); in uwb_est_get_size()
|
D | Makefile | 14 est.o \
|
/linux-4.4.14/arch/powerpc/boot/ |
D | cuboot-acadia.c | 55 unsigned long est; /* current estimate */ in get_clocks() local 140 est = i * ibdiv; in get_clocks() 141 idiff = (est > div) ? (est-div) : (div-est); in get_clocks()
|
/linux-4.4.14/include/net/ |
D | act_api.h | 108 struct nlattr *est, struct tc_action *act, int ovr, 116 int tcf_hash_create(u32 index, struct nlattr *est, struct tc_action *a, 118 void tcf_hash_cleanup(struct tc_action *a, struct nlattr *est); 134 struct nlattr *est, char *n, int ovr, 137 struct nlattr *est, char *n, int ovr,
|
D | ip_vs.h | 409 struct ip_vs_estimator est; /* estimator */ member
|
/linux-4.4.14/net/sched/ |
D | act_simple.c | 80 struct nlattr *est, struct tc_action *a, in tcf_simp_init() argument 106 ret = tcf_hash_create(parm->index, est, a, sizeof(*d), in tcf_simp_init() 114 tcf_hash_cleanup(a, est); in tcf_simp_init()
|
D | act_pedit.c | 33 struct nlattr *est, struct tc_action *a, in tcf_pedit_init() argument 60 ret = tcf_hash_create(parm->index, est, a, sizeof(*p), in tcf_pedit_init() 67 tcf_hash_cleanup(a, est); in tcf_pedit_init()
|
D | act_api.c | 236 void tcf_hash_cleanup(struct tc_action *a, struct nlattr *est) in tcf_hash_cleanup() argument 239 if (est) in tcf_hash_cleanup() 246 int tcf_hash_create(u32 index, struct nlattr *est, struct tc_action *a, in tcf_hash_create() argument 278 if (est) { in tcf_hash_create() 281 &p->tcfc_lock, est); in tcf_hash_create() 505 struct nlattr *est, char *name, int ovr, in tcf_action_init_1() argument 564 err = a_o->init(net, tb[TCA_ACT_OPTIONS], est, a, ovr, bind); in tcf_action_init_1() 566 err = a_o->init(net, nla, est, a, ovr, bind); in tcf_action_init_1() 588 struct nlattr *est, char *name, int ovr, in tcf_action_init() argument 601 act = tcf_action_init_1(net, tb[i], est, name, ovr, bind); in tcf_action_init()
|
D | act_connmark.c | 97 struct nlattr *est, struct tc_action *a, in tcf_connmark_init() argument 115 ret = tcf_hash_create(parm->index, est, a, sizeof(*ci), in tcf_connmark_init()
|
D | act_ipt.c | 86 static int tcf_ipt_init(struct net *net, struct nlattr *nla, struct nlattr *est, in tcf_ipt_init() argument 117 ret = tcf_hash_create(index, est, a, sizeof(*ipt), bind, false); in tcf_ipt_init() 169 tcf_hash_cleanup(a, est); in tcf_ipt_init()
|
D | act_gact.c | 57 struct nlattr *est, struct tc_action *a, in tcf_gact_init() argument 92 ret = tcf_hash_create(parm->index, est, a, sizeof(*gact), in tcf_gact_init()
|
D | act_skbedit.c | 61 struct nlattr *est, struct tc_action *a, in tcf_skbedit_init() argument 102 ret = tcf_hash_create(parm->index, est, a, sizeof(*d), in tcf_skbedit_init()
|
D | act_vlan.c | 68 struct nlattr *est, struct tc_action *a, in tcf_vlan_init() argument 119 ret = tcf_hash_create(parm->index, est, a, sizeof(*v), in tcf_vlan_init()
|
D | act_bpf.c | 275 struct nlattr *est, struct tc_action *act, in tcf_bpf_init() argument 298 ret = tcf_hash_create(parm->index, est, act, in tcf_bpf_init() 357 tcf_hash_cleanup(act, est); in tcf_bpf_init()
|
D | act_police.c | 115 struct nlattr *est, struct tc_action *a, in tcf_act_police_locate() argument 180 if (est) { in tcf_act_police_locate() 183 &police->tcf_lock, est); in tcf_act_police_locate()
|
D | act_mirred.c | 54 struct nlattr *est, struct tc_action *a, int ovr, in tcf_mirred_init() argument 102 ret = tcf_hash_create(parm->index, est, a, sizeof(*m), in tcf_mirred_init()
|
D | act_nat.c | 38 static int tcf_nat_init(struct net *net, struct nlattr *nla, struct nlattr *est, in tcf_nat_init() argument 58 ret = tcf_hash_create(parm->index, est, a, sizeof(*p), in tcf_nat_init()
|
D | cls_basic.c | 135 struct nlattr *est, bool ovr) in basic_set_parms() argument 142 err = tcf_exts_validate(net, tp, tb, est, &e, ovr); in basic_set_parms()
|
D | act_csum.c | 45 static int tcf_csum_init(struct net *n, struct nlattr *nla, struct nlattr *est, in tcf_csum_init() argument 65 ret = tcf_hash_create(parm->index, est, a, sizeof(*p), in tcf_csum_init()
|
D | cls_bpf.c | 307 struct nlattr *est, bool ovr) in cls_bpf_modify_existing() argument 319 ret = tcf_exts_validate(net, tp, tb, est, &exts, ovr); in cls_bpf_modify_existing()
|
D | cls_route.c | 383 struct nlattr **tb, struct nlattr *est, int new, in route4_set_parms() argument 394 err = tcf_exts_validate(net, tp, tb, est, &e, ovr); in route4_set_parms()
|
D | cls_tcindex.c | 240 struct nlattr *est, bool ovr) in tcindex_set_parms() argument 250 err = tcf_exts_validate(net, tp, tb, est, &e, ovr); in tcindex_set_parms()
|
D | cls_flower.c | 401 struct nlattr *est, bool ovr) in fl_set_parms() argument 407 err = tcf_exts_validate(net, tp, tb, est, &e, ovr); in fl_set_parms()
|
D | cls_u32.c | 595 struct nlattr *est, bool ovr) in u32_set_parms() argument 601 err = tcf_exts_validate(net, tp, tb, est, &e, ovr); in u32_set_parms()
|
D | sch_htb.c | 1373 } est = { in htb_change_class() local 1375 .nla_len = nla_attr_size(sizeof(est.opt)), in htb_change_class() 1404 tca[TCA_RATE] ? : &est.nla); in htb_change_class()
|
/linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
D | core.c | 1903 struct emac_error_stats *est = &dev->estats; in emac_stats() local 1915 nst->rx_dropped = (unsigned long)(est->rx_dropped_oom + in emac_stats() 1916 est->rx_dropped_error + in emac_stats() 1917 est->rx_dropped_resize + in emac_stats() 1918 est->rx_dropped_mtu); in emac_stats() 1919 nst->tx_dropped = (unsigned long)est->tx_dropped; in emac_stats() 1921 nst->rx_errors = (unsigned long)est->rx_bd_errors; in emac_stats() 1922 nst->rx_fifo_errors = (unsigned long)(est->rx_bd_overrun + in emac_stats() 1923 est->rx_fifo_overrun + in emac_stats() 1924 est->rx_overrun); in emac_stats() [all …]
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | dib7000m.c | 842 u16 value, est[4]; in dib7000m_set_channel() local 935 est[0] = 0x0148; /* P_adp_regul_cnt 0.04 */ in dib7000m_set_channel() 936 est[1] = 0xfff0; /* P_adp_noise_cnt -0.002 */ in dib7000m_set_channel() 937 est[2] = 0x00a4; /* P_adp_regul_ext 0.02 */ in dib7000m_set_channel() 938 est[3] = 0xfff8; /* P_adp_noise_ext -0.001 */ in dib7000m_set_channel() 941 est[0] = 0x023d; /* P_adp_regul_cnt 0.07 */ in dib7000m_set_channel() 942 est[1] = 0xffdf; /* P_adp_noise_cnt -0.004 */ in dib7000m_set_channel() 943 est[2] = 0x00a4; /* P_adp_regul_ext 0.02 */ in dib7000m_set_channel() 944 est[3] = 0xfff0; /* P_adp_noise_ext -0.002 */ in dib7000m_set_channel() 947 est[0] = 0x099a; /* P_adp_regul_cnt 0.3 */ in dib7000m_set_channel() [all …]
|
D | dib7000p.c | 961 u16 value, est[4]; in dib7000p_set_channel() local 1095 est[0] = 0x0148; /* P_adp_regul_cnt 0.04 */ in dib7000p_set_channel() 1096 est[1] = 0xfff0; /* P_adp_noise_cnt -0.002 */ in dib7000p_set_channel() 1097 est[2] = 0x00a4; /* P_adp_regul_ext 0.02 */ in dib7000p_set_channel() 1098 est[3] = 0xfff8; /* P_adp_noise_ext -0.001 */ in dib7000p_set_channel() 1101 est[0] = 0x023d; /* P_adp_regul_cnt 0.07 */ in dib7000p_set_channel() 1102 est[1] = 0xffdf; /* P_adp_noise_cnt -0.004 */ in dib7000p_set_channel() 1103 est[2] = 0x00a4; /* P_adp_regul_ext 0.02 */ in dib7000p_set_channel() 1104 est[3] = 0xfff0; /* P_adp_noise_ext -0.002 */ in dib7000p_set_channel() 1107 est[0] = 0x099a; /* P_adp_regul_cnt 0.3 */ in dib7000p_set_channel() [all …]
|
D | stb0899_drv.c | 1015 unsigned int val, quant, quantn = -1, est, estn = -1; in stb0899_read_snr() local 1041 est = STB0899_GETFIELD(ESN0_EST, reg); in stb0899_read_snr() 1042 if (est == 1) in stb0899_read_snr() 1044 else if (est == 2) in stb0899_read_snr() 1050 estn = stb0899_table_lookup(stb0899_est_tab, ARRAY_SIZE(stb0899_est_tab) - 1, est); in stb0899_read_snr() 1056 quant, quantn, est, estn, val); in stb0899_read_snr()
|
/linux-4.4.14/drivers/atm/ |
D | idt77252.c | 2083 struct rate_estimator *est; in idt77252_est_timer() local 2090 est = vc->estimator; in idt77252_est_timer() 2091 if (!est) in idt77252_est_timer() 2094 ncells = est->cells; in idt77252_est_timer() 2096 rate = ((u32)(ncells - est->last_cells)) << (7 - est->interval); in idt77252_est_timer() 2097 est->last_cells = ncells; in idt77252_est_timer() 2098 est->avcps += ((long)rate - (long)est->avcps) >> est->ewma_log; in idt77252_est_timer() 2099 est->cps = (est->avcps + 0x1f) >> 5; in idt77252_est_timer() 2101 cps = est->cps; in idt77252_est_timer() 2102 if (cps < (est->maxcps >> 4)) in idt77252_est_timer() [all …]
|
/linux-4.4.14/drivers/uwb/i1480/ |
D | Makefile | 1 obj-$(CONFIG_UWB_I1480U) += dfu/ i1480-est.o
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | xt_RATEEST.h | 12 struct xt_rateest *est __attribute__((aligned(8))); member
|
/linux-4.4.14/include/net/netfilter/ |
D | xt_rateest.h | 20 void xt_rateest_put(struct xt_rateest *est);
|
D | nf_tables.h | 267 struct nft_set_estimate *est);
|
/linux-4.4.14/tools/power/cpupower/po/ |
D | fr.po | 348 "Le r�gulateur \"%s\" est libre de choisir la vitesse\n" 354 msgstr " la fr�quence actuelle de ce CPU est " 497 "argument, ou bien si seulement l'argument -c (--cpu) est donn�, afin de\n" 505 msgstr "Les arguments avec un * utiliseront le CPU 0 si -c (--cpu) est omis\n" 512 msgstr "Cette option est incompatible avec --cpu\n" 592 msgstr "Les arguments avec un * utiliseront le CPU 0 si -c (--cpu) est omis\n" 605 "1. Le CPU num�ro 0 sera utilis� par d�faut si -c (ou --cpu) est omis ;\n" 625 "En ajustant les nouveaux param�tres, une erreur est apparue. Les sources\n" 628 "- le r�gulateur choisi n'est pas disponible, ou bien n'est pas disponible " 631 "- la tactique n'est pas disponible ;\n" [all …]
|
D | pt.po | 294 msgstr " nenhum ou driver do cpufreq deconhecido está ativo nesse CPU\n" 397 " -w, --hwfreq Obtem a frequência na qual o CPU está operando no " 637 "- O regulador que você requesitou está disponível e foi \"modprobed\"?\n" 640 "usuário não está disponível,\n"
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | hotfoot.dts | 16 model = "est,hotfoot"; 17 compatible = "est,hotfoot";
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | phy_n.c | 4349 static void b43_nphy_rx_iq_est(struct b43_wldev *dev, struct nphy_iq_est *est, in b43_nphy_rx_iq_est() argument 4367 est->i0_pwr = (b43_phy_read(dev, B43_NPHY_IQEST_IPACC_HI0) << 16) | in b43_nphy_rx_iq_est() 4369 est->q0_pwr = (b43_phy_read(dev, B43_NPHY_IQEST_QPACC_HI0) << 16) | in b43_nphy_rx_iq_est() 4371 est->iq0_prod = (b43_phy_read(dev, B43_NPHY_IQEST_IQACC_HI0) << 16) | in b43_nphy_rx_iq_est() 4374 est->i1_pwr = (b43_phy_read(dev, B43_NPHY_IQEST_IPACC_HI1) << 16) | in b43_nphy_rx_iq_est() 4376 est->q1_pwr = (b43_phy_read(dev, B43_NPHY_IQEST_QPACC_HI1) << 16) | in b43_nphy_rx_iq_est() 4378 est->iq1_prod = (b43_phy_read(dev, B43_NPHY_IQEST_IQACC_HI1) << 16) | in b43_nphy_rx_iq_est() 4384 memset(est, 0, sizeof(*est)); in b43_nphy_rx_iq_est() 4502 struct nphy_iq_est est; in b43_nphy_calc_rx_iq_comp() local 4512 b43_nphy_rx_iq_est(dev, &est, 0x4000, 32, false); in b43_nphy_calc_rx_iq_comp() [all …]
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 26175 wlc_phy_rx_iq_est_nphy(struct brcms_phy *pi, struct phy_iq_est *est, in wlc_phy_rx_iq_est_nphy() argument 26195 est[core].i_pwr = in wlc_phy_rx_iq_est_nphy() 26199 est[core].q_pwr = in wlc_phy_rx_iq_est_nphy() 26203 est[core].iq_prod = in wlc_phy_rx_iq_est_nphy() 26215 struct phy_iq_est est[PHY_CORE_MAX]; in wlc_phy_calc_rx_iq_comp_nphy() local 26232 wlc_phy_rx_iq_est_nphy(pi, est, 0x4000, 32, 0); in wlc_phy_calc_rx_iq_comp_nphy() 26239 iq = est[curr_core].iq_prod; in wlc_phy_calc_rx_iq_comp_nphy() 26240 ii = est[curr_core].i_pwr; in wlc_phy_calc_rx_iq_comp_nphy() 26241 qq = est[curr_core].q_pwr; in wlc_phy_calc_rx_iq_comp_nphy() 26243 iq = est[curr_core].iq_prod; in wlc_phy_calc_rx_iq_comp_nphy() [all …]
|
D | phy_cmn.c | 2414 struct phy_iq_est est[PHY_CORE_MAX]; in wlc_phy_noise_sample_request() local 2422 memset((u8 *) est, 0, sizeof(est)); in wlc_phy_noise_sample_request() 2432 wlc_phy_rx_iq_est_nphy(pi, est, num_samps, wait_time, in wlc_phy_noise_sample_request() 2438 cmplx_pwr[i] = (est[i].i_pwr + est[i].q_pwr) >> in wlc_phy_noise_sample_request()
|
D | phy_int.h | 1093 void wlc_phy_rx_iq_est_nphy(struct brcms_phy *pi, struct phy_iq_est *est,
|
/linux-4.4.14/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 1995 uint64_t est = decoder->timestamp_insn_cnt << 1; in intel_pt_est_timestamp() local 2000 est *= decoder->max_non_turbo_ratio; in intel_pt_est_timestamp() 2001 est /= decoder->cbr; in intel_pt_est_timestamp() 2003 return decoder->timestamp + est; in intel_pt_est_timestamp()
|
/linux-4.4.14/Documentation/DocBook/ |
D | networking.xml.db | 172 API-struct-gnet-stats-rate-est 179 API-gnet-stats-copy-rate-est
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | vendor-prefixes.txt | 79 est ESTeem Wireless Modems
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | isdnl2.c | 733 int est = 0, state; in l2_restart_multi() local 743 est = 1; in l2_restart_multi() 755 if (est) in l2_restart_multi()
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | layer2.c | 959 int est = 0; in l2_restart_multi() local 967 est = 1; in l2_restart_multi() 979 if (est) in l2_restart_multi()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_edid.c | 2212 u8 *est = ((u8 *)timing) + 5; in drm_est3_modes() local 2219 if (est[i] & (1 << j)) { in drm_est3_modes()
|