Home
last modified time | relevance | path

Searched refs:params (Results 1 – 25 of 113) sorted by relevance

12345

/include/net/tc_act/
A Dtc_police.h53 params = rcu_dereference_protected(police->params, in tcf_police_rate_bytes_ps()
64 params = rcu_dereference_protected(police->params, in tcf_police_burst()
90 burst = div_u64(params->tcfp_burst * params->rate.rate_bytes_ps, in tcf_police_burst()
101 params = rcu_dereference_protected(police->params, in tcf_police_rate_pkt_ps()
112 params = rcu_dereference_protected(police->params, in tcf_police_burst_pkt()
138 burst = div_u64(params->tcfp_pkt_burst * params->ppsrate.rate_pkts_ps, in tcf_police_burst_pkt()
149 params = rcu_dereference_protected(police->params, in tcf_police_tcfp_mtu()
151 return params->tcfp_mtu; in tcf_police_tcfp_mtu()
159 params = rcu_dereference_protected(police->params, in tcf_police_peakrate_bytes_ps()
169 params = rcu_dereference_protected(police->params, in tcf_police_tcfp_ewma_rate()
[all …]
A Dtc_tunnel_key.h22 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 &params->tcft_enc_metadata->u.tun_info; in tcf_tunnel_info()
A Dtc_skbedit.h28 struct tcf_skbedit_params __rcu *params; member
40 flags = rcu_dereference(to_skbedit(a)->params)->flags; in is_tcf_skbedit_with_flag()
59 mark = rcu_dereference(to_skbedit(a)->params)->mark; in tcf_skbedit_mark()
76 ptype = rcu_dereference(to_skbedit(a)->params)->ptype; in tcf_skbedit_ptype()
93 priority = rcu_dereference(to_skbedit(a)->params)->priority; in tcf_skbedit_priority()
104 rx_queue = rcu_dereference(to_skbedit(a)->params)->queue_mapping; in tcf_skbedit_rx_queue_mapping()
A Dtc_csum.h18 struct tcf_csum_params __rcu *params; member
27 update_flags = rcu_dereference(to_tcf_csum(a)->params)->update_flags; in tcf_csum_update_flags()
A Dtc_ct.h37 struct tcf_ct_params __rcu *params; member
43 rcu_dereference_protected(to_ct(a)->params, \
/include/net/
A Dcodel_impl.h56 params->interval = MS2TIME(100); in codel_params_init()
57 params->target = MS2TIME(5); in codel_params_init()
59 params->ce_threshold_mask = 0; in codel_params_init()
60 params->ce_threshold_selector = 0; in codel_params_init()
61 params->ecn = false; in codel_params_init()
129 *backlog <= params->mtu) { in codel_should_drop()
190 params->interval, in codel_dequeue()
199 vars, params, stats, in codel_dequeue()
209 params->interval, in codel_dequeue()
237 16 * params->interval)) { in codel_dequeue()
[all …]
A Dpie.h89 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 …]
/include/linux/platform_data/x86/
A Dintel_pmc_ipc.h41 union acpi_object params[PMC_IPCS_PARAM_COUNT] = { in intel_pmc_ipc() local
50 struct acpi_object_list arg_list = { PMC_IPCS_PARAM_COUNT, params }; in intel_pmc_ipc()
63 params[0].integer.value = ipc_cmd->cmd; in intel_pmc_ipc()
64 params[1].integer.value = ipc_cmd->sub_cmd; in intel_pmc_ipc()
65 params[2].integer.value = ipc_cmd->size; in intel_pmc_ipc()
66 params[3].integer.value = ipc_cmd->wbuf[0]; in intel_pmc_ipc()
67 params[4].integer.value = ipc_cmd->wbuf[1]; in intel_pmc_ipc()
68 params[5].integer.value = ipc_cmd->wbuf[2]; in intel_pmc_ipc()
69 params[6].integer.value = ipc_cmd->wbuf[3]; in intel_pmc_ipc()
/include/crypto/
A Ddh.h51 unsigned int crypto_dh_key_len(const struct dh *params);
66 int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params);
80 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params);
96 struct dh *params);
A Decdh.h52 unsigned int crypto_ecdh_key_len(const struct ecdh *params);
/include/sound/
A Dsdw.h33 struct snd_pcm_hw_params *params, in snd_sdw_params_to_config() argument
37 stream_config->frame_rate = params_rate(params); in snd_sdw_params_to_config()
38 stream_config->ch_count = params_channels(params); in snd_sdw_params_to_config()
39 stream_config->bps = snd_pcm_format_width(params_format(params)); in snd_sdw_params_to_config()
A Dpcm_iec958.h12 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,
A Dsoc-link.h14 struct snd_pcm_hw_params *params);
21 struct snd_pcm_hw_params *params);
A Ddmaengine_pcm.h31 const struct snd_pcm_hw_params *params, struct dma_slave_config *slave_config);
138 struct snd_pcm_hw_params *params,
165 struct snd_pcm_hw_params *params,
A Dpxa2xx-lib.h16 struct snd_pcm_hw_params *params);
31 struct snd_pcm_hw_params *params);
/include/linux/
A Drhashtable.h134 else if (params.key_len) { in rht_key_get_hash()
137 if (params.hashfn) in rht_key_get_hash()
146 if (params.hashfn) in rht_key_get_hash()
170 return likely(params.obj_hashfn) ? in rht_head_hashfn()
171 rht_bucket_index(tbl, params.obj_hashfn(ptr, params.key_len ?: in rht_head_hashfn()
174 rht_key_hashfn(ht, tbl, ptr + params.key_offset, params); in rht_head_hashfn()
608 if (params.obj_cmpfn ? in __rhashtable_lookup()
747 (params.obj_cmpfn ? in __rhashtable_insert_fast()
862 params, true)); in rhltable_insert_key()
886 key += params.key_offset; in rhltable_insert()
[all …]
A Dkey-type.h150 struct key_restriction *(*lookup_restriction)(const char *params);
153 int (*asym_query)(const struct kernel_pkey_params *params,
155 int (*asym_eds_op)(struct kernel_pkey_params *params,
157 int (*asym_verify_signature)(struct kernel_pkey_params *params,
A Dmemory_hotplug.h142 struct mhp_params *params);
160 struct mhp_params *params);
164 unsigned long nr_pages, struct mhp_params *params) in add_pages() argument
166 return __add_pages(nid, start_pfn, nr_pages, params); in add_pages()
170 struct mhp_params *params);
333 struct mhp_params *params);
A Drhashtable-types.h135 const struct rhashtable_params *params);
139 const struct rhashtable_params *params);
/include/soc/tegra/
A Dcommon.h27 struct tegra_core_opp_params *params);
36 struct tegra_core_opp_params *params) in devm_tegra_core_dev_init_opp_table() argument
/include/keys/
A Dasymmetric-subtype.h35 int (*query)(const struct kernel_pkey_params *params,
39 int (*eds_op)(struct kernel_pkey_params *params,
/include/uapi/linux/
A Dtee.h244 struct tee_ioctl_param params[]; member
275 struct tee_ioctl_param params[]; member
330 struct tee_ioctl_param params[]; member
351 struct tee_ioctl_param params[]; member
A Dfsl_mc.h24 __le64 params[MC_CMD_NUM_OF_PARAMS]; member
/include/linux/qed/
A Dqed_eth_if.h278 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/
A Dxt_rateest.h17 struct gnet_estimator params; member

Completed in 37 milliseconds

12345