Searched refs:itr (Results 1 - 25 of 78) sorted by relevance

1234

/linux-master/tools/perf/arch/arm64/util/
H A Dhisi-ptt.c31 struct auxtrace_record itr; member in struct:hisi_ptt_recording
37 hisi_ptt_info_priv_size(struct auxtrace_record *itr __maybe_unused,
43 static int hisi_ptt_info_fill(struct auxtrace_record *itr, argument
49 container_of(itr, struct hisi_ptt_recording, itr);
96 static int hisi_ptt_recording_options(struct auxtrace_record *itr, argument
101 container_of(itr, struct hisi_ptt_recording, itr);
147 static u64 hisi_ptt_reference(struct auxtrace_record *itr __maybe_unused)
152 static void hisi_ptt_recording_free(struct auxtrace_record *itr) argument
[all...]
H A Darm-spe.c32 struct auxtrace_record itr; member in struct:arm_spe_recording
40 arm_spe_info_priv_size(struct auxtrace_record *itr __maybe_unused,
46 static int arm_spe_info_fill(struct auxtrace_record *itr, argument
52 container_of(itr, struct arm_spe_recording, itr);
135 static int arm_spe_recording_options(struct auxtrace_record *itr, argument
140 container_of(itr, struct arm_spe_recording, itr);
280 static int arm_spe_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused,
299 static int arm_spe_snapshot_start(struct auxtrace_record *itr) argument
312 arm_spe_snapshot_finish(struct auxtrace_record *itr) argument
411 arm_spe_find_snapshot(struct auxtrace_record *itr, int idx, struct auxtrace_mmap *mm, unsigned char *data, u64 *head, u64 *old) argument
474 arm_spe_recording_free(struct auxtrace_record *itr) argument
[all...]
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_sdlb.c115 u32 itr, next; local
117 itr = sparx5_sdlb_group_get_first(sparx5, group);
120 next = sparx5_sdlb_group_get_next(sparx5, group, itr);
121 if (itr == next)
122 return itr;
124 itr = next;
141 u32 itr; local
146 itr = *first;
149 *next = sparx5_sdlb_group_get_next(sparx5, group, itr);
151 if (itr
164 u32 itr, next; local
208 u32 itr, next; local
[all...]
H A Dsparx5_qos.c114 u32 itr, next; local
116 itr = sparx5_lg_get_first(sparx5, layer, group);
119 next = sparx5_lg_get_next(sparx5, layer, group, itr);
120 if (itr == next)
121 return itr;
123 itr = next;
167 u32 itr, next; local
174 itr = sparx5_lg_get_first(sparx5, layer, i);
177 next = sparx5_lg_get_next(sparx5, layer, i, itr);
179 if (itr
213 u32 itr; local
[all...]
/linux-master/tools/perf/arch/x86/util/
H A Dintel-bts.c40 struct auxtrace_record itr; member in struct:intel_bts_recording
56 intel_bts_info_priv_size(struct auxtrace_record *itr __maybe_unused,
62 static int intel_bts_info_fill(struct auxtrace_record *itr, argument
68 container_of(itr, struct intel_bts_recording, itr);
105 static int intel_bts_recording_options(struct auxtrace_record *itr, argument
110 container_of(itr, struct intel_bts_recording, itr);
251 static int intel_bts_parse_snapshot_options(struct auxtrace_record *itr, argument
256 container_of(itr, struc
313 intel_bts_recording_free(struct auxtrace_record *itr) argument
322 intel_bts_snapshot_start(struct auxtrace_record *itr) argument
335 intel_bts_snapshot_finish(struct auxtrace_record *itr) argument
365 intel_bts_find_snapshot(struct auxtrace_record *itr, int idx, struct auxtrace_mmap *mm, unsigned char *data, u64 *head, u64 *old) argument
[all...]
H A Dintel-pt.c50 struct auxtrace_record itr; member in struct:intel_pt_recording
236 static int intel_pt_parse_snapshot_options(struct auxtrace_record *itr, argument
241 container_of(itr, struct intel_pt_recording, itr);
293 intel_pt_info_priv_size(struct auxtrace_record *itr, struct evlist *evlist) argument
296 container_of(itr, struct intel_pt_recording, itr);
315 static int intel_pt_info_fill(struct auxtrace_record *itr, argument
321 container_of(itr, struct intel_pt_recording, itr);
598 intel_pt_recording_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) argument
881 intel_pt_snapshot_start(struct auxtrace_record *itr) argument
894 intel_pt_snapshot_finish(struct auxtrace_record *itr) argument
940 intel_pt_recording_free(struct auxtrace_record *itr) argument
1097 intel_pt_find_snapshot(struct auxtrace_record *itr, int idx, struct auxtrace_mmap *mm, unsigned char *data, u64 *head, u64 *old) argument
[all...]
/linux-master/tools/perf/arch/arm/util/
H A Dcs-etm.c38 struct auxtrace_record itr; member in struct:cs_etm_recording
69 static bool cs_etm_is_etmv4(struct auxtrace_record *itr, int cpu);
70 static bool cs_etm_is_ete(struct auxtrace_record *itr, int cpu);
72 static int cs_etm_validate_context_id(struct auxtrace_record *itr, argument
76 container_of(itr, struct cs_etm_recording, itr);
90 if (!cs_etm_is_etmv4(itr, cpu)) {
143 static int cs_etm_validate_timestamp(struct auxtrace_record *itr, argument
147 container_of(itr, struct cs_etm_recording, itr);
197 cs_etm_validate_config(struct auxtrace_record *itr, struct evsel *evsel) argument
235 cs_etm_parse_snapshot_options(struct auxtrace_record *itr, struct record_opts *opts, const char *str) argument
300 cs_etm_recording_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) argument
472 cs_etm_get_config(struct auxtrace_record *itr) argument
503 cs_etmv4_get_config(struct auxtrace_record *itr) argument
582 cs_etm_is_etmv4(struct auxtrace_record *itr, int cpu) argument
654 cs_etm_is_ete(struct auxtrace_record *itr, int cpu) argument
671 cs_etm_save_etmv4_header(__u64 data[], struct auxtrace_record *itr, int cpu) argument
705 cs_etm_save_ete_header(__u64 data[], struct auxtrace_record *itr, int cpu) argument
742 cs_etm_get_metadata(int cpu, u32 *offset, struct auxtrace_record *itr, struct perf_record_auxtrace_info *info) argument
795 cs_etm_info_fill(struct auxtrace_record *itr, struct perf_session *session, struct perf_record_auxtrace_info *info, size_t priv_size) argument
857 cs_etm_snapshot_start(struct auxtrace_record *itr) argument
870 cs_etm_snapshot_finish(struct auxtrace_record *itr) argument
889 cs_etm_recording_free(struct auxtrace_record *itr) argument
[all...]
/linux-master/tools/perf/arch/s390/util/
H A Dauxtrace.c19 static void cpumsf_free(struct auxtrace_record *itr) argument
21 free(itr);
24 static size_t cpumsf_info_priv_size(struct auxtrace_record *itr __maybe_unused,
31 cpumsf_info_fill(struct auxtrace_record *itr __maybe_unused,
41 cpumsf_reference(struct auxtrace_record *itr __maybe_unused)
76 cpumsf_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused,
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_dev_mgr.c36 struct list_head *itr; local
38 list_for_each(itr, &vfs_table) {
40 list_entry(itr, struct vf_id_map, list);
50 struct list_head *itr; local
52 list_for_each(itr, &vfs_table) {
54 list_entry(itr, struct vf_id_map, list);
100 struct list_head *itr; local
103 list_for_each(itr, &accel_table) {
105 list_entry(itr, struct adf_accel_dev, list);
142 struct list_head *itr; local
300 struct list_head *itr; local
319 struct list_head *itr; local
355 struct list_head *itr; local
[all...]
H A Dqat_compression.c54 struct list_head *itr; local
56 list_for_each(itr, adf_devmgr_get_head()) {
61 tmp_dev = list_entry(itr, struct adf_accel_dev, list);
77 list_for_each(itr, adf_devmgr_get_head()) {
80 tmp_dev = list_entry(itr, struct adf_accel_dev, list);
93 list_for_each(itr, &accel_dev->compression_list) {
97 tmp_inst = list_entry(itr, struct qat_compression_instance, list);
/linux-master/tools/perf/util/
H A Dauxtrace.h392 int (*recording_options)(struct auxtrace_record *itr,
395 size_t (*info_priv_size)(struct auxtrace_record *itr,
397 int (*info_fill)(struct auxtrace_record *itr,
401 void (*free)(struct auxtrace_record *itr);
402 int (*snapshot_start)(struct auxtrace_record *itr);
403 int (*snapshot_finish)(struct auxtrace_record *itr);
404 int (*find_snapshot)(struct auxtrace_record *itr, int idx,
407 int (*parse_snapshot_options)(struct auxtrace_record *itr,
410 u64 (*reference)(struct auxtrace_record *itr);
411 int (*read_finish)(struct auxtrace_record *itr, in
[all...]
H A Dauxtrace.c555 size_t auxtrace_record__info_priv_size(struct auxtrace_record *itr, argument
558 if (itr)
559 return itr->info_priv_size(itr, evlist);
569 int auxtrace_record__info_fill(struct auxtrace_record *itr, argument
574 if (itr)
575 return itr->info_fill(itr, session, auxtrace_info, priv_size);
579 void auxtrace_record__free(struct auxtrace_record *itr) argument
581 if (itr)
585 auxtrace_record__snapshot_start(struct auxtrace_record *itr) argument
592 auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) argument
599 auxtrace_record__find_snapshot(struct auxtrace_record *itr, int idx, struct auxtrace_mmap *mm, unsigned char *data, u64 *head, u64 *old) argument
608 auxtrace_record__options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) argument
619 auxtrace_record__reference(struct auxtrace_record *itr) argument
626 auxtrace_parse_snapshot_options(struct auxtrace_record *itr, struct record_opts *opts, const char *str) argument
665 auxtrace_record__read_finish(struct auxtrace_record *itr, int idx) argument
741 auxtrace_parse_sample_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts, const char *str) argument
1237 perf_event__synthesize_auxtrace_info(struct auxtrace_record *itr, struct perf_tool *tool, struct perf_session *session, perf_event__handler_t process) argument
1825 __auxtrace_mmap__read(struct mmap *map, struct auxtrace_record *itr, struct perf_tool *tool, process_auxtrace_t fn, bool snapshot, size_t snapshot_size) argument
1937 auxtrace_mmap__read(struct mmap *map, struct auxtrace_record *itr, struct perf_tool *tool, process_auxtrace_t fn) argument
1943 auxtrace_mmap__read_snapshot(struct mmap *map, struct auxtrace_record *itr, struct perf_tool *tool, process_auxtrace_t fn, size_t snapshot_size) argument
[all...]
/linux-master/net/dcb/
H A Ddcbnl.c1143 struct dcb_app_type *itr; local
1225 list_for_each_entry(itr, &dcb_app_list, list) {
1226 if (itr->ifindex == netdev->ifindex) {
1228 dcbnl_app_attr_type_get(itr->app.selector);
1229 err = nla_put(skb, type, sizeof(itr->app), &itr->app);
1250 list_for_each_entry(itr, &dcb_rewr_list, list) {
1251 if (itr->ifindex == netdev->ifindex) {
1253 dcbnl_app_attr_type_get(itr->app.selector);
1254 err = nla_put(skb, type, sizeof(itr
1366 struct dcb_app_type *itr; local
1973 struct dcb_app_type *itr; local
1989 struct dcb_app_type *itr; local
2029 struct dcb_app_type *itr; local
2053 struct dcb_app_type *itr; local
2096 struct dcb_app_type *itr; local
2112 struct dcb_app_type *itr; local
2148 struct dcb_app_type *itr; local
2211 struct dcb_app_type *itr; local
2242 struct dcb_app_type *itr; local
2268 struct dcb_app_type *itr; local
2297 struct dcb_app_type *itr; local
2327 struct dcb_app_type *itr; local
2356 struct dcb_app_type *itr; local
2375 struct dcb_app_type *itr, *tmp; local
[all...]
/linux-master/drivers/platform/x86/intel/int1092/
H A Dintel_sar.c45 int itr = 0; local
47 for (itr = 0; itr < config->total_dev_mode; itr++) {
49 config->device_mode_info[itr].device_mode) {
51 &config->device_mode_info[itr];
80 int value, itr, reg; local
99 for (itr = 0; itr < data->total_dev_mode; itr
[all...]
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_private.h58 void vcap_iter_init(struct vcap_stream_iter *itr, int sw_width,
60 void vcap_iter_next(struct vcap_stream_iter *itr);
61 void vcap_iter_set(struct vcap_stream_iter *itr, int sw_width,
63 void vcap_iter_update(struct vcap_stream_iter *itr);
H A Dvcap_api.c49 void vcap_iter_set(struct vcap_stream_iter *itr, int sw_width, argument
52 memset(itr, 0, sizeof(*itr));
53 itr->offset = offset;
54 itr->sw_width = sw_width;
55 itr->regs_per_sw = DIV_ROUND_UP(sw_width, 32);
56 itr->tg = tg;
59 static void vcap_iter_skip_tg(struct vcap_stream_iter *itr) argument
64 while (itr->tg->width && itr
70 vcap_iter_update(struct vcap_stream_iter *itr) argument
82 vcap_iter_init(struct vcap_stream_iter *itr, int sw_width, const struct vcap_typegroup *tg, u32 offset) argument
90 vcap_iter_next(struct vcap_stream_iter *itr) argument
97 vcap_set_bit(u32 *stream, struct vcap_stream_iter *itr, bool value) argument
108 vcap_encode_bit(u32 *stream, struct vcap_stream_iter *itr, bool val) argument
125 vcap_encode_field(u32 *stream, struct vcap_stream_iter *itr, int width, const u8 *value) argument
189 vcap_get_bit(u32 *stream, struct vcap_stream_iter *itr) argument
197 vcap_decode_field(u32 *stream, struct vcap_stream_iter *itr, int width, u8 *value) argument
[all...]
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dparam.c335 adapter->itr = InterruptThrottleRate[bd];
339 * warning, use default and go through itr/itr_setting
342 if ((adapter->itr > 4) &&
343 e1000_validate_option(&adapter->itr, &opt, adapter))
344 adapter->itr = opt.def;
347 * through the logic below to adjust itr/itr_setting
349 adapter->itr = opt.def;
354 if (adapter->itr > 4)
357 adapter->itr);
360 adapter->itr_setting = adapter->itr;
[all...]
/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac-sgmii-qdf2432.c107 const struct emac_reg_write *itr, size_t size)
111 for (i = 0; i < size; ++itr, ++i)
112 writel(itr->val, base + itr->offset);
106 emac_reg_write_all(void __iomem *base, const struct emac_reg_write *itr, size_t size) argument
H A Demac-sgmii-fsm9900.c140 const struct emac_reg_write *itr, size_t size)
144 for (i = 0; i < size; ++itr, ++i)
145 writel(itr->val, base + itr->offset);
139 emac_reg_write_all(void __iomem *base, const struct emac_reg_write *itr, size_t size) argument
H A Demac-sgmii-qdf2400.c117 const struct emac_reg_write *itr, size_t size)
121 for (i = 0; i < size; ++itr, ++i)
122 writel(itr->val, base + itr->offset);
116 emac_reg_write_all(void __iomem *base, const struct emac_reg_write *itr, size_t size) argument
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_mgr.c35 struct list_head *itr; local
45 list_for_each(itr, &virtio_crypto_table) {
47 list_entry(itr, struct virtio_crypto, list);
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_param.c436 adapter->itr = InterruptThrottleRate[bd];
437 switch (adapter->itr) {
444 adapter->itr_setting = adapter->itr;
445 adapter->itr = 20000;
450 adapter->itr_setting = adapter->itr;
451 adapter->itr = 20000;
456 adapter->itr_setting = adapter->itr;
459 e1000_validate_option(&adapter->itr, &opt,
462 * change itr.
466 adapter->itr_setting = adapter->itr
[all...]
/linux-master/drivers/bus/mhi/host/
H A Dpm.c772 struct state_transition *itr, *tmp; local
782 list_for_each_entry_safe(itr, tmp, &head, node) {
783 list_del(&itr->node);
785 trace_mhi_pm_st_transition(mhi_cntrl, itr->state);
787 switch (itr->state) {
829 kfree(itr);
835 struct mhi_chan *itr, *tmp; local
910 list_for_each_entry_safe(itr, tmp, &mhi_cntrl->lpm_chans, node) {
911 mutex_lock(&itr->mutex);
912 if (itr
923 struct mhi_chan *itr, *tmp; local
[all...]
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c452 unsigned int avg_wire_size, packets, bytes, itr; local
464 itr = iavf_container_is_rx(q_vector, rc) ?
483 itr = rc->target_itr;
498 itr = IAVF_ITR_ADAPTIVE_LATENCY;
527 itr = rc->target_itr + IAVF_ITR_ADAPTIVE_MIN_INC;
528 if ((itr & IAVF_ITR_MASK) > IAVF_ITR_ADAPTIVE_MAX_USECS) {
529 itr &= IAVF_ITR_ADAPTIVE_LATENCY;
530 itr += IAVF_ITR_ADAPTIVE_MAX_USECS;
536 itr = min(q_vector->tx.current_itr, q_vector->rx.current_itr);
537 itr
1616 iavf_buildreg_itr(const int type, u16 itr) argument
[all...]
/linux-master/arch/x86/platform/ts5500/
H A Dts5500.c70 * @itr: Flag for Industrial Temperature Range option.
80 bool itr; member in struct:ts5500_sbc
140 sbc->itr = tmp & TS5500_ITR;
191 TS5500_ATTR_BOOL(itr); variable

Completed in 707 milliseconds

1234