/include/net/tc_act/ |
D | tc_police.h | 25 struct tcf_police_params __rcu *params; member 59 struct tcf_police_params *params; in tcf_police_rate_bytes_ps() local 61 params = rcu_dereference_protected(police->params, in tcf_police_rate_bytes_ps() 63 return params->rate.rate_bytes_ps; in tcf_police_rate_bytes_ps() 69 struct tcf_police_params *params; in tcf_police_burst() local 72 params = rcu_dereference_protected(police->params, in tcf_police_burst() 98 burst = div_u64(params->tcfp_burst * params->rate.rate_bytes_ps, in tcf_police_burst() 107 struct tcf_police_params *params; in tcf_police_rate_pkt_ps() local 109 params = rcu_dereference_protected(police->params, in tcf_police_rate_pkt_ps() 111 return params->ppsrate.rate_pkts_ps; in tcf_police_rate_pkt_ps() [all …]
|
D | tc_tunnel_key.h | 22 struct tcf_tunnel_key_params __rcu *params; member 31 struct tcf_tunnel_key_params *params; in is_tcf_tunnel_set() local 33 params = rcu_dereference_protected(t->params, in is_tcf_tunnel_set() 36 return params->tcft_action == TCA_TUNNEL_KEY_ACT_SET; in is_tcf_tunnel_set() 45 struct tcf_tunnel_key_params *params; in is_tcf_tunnel_release() local 47 params = rcu_dereference_protected(t->params, in is_tcf_tunnel_release() 50 return params->tcft_action == TCA_TUNNEL_KEY_ACT_RELEASE; in is_tcf_tunnel_release() 59 struct tcf_tunnel_key_params *params; in tcf_tunnel_info() local 61 params = rcu_dereference_protected(t->params, in tcf_tunnel_info() 64 return ¶ms->tcft_enc_metadata->u.tun_info; in tcf_tunnel_info()
|
D | tc_skbedit.h | 26 struct tcf_skbedit_params __rcu *params; member 38 flags = rcu_dereference(to_skbedit(a)->params)->flags; in is_tcf_skbedit_with_flag() 57 mark = rcu_dereference(to_skbedit(a)->params)->mark; in tcf_skbedit_mark() 74 ptype = rcu_dereference(to_skbedit(a)->params)->ptype; in tcf_skbedit_ptype() 91 priority = rcu_dereference(to_skbedit(a)->params)->priority; in tcf_skbedit_priority()
|
D | tc_csum.h | 17 struct tcf_csum_params __rcu *params; member 35 update_flags = rcu_dereference(to_tcf_csum(a)->params)->update_flags; in tcf_csum_update_flags()
|
D | tc_ct.h | 35 struct tcf_ct_params __rcu *params; member 41 rcu_dereference_protected(to_ct(a)->params, \
|
D | tc_ctinfo.h | 20 struct tcf_ctinfo_params __rcu *params; member
|
/include/net/ |
D | pie.h | 89 static inline void pie_params_init(struct pie_params *params) in pie_params_init() argument 91 params->target = PSCHED_NS2TICKS(15 * NSEC_PER_MSEC); /* 15 ms */ in pie_params_init() 92 params->tupdate = usecs_to_jiffies(15 * USEC_PER_MSEC); /* 15 ms */ in pie_params_init() 93 params->limit = 1000; in pie_params_init() 94 params->alpha = 2; in pie_params_init() 95 params->beta = 20; in pie_params_init() 96 params->ecn = false; in pie_params_init() 97 params->bytemode = false; in pie_params_init() 98 params->dq_rate_estimator = false; in pie_params_init() 126 bool pie_drop_early(struct Qdisc *sch, struct pie_params *params, [all …]
|
D | codel_impl.h | 52 static void codel_params_init(struct codel_params *params) in codel_params_init() argument 54 params->interval = MS2TIME(100); in codel_params_init() 55 params->target = MS2TIME(5); in codel_params_init() 56 params->ce_threshold = CODEL_DISABLED_THRESHOLD; in codel_params_init() 57 params->ecn = false; in codel_params_init() 103 struct codel_params *params, in codel_should_drop() argument 124 if (codel_time_before(vars->ldelay, params->target) || in codel_should_drop() 125 *backlog <= params->mtu) { in codel_should_drop() 135 vars->first_above_time = now + params->interval; in codel_should_drop() 144 struct codel_params *params, in codel_dequeue() argument [all …]
|
/include/linux/ |
D | rhashtable.h | 126 const void *key, const struct rhashtable_params params, in rht_key_get_hash() argument 132 if (!__builtin_constant_p(params.key_len)) in rht_key_get_hash() 134 else if (params.key_len) { in rht_key_get_hash() 135 unsigned int key_len = params.key_len; in rht_key_get_hash() 137 if (params.hashfn) in rht_key_get_hash() 138 hash = params.hashfn(key, key_len, hash_rnd); in rht_key_get_hash() 146 if (params.hashfn) in rht_key_get_hash() 147 hash = params.hashfn(key, key_len, hash_rnd); in rht_key_get_hash() 157 const void *key, const struct rhashtable_params params) in rht_key_hashfn() argument 159 unsigned int hash = rht_key_get_hash(ht, key, params, tbl->hash_rnd); in rht_key_hashfn() [all …]
|
D | key-type.h | 151 struct key_restriction *(*lookup_restriction)(const char *params); 154 int (*asym_query)(const struct kernel_pkey_params *params, 156 int (*asym_eds_op)(struct kernel_pkey_params *params, 158 int (*asym_verify_signature)(struct kernel_pkey_params *params,
|
D | rhashtable-types.h | 131 const struct rhashtable_params *params); 133 const struct rhashtable_params *params);
|
D | memory_hotplug.h | 127 struct mhp_params *params); 147 struct mhp_params *params); 151 unsigned long nr_pages, struct mhp_params *params) in add_pages() argument 153 return __add_pages(nid, start_pfn, nr_pages, params); in add_pages() 157 struct mhp_params *params); 357 struct mhp_params *params);
|
D | of_fdt.h | 98 extern bool early_init_dt_scan(void *params); 99 extern bool early_init_dt_verify(void *params);
|
/include/crypto/ |
D | dh.h | 55 unsigned int crypto_dh_key_len(const struct dh *params); 70 int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params); 84 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params);
|
D | ecdh.h | 51 unsigned int crypto_ecdh_key_len(const struct ecdh *params);
|
/include/soc/tegra/ |
D | common.h | 27 struct tegra_core_opp_params *params); 36 struct tegra_core_opp_params *params) in devm_tegra_core_dev_init_opp_table() argument
|
/include/sound/ |
D | pcm_iec958.h | 12 int snd_pcm_fill_iec958_consumer_hw_params(struct snd_pcm_hw_params *params, 18 int snd_pcm_create_iec958_consumer_hw_params(struct snd_pcm_hw_params *params,
|
D | soc-link.h | 14 struct snd_pcm_hw_params *params); 21 struct snd_pcm_hw_params *params);
|
D | dmaengine_pcm.h | 29 const struct snd_pcm_hw_params *params, struct dma_slave_config *slave_config); 138 struct snd_pcm_hw_params *params, 164 struct snd_pcm_hw_params *params,
|
D | pxa2xx-lib.h | 16 struct snd_pcm_hw_params *params); 31 struct snd_pcm_hw_params *params);
|
/include/keys/ |
D | asymmetric-subtype.h | 35 int (*query)(const struct kernel_pkey_params *params, 39 int (*eds_op)(struct kernel_pkey_params *params,
|
/include/uapi/linux/ |
D | tee.h | 247 struct tee_ioctl_param params[]; member 278 struct tee_ioctl_param params[]; member 333 struct tee_ioctl_param params[]; member 354 struct tee_ioctl_param params[]; member
|
D | fsl_mc.h | 24 __le64 params[MC_CMD_NUM_OF_PARAMS]; member
|
/include/linux/qed/ |
D | qed_eth_if.h | 278 struct qed_start_vport_params *params); 284 struct qed_update_vport_params *params); 288 struct qed_queue_start_common_params *params, 299 struct qed_queue_start_common_params *params, 310 struct qed_filter_ucast_params *params); 313 struct qed_filter_mcast_params *params); 325 struct qed_tunn_params *params); 329 struct qed_ntuple_filter_params *params);
|
/include/net/netfilter/ |
D | xt_rateest.h | 17 struct gnet_estimator params; member
|