Home
last modified time | relevance | path

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

123456

/kernel/linux/linux-5.10/tools/perf/arch/arm/util/
H A Dcs-etm.c38 struct auxtrace_record itr; member
60 static bool cs_etm_is_etmv4(struct auxtrace_record *itr, int cpu);
62 static int cs_etm_set_context_id(struct auxtrace_record *itr, in cs_etm_set_context_id() argument
71 ptr = container_of(itr, struct cs_etm_recording, itr); in cs_etm_set_context_id()
74 if (!cs_etm_is_etmv4(itr, cpu)) in cs_etm_set_context_id()
111 static int cs_etm_set_timestamp(struct auxtrace_record *itr, in cs_etm_set_timestamp() argument
120 ptr = container_of(itr, struct cs_etm_recording, itr); in cs_etm_set_timestamp()
123 if (!cs_etm_is_etmv4(itr, cp in cs_etm_set_timestamp()
159 cs_etm_set_option(struct auxtrace_record *itr, struct evsel *evsel, u32 option) cs_etm_set_option() argument
193 cs_etm_parse_snapshot_options(struct auxtrace_record *itr, struct record_opts *opts, const char *str) cs_etm_parse_snapshot_options() argument
252 cs_etm_recording_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) cs_etm_recording_options() argument
437 cs_etm_get_config(struct auxtrace_record *itr) cs_etm_get_config() argument
468 cs_etmv4_get_config(struct auxtrace_record *itr) cs_etmv4_get_config() argument
533 cs_etm_is_etmv4(struct auxtrace_record *itr, int cpu) cs_etm_is_etmv4() argument
571 cs_etm_get_metadata(int cpu, u32 *offset, struct auxtrace_record *itr, struct perf_record_auxtrace_info *info) cs_etm_get_metadata() argument
636 cs_etm_info_fill(struct auxtrace_record *itr, struct perf_session *session, struct perf_record_auxtrace_info *info, size_t priv_size) cs_etm_info_fill() argument
769 cs_etm_find_snapshot(struct auxtrace_record *itr, int idx, struct auxtrace_mmap *mm, unsigned char *data, u64 *head, u64 *old) cs_etm_find_snapshot() argument
822 cs_etm_snapshot_start(struct auxtrace_record *itr) cs_etm_snapshot_start() argument
835 cs_etm_snapshot_finish(struct auxtrace_record *itr) cs_etm_snapshot_finish() argument
854 cs_etm_recording_free(struct auxtrace_record *itr) cs_etm_recording_free() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/arch/arm/util/
H A Dcs-etm.c38 struct auxtrace_record itr; member
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, in cs_etm_validate_context_id() argument
76 container_of(itr, struct cs_etm_recording, itr); in cs_etm_validate_context_id()
90 if (!cs_etm_is_etmv4(itr, cpu)) { in cs_etm_validate_context_id()
143 static int cs_etm_validate_timestamp(struct auxtrace_record *itr, in cs_etm_validate_timestamp() argument
147 container_of(itr, struct cs_etm_recording, itr); in cs_etm_validate_timestamp()
197 cs_etm_validate_config(struct auxtrace_record *itr, struct evsel *evsel) cs_etm_validate_config() argument
226 cs_etm_parse_snapshot_options(struct auxtrace_record *itr, struct record_opts *opts, const char *str) cs_etm_parse_snapshot_options() argument
291 cs_etm_recording_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) cs_etm_recording_options() argument
454 cs_etm_get_config(struct auxtrace_record *itr) cs_etm_get_config() argument
485 cs_etmv4_get_config(struct auxtrace_record *itr) cs_etmv4_get_config() argument
564 cs_etm_is_etmv4(struct auxtrace_record *itr, int cpu) cs_etm_is_etmv4() argument
636 cs_etm_is_ete(struct auxtrace_record *itr, int cpu) cs_etm_is_ete() argument
653 cs_etm_save_etmv4_header(__u64 data[], struct auxtrace_record *itr, int cpu) cs_etm_save_etmv4_header() argument
687 cs_etm_save_ete_header(__u64 data[], struct auxtrace_record *itr, int cpu) cs_etm_save_ete_header() argument
724 cs_etm_get_metadata(int cpu, u32 *offset, struct auxtrace_record *itr, struct perf_record_auxtrace_info *info) cs_etm_get_metadata() argument
777 cs_etm_info_fill(struct auxtrace_record *itr, struct perf_session *session, struct perf_record_auxtrace_info *info, size_t priv_size) cs_etm_info_fill() argument
839 cs_etm_snapshot_start(struct auxtrace_record *itr) cs_etm_snapshot_start() argument
852 cs_etm_snapshot_finish(struct auxtrace_record *itr) cs_etm_snapshot_finish() argument
871 cs_etm_recording_free(struct auxtrace_record *itr) cs_etm_recording_free() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/arch/arm64/util/
H A Darm-spe.c30 struct auxtrace_record itr; member
36 arm_spe_info_priv_size(struct auxtrace_record *itr __maybe_unused, in arm_spe_info_priv_size()
42 static int arm_spe_info_fill(struct auxtrace_record *itr, in arm_spe_info_fill() argument
48 container_of(itr, struct arm_spe_recording, itr); in arm_spe_info_fill()
63 static int arm_spe_recording_options(struct auxtrace_record *itr, in arm_spe_recording_options() argument
68 container_of(itr, struct arm_spe_recording, itr); in arm_spe_recording_options()
150 static u64 arm_spe_reference(struct auxtrace_record *itr __maybe_unused) in arm_spe_reference()
159 static void arm_spe_recording_free(struct auxtrace_record *itr) in arm_spe_recording_free() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/
H A Dhisi-ptt.c31 struct auxtrace_record itr; member
37 hisi_ptt_info_priv_size(struct auxtrace_record *itr __maybe_unused, in hisi_ptt_info_priv_size()
43 static int hisi_ptt_info_fill(struct auxtrace_record *itr, in hisi_ptt_info_fill() argument
49 container_of(itr, struct hisi_ptt_recording, itr); in hisi_ptt_info_fill()
96 static int hisi_ptt_recording_options(struct auxtrace_record *itr, in hisi_ptt_recording_options() argument
101 container_of(itr, struct hisi_ptt_recording, itr); in hisi_ptt_recording_options()
147 static u64 hisi_ptt_reference(struct auxtrace_record *itr __maybe_unused) in hisi_ptt_reference()
152 static void hisi_ptt_recording_free(struct auxtrace_record *itr) in hisi_ptt_recording_free() argument
[all...]
H A Darm-spe.c32 struct auxtrace_record itr; member
40 arm_spe_info_priv_size(struct auxtrace_record *itr __maybe_unused, in arm_spe_info_priv_size()
46 static int arm_spe_info_fill(struct auxtrace_record *itr, in arm_spe_info_fill() argument
52 container_of(itr, struct arm_spe_recording, itr); in arm_spe_info_fill()
116 static int arm_spe_recording_options(struct auxtrace_record *itr, in arm_spe_recording_options() argument
121 container_of(itr, struct arm_spe_recording, itr); in arm_spe_recording_options()
261 static int arm_spe_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused, in arm_spe_parse_snapshot_options()
280 static int arm_spe_snapshot_start(struct auxtrace_record *itr) in arm_spe_snapshot_start() argument
293 arm_spe_snapshot_finish(struct auxtrace_record *itr) arm_spe_snapshot_finish() argument
392 arm_spe_find_snapshot(struct auxtrace_record *itr, int idx, struct auxtrace_mmap *mm, unsigned char *data, u64 *head, u64 *old) arm_spe_find_snapshot() argument
455 arm_spe_recording_free(struct auxtrace_record *itr) arm_spe_recording_free() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/
H A Dintel-bts.c40 struct auxtrace_record itr; member
56 intel_bts_info_priv_size(struct auxtrace_record *itr __maybe_unused, in intel_bts_info_priv_size()
62 static int intel_bts_info_fill(struct auxtrace_record *itr, in intel_bts_info_fill() argument
68 container_of(itr, struct intel_bts_recording, itr); in intel_bts_info_fill()
105 static int intel_bts_recording_options(struct auxtrace_record *itr, in intel_bts_recording_options() argument
110 container_of(itr, struct intel_bts_recording, itr); in intel_bts_recording_options()
250 static int intel_bts_parse_snapshot_options(struct auxtrace_record *itr, in intel_bts_parse_snapshot_options() argument
255 container_of(itr, struc in intel_bts_parse_snapshot_options()
312 intel_bts_recording_free(struct auxtrace_record *itr) intel_bts_recording_free() argument
321 intel_bts_snapshot_start(struct auxtrace_record *itr) intel_bts_snapshot_start() argument
334 intel_bts_snapshot_finish(struct auxtrace_record *itr) intel_bts_snapshot_finish() argument
364 intel_bts_find_snapshot(struct auxtrace_record *itr, int idx, struct auxtrace_mmap *mm, unsigned char *data, u64 *head, u64 *old) intel_bts_find_snapshot() argument
[all...]
H A Dintel-pt.c49 struct auxtrace_record itr; member
241 static int intel_pt_parse_snapshot_options(struct auxtrace_record *itr, in intel_pt_parse_snapshot_options() argument
246 container_of(itr, struct intel_pt_recording, itr); in intel_pt_parse_snapshot_options()
301 intel_pt_info_priv_size(struct auxtrace_record *itr, struct evlist *evlist) in intel_pt_info_priv_size() argument
304 container_of(itr, struct intel_pt_recording, itr); in intel_pt_info_priv_size()
322 static int intel_pt_info_fill(struct auxtrace_record *itr, in intel_pt_info_fill() argument
328 container_of(itr, struct intel_pt_recording, itr); in intel_pt_info_fill()
619 intel_pt_recording_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) intel_pt_recording_options() argument
898 intel_pt_snapshot_start(struct auxtrace_record *itr) intel_pt_snapshot_start() argument
911 intel_pt_snapshot_finish(struct auxtrace_record *itr) intel_pt_snapshot_finish() argument
957 intel_pt_recording_free(struct auxtrace_record *itr) intel_pt_recording_free() argument
1114 intel_pt_find_snapshot(struct auxtrace_record *itr, int idx, struct auxtrace_mmap *mm, unsigned char *data, u64 *head, u64 *old) intel_pt_find_snapshot() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H A Dintel-bts.c40 struct auxtrace_record itr; member
56 intel_bts_info_priv_size(struct auxtrace_record *itr __maybe_unused, in intel_bts_info_priv_size()
62 static int intel_bts_info_fill(struct auxtrace_record *itr, in intel_bts_info_fill() argument
68 container_of(itr, struct intel_bts_recording, itr); in intel_bts_info_fill()
105 static int intel_bts_recording_options(struct auxtrace_record *itr, in intel_bts_recording_options() argument
110 container_of(itr, struct intel_bts_recording, itr); in intel_bts_recording_options()
251 static int intel_bts_parse_snapshot_options(struct auxtrace_record *itr, in intel_bts_parse_snapshot_options() argument
256 container_of(itr, struc in intel_bts_parse_snapshot_options()
313 intel_bts_recording_free(struct auxtrace_record *itr) intel_bts_recording_free() argument
322 intel_bts_snapshot_start(struct auxtrace_record *itr) intel_bts_snapshot_start() argument
335 intel_bts_snapshot_finish(struct auxtrace_record *itr) intel_bts_snapshot_finish() argument
365 intel_bts_find_snapshot(struct auxtrace_record *itr, int idx, struct auxtrace_mmap *mm, unsigned char *data, u64 *head, u64 *old) intel_bts_find_snapshot() argument
[all...]
H A Dintel-pt.c50 struct auxtrace_record itr; member
241 static int intel_pt_parse_snapshot_options(struct auxtrace_record *itr, in intel_pt_parse_snapshot_options() argument
246 container_of(itr, struct intel_pt_recording, itr); in intel_pt_parse_snapshot_options()
301 intel_pt_info_priv_size(struct auxtrace_record *itr, struct evlist *evlist) in intel_pt_info_priv_size() argument
304 container_of(itr, struct intel_pt_recording, itr); in intel_pt_info_priv_size()
323 static int intel_pt_info_fill(struct auxtrace_record *itr, in intel_pt_info_fill() argument
329 container_of(itr, struct intel_pt_recording, itr); in intel_pt_info_fill()
606 intel_pt_recording_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) intel_pt_recording_options() argument
889 intel_pt_snapshot_start(struct auxtrace_record *itr) intel_pt_snapshot_start() argument
902 intel_pt_snapshot_finish(struct auxtrace_record *itr) intel_pt_snapshot_finish() argument
948 intel_pt_recording_free(struct auxtrace_record *itr) intel_pt_recording_free() argument
1105 intel_pt_find_snapshot(struct auxtrace_record *itr, int idx, struct auxtrace_mmap *mm, unsigned char *data, u64 *head, u64 *old) intel_pt_find_snapshot() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_sdlb.c115 u32 itr, next; in sparx5_sdlb_group_get_last() local
117 itr = sparx5_sdlb_group_get_first(sparx5, group); in sparx5_sdlb_group_get_last()
120 next = sparx5_sdlb_group_get_next(sparx5, group, itr); in sparx5_sdlb_group_get_last()
121 if (itr == next) in sparx5_sdlb_group_get_last()
122 return itr; in sparx5_sdlb_group_get_last()
124 itr = next; in sparx5_sdlb_group_get_last()
141 u32 itr; in sparx5_sdlb_group_get_adjacent() local
146 itr = *first; in sparx5_sdlb_group_get_adjacent()
149 *next = sparx5_sdlb_group_get_next(sparx5, group, itr); in sparx5_sdlb_group_get_adjacent()
151 if (itr in sparx5_sdlb_group_get_adjacent()
164 u32 itr, next; sparx5_sdlb_group_get_count() local
208 u32 itr, next; sparx5_sdlb_group_get_by_index() local
[all...]
H A Dsparx5_qos.c114 u32 itr, next; in sparx5_lg_get_last() local
116 itr = sparx5_lg_get_first(sparx5, layer, group); in sparx5_lg_get_last()
119 next = sparx5_lg_get_next(sparx5, layer, group, itr); in sparx5_lg_get_last()
120 if (itr == next) in sparx5_lg_get_last()
121 return itr; in sparx5_lg_get_last()
123 itr = next; in sparx5_lg_get_last()
167 u32 itr, next; in sparx5_lg_get_group_by_index() local
174 itr = sparx5_lg_get_first(sparx5, layer, i); in sparx5_lg_get_group_by_index()
177 next = sparx5_lg_get_next(sparx5, layer, i, itr); in sparx5_lg_get_group_by_index()
179 if (itr in sparx5_lg_get_group_by_index()
213 u32 itr; sparx5_lg_get_adjacent() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/
H A Dadf_dev_mgr.c36 struct list_head *itr; in adf_find_vf() local
38 list_for_each(itr, &vfs_table) { in adf_find_vf()
40 list_entry(itr, struct vf_id_map, list); in adf_find_vf()
50 struct list_head *itr; in adf_get_vf_real_id() local
52 list_for_each(itr, &vfs_table) { in adf_get_vf_real_id()
54 list_entry(itr, struct vf_id_map, list); in adf_get_vf_real_id()
100 struct list_head *itr; in adf_devmgr_update_class_index() local
103 list_for_each(itr, &accel_table) { in adf_devmgr_update_class_index()
105 list_entry(itr, struct adf_accel_dev, list); in adf_devmgr_update_class_index()
142 struct list_head *itr; in adf_devmgr_add_dev() local
297 struct list_head *itr; adf_devmgr_pci_to_accel_dev() local
316 struct list_head *itr; adf_devmgr_get_dev_by_id() local
352 struct list_head *itr; adf_get_num_dettached_vfs() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/
H A Dadf_dev_mgr.c36 struct list_head *itr; in adf_find_vf() local
38 list_for_each(itr, &vfs_table) { in adf_find_vf()
40 list_entry(itr, struct vf_id_map, list); in adf_find_vf()
50 struct list_head *itr; in adf_get_vf_real_id() local
52 list_for_each(itr, &vfs_table) { in adf_get_vf_real_id()
54 list_entry(itr, struct vf_id_map, list); in adf_get_vf_real_id()
100 struct list_head *itr; in adf_devmgr_update_class_index() local
103 list_for_each(itr, &accel_table) { in adf_devmgr_update_class_index()
105 list_entry(itr, struct adf_accel_dev, list); in adf_devmgr_update_class_index()
142 struct list_head *itr; in adf_devmgr_add_dev() local
300 struct list_head *itr; adf_devmgr_pci_to_accel_dev() local
319 struct list_head *itr; adf_devmgr_get_dev_by_id() local
355 struct list_head *itr; adf_get_num_dettached_vfs() local
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dauxtrace.h361 int (*recording_options)(struct auxtrace_record *itr,
364 size_t (*info_priv_size)(struct auxtrace_record *itr,
366 int (*info_fill)(struct auxtrace_record *itr,
370 void (*free)(struct auxtrace_record *itr);
371 int (*snapshot_start)(struct auxtrace_record *itr);
372 int (*snapshot_finish)(struct auxtrace_record *itr);
373 int (*find_snapshot)(struct auxtrace_record *itr, int idx,
376 int (*parse_snapshot_options)(struct auxtrace_record *itr,
379 u64 (*reference)(struct auxtrace_record *itr);
380 int (*read_finish)(struct auxtrace_record *itr, in
[all...]
H A Dauxtrace.c552 size_t auxtrace_record__info_priv_size(struct auxtrace_record *itr, in auxtrace_record__info_priv_size() argument
555 if (itr) in auxtrace_record__info_priv_size()
556 return itr->info_priv_size(itr, evlist); in auxtrace_record__info_priv_size()
566 int auxtrace_record__info_fill(struct auxtrace_record *itr, in auxtrace_record__info_fill() argument
571 if (itr) in auxtrace_record__info_fill()
572 return itr->info_fill(itr, session, auxtrace_info, priv_size); in auxtrace_record__info_fill()
576 void auxtrace_record__free(struct auxtrace_record *itr) in auxtrace_record__free() argument
578 if (itr) in auxtrace_record__free()
582 auxtrace_record__snapshot_start(struct auxtrace_record *itr) auxtrace_record__snapshot_start() argument
589 auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) auxtrace_record__snapshot_finish() argument
596 auxtrace_record__find_snapshot(struct auxtrace_record *itr, int idx, struct auxtrace_mmap *mm, unsigned char *data, u64 *head, u64 *old) auxtrace_record__find_snapshot() argument
605 auxtrace_record__options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) auxtrace_record__options() argument
616 auxtrace_record__reference(struct auxtrace_record *itr) auxtrace_record__reference() argument
623 auxtrace_parse_snapshot_options(struct auxtrace_record *itr, struct record_opts *opts, const char *str) auxtrace_parse_snapshot_options() argument
646 auxtrace_record__read_finish(struct auxtrace_record *itr, int idx) auxtrace_record__read_finish() argument
723 auxtrace_parse_sample_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts, const char *str) auxtrace_parse_sample_options() argument
1185 perf_event__synthesize_auxtrace_info(struct auxtrace_record *itr, struct perf_tool *tool, struct perf_session *session, perf_event__handler_t process) perf_event__synthesize_auxtrace_info() argument
1653 __auxtrace_mmap__read(struct mmap *map, struct auxtrace_record *itr, struct perf_tool *tool, process_auxtrace_t fn, bool snapshot, size_t snapshot_size) __auxtrace_mmap__read() argument
1764 auxtrace_mmap__read(struct mmap *map, struct auxtrace_record *itr, struct perf_tool *tool, process_auxtrace_t fn) auxtrace_mmap__read() argument
1770 auxtrace_mmap__read_snapshot(struct mmap *map, struct auxtrace_record *itr, struct perf_tool *tool, process_auxtrace_t fn, size_t snapshot_size) auxtrace_mmap__read_snapshot() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dauxtrace.h390 int (*recording_options)(struct auxtrace_record *itr,
393 size_t (*info_priv_size)(struct auxtrace_record *itr,
395 int (*info_fill)(struct auxtrace_record *itr,
399 void (*free)(struct auxtrace_record *itr);
400 int (*snapshot_start)(struct auxtrace_record *itr);
401 int (*snapshot_finish)(struct auxtrace_record *itr);
402 int (*find_snapshot)(struct auxtrace_record *itr, int idx,
405 int (*parse_snapshot_options)(struct auxtrace_record *itr,
408 u64 (*reference)(struct auxtrace_record *itr);
409 int (*read_finish)(struct auxtrace_record *itr, in
[all...]
H A Dauxtrace.c555 size_t auxtrace_record__info_priv_size(struct auxtrace_record *itr, in auxtrace_record__info_priv_size() argument
558 if (itr) in auxtrace_record__info_priv_size()
559 return itr->info_priv_size(itr, evlist); in auxtrace_record__info_priv_size()
569 int auxtrace_record__info_fill(struct auxtrace_record *itr, in auxtrace_record__info_fill() argument
574 if (itr) in auxtrace_record__info_fill()
575 return itr->info_fill(itr, session, auxtrace_info, priv_size); in auxtrace_record__info_fill()
579 void auxtrace_record__free(struct auxtrace_record *itr) in auxtrace_record__free() argument
581 if (itr) in auxtrace_record__free()
585 auxtrace_record__snapshot_start(struct auxtrace_record *itr) auxtrace_record__snapshot_start() argument
592 auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) auxtrace_record__snapshot_finish() argument
599 auxtrace_record__find_snapshot(struct auxtrace_record *itr, int idx, struct auxtrace_mmap *mm, unsigned char *data, u64 *head, u64 *old) auxtrace_record__find_snapshot() argument
608 auxtrace_record__options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts) auxtrace_record__options() argument
619 auxtrace_record__reference(struct auxtrace_record *itr) auxtrace_record__reference() argument
626 auxtrace_parse_snapshot_options(struct auxtrace_record *itr, struct record_opts *opts, const char *str) auxtrace_parse_snapshot_options() argument
665 auxtrace_record__read_finish(struct auxtrace_record *itr, int idx) auxtrace_record__read_finish() argument
741 auxtrace_parse_sample_options(struct auxtrace_record *itr, struct evlist *evlist, struct record_opts *opts, const char *str) auxtrace_parse_sample_options() argument
1237 perf_event__synthesize_auxtrace_info(struct auxtrace_record *itr, struct perf_tool *tool, struct perf_session *session, perf_event__handler_t process) perf_event__synthesize_auxtrace_info() argument
1822 __auxtrace_mmap__read(struct mmap *map, struct auxtrace_record *itr, struct perf_tool *tool, process_auxtrace_t fn, bool snapshot, size_t snapshot_size) __auxtrace_mmap__read() argument
1934 auxtrace_mmap__read(struct mmap *map, struct auxtrace_record *itr, struct perf_tool *tool, process_auxtrace_t fn) auxtrace_mmap__read() argument
1940 auxtrace_mmap__read_snapshot(struct mmap *map, struct auxtrace_record *itr, struct perf_tool *tool, process_auxtrace_t fn, size_t snapshot_size) auxtrace_mmap__read_snapshot() argument
[all...]
/kernel/linux/linux-6.6/net/dcb/
H A Ddcbnl.c1143 struct dcb_app_type *itr; in dcbnl_ieee_fill() local
1225 list_for_each_entry(itr, &dcb_app_list, list) { in dcbnl_ieee_fill()
1226 if (itr->ifindex == netdev->ifindex) { in dcbnl_ieee_fill()
1228 dcbnl_app_attr_type_get(itr->app.selector); in dcbnl_ieee_fill()
1229 err = nla_put(skb, type, sizeof(itr->app), &itr->app); in dcbnl_ieee_fill()
1250 list_for_each_entry(itr, &dcb_rewr_list, list) { in dcbnl_ieee_fill()
1251 if (itr->ifindex == netdev->ifindex) { in dcbnl_ieee_fill()
1253 dcbnl_app_attr_type_get(itr->app.selector); in dcbnl_ieee_fill()
1254 err = nla_put(skb, type, sizeof(itr in dcbnl_ieee_fill()
1366 struct dcb_app_type *itr; dcbnl_cee_fill() local
1973 struct dcb_app_type *itr; dcb_rewr_lookup() local
1989 struct dcb_app_type *itr; dcb_app_lookup() local
2029 struct dcb_app_type *itr; dcb_getapp() local
2053 struct dcb_app_type *itr; dcb_setapp() local
2096 struct dcb_app_type *itr; dcb_ieee_getapp_mask() local
2112 struct dcb_app_type *itr; dcb_getrewr() local
2148 struct dcb_app_type *itr; dcb_delrewr() local
2211 struct dcb_app_type *itr; dcb_ieee_delapp() local
2242 struct dcb_app_type *itr; dcb_getrewr_prio_pcp_mask_map() local
2268 struct dcb_app_type *itr; dcb_getrewr_prio_dscp_mask_map() local
2297 struct dcb_app_type *itr; dcb_ieee_getapp_prio_dscp_mask_map() local
2327 struct dcb_app_type *itr; dcb_ieee_getapp_dscp_prio_mask_map() local
2356 struct dcb_app_type *itr; dcb_ieee_getapp_default_prio_mask() local
2375 struct dcb_app_type *itr, *tmp; dcbnl_flush_dev() local
[all...]
/kernel/linux/linux-5.10/include/linux/wimax/
H A Ddebug.h423 struct d_level *itr, *top; in d_submodule_set() local
426 for (itr = d_level, top = itr + d_level_size; itr < top; itr++) { in d_submodule_set()
428 if (itr->name == NULL) { in d_submodule_set()
429 printk(KERN_ERR "%s: itr->name NULL?? (%p, #%d)\n", in d_submodule_set()
430 tag, itr, index); in d_submodule_set()
433 if (!strcmp(itr->name, submodule)) { in d_submodule_set()
434 itr in d_submodule_set()
[all...]
/kernel/linux/linux-5.10/net/dcb/
H A Ddcbnl.c1034 struct dcb_app_type *itr; in dcbnl_ieee_fill() local
1117 list_for_each_entry(itr, &dcb_app_list, list) { in dcbnl_ieee_fill()
1118 if (itr->ifindex == netdev->ifindex) { in dcbnl_ieee_fill()
1119 err = nla_put(skb, DCB_ATTR_IEEE_APP, sizeof(itr->app), in dcbnl_ieee_fill()
1120 &itr->app); in dcbnl_ieee_fill()
1230 struct dcb_app_type *itr; in dcbnl_cee_fill() local
1276 list_for_each_entry(itr, &dcb_app_list, list) { in dcbnl_cee_fill()
1277 if (itr->ifindex == netdev->ifindex) { in dcbnl_cee_fill()
1284 itr->app.selector); in dcbnl_cee_fill()
1289 itr in dcbnl_cee_fill()
1802 struct dcb_app_type *itr; dcb_app_lookup() local
1839 struct dcb_app_type *itr; dcb_getapp() local
1861 struct dcb_app_type *itr; dcb_setapp() local
1902 struct dcb_app_type *itr; dcb_ieee_getapp_mask() local
1956 struct dcb_app_type *itr; dcb_ieee_delapp() local
1990 struct dcb_app_type *itr; dcb_ieee_getapp_prio_dscp_mask_map() local
2020 struct dcb_app_type *itr; dcb_ieee_getapp_dscp_prio_mask_map() local
2049 struct dcb_app_type *itr; dcb_ieee_getapp_default_prio_mask() local
2068 struct dcb_app_type *itr, *tmp; dcbnl_flush_dev() local
[all...]
/kernel/linux/linux-5.10/tools/perf/arch/s390/util/
H A Dauxtrace.c19 static void cpumsf_free(struct auxtrace_record *itr) in cpumsf_free() argument
21 free(itr); in cpumsf_free()
24 static size_t cpumsf_info_priv_size(struct auxtrace_record *itr __maybe_unused, in cpumsf_info_priv_size()
31 cpumsf_info_fill(struct auxtrace_record *itr __maybe_unused, in cpumsf_info_fill()
41 cpumsf_reference(struct auxtrace_record *itr __maybe_unused) in cpumsf_reference()
76 cpumsf_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused, in cpumsf_parse_snapshot_options()
/kernel/linux/linux-6.6/tools/perf/arch/s390/util/
H A Dauxtrace.c19 static void cpumsf_free(struct auxtrace_record *itr) in cpumsf_free() argument
21 free(itr); in cpumsf_free()
24 static size_t cpumsf_info_priv_size(struct auxtrace_record *itr __maybe_unused, in cpumsf_info_priv_size()
31 cpumsf_info_fill(struct auxtrace_record *itr __maybe_unused, in cpumsf_info_fill()
41 cpumsf_reference(struct auxtrace_record *itr __maybe_unused) in cpumsf_reference()
76 cpumsf_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused, in cpumsf_parse_snapshot_options()
/kernel/linux/linux-6.6/drivers/platform/x86/intel/int1092/
H A Dintel_sar.c45 int itr = 0; in update_sar_data() local
47 for (itr = 0; itr < config->total_dev_mode; itr++) { in update_sar_data()
49 config->device_mode_info[itr].device_mode) { in update_sar_data()
51 &config->device_mode_info[itr]; in update_sar_data()
80 int value, itr, reg; in parse_package() local
99 for (itr = 0; itr < data->total_dev_mode; itr in parse_package()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A Dparam.c337 adapter->itr = InterruptThrottleRate[bd]; in e1000e_check_options()
341 * warning, use default and go through itr/itr_setting in e1000e_check_options()
344 if ((adapter->itr > 4) && in e1000e_check_options()
345 e1000_validate_option(&adapter->itr, &opt, adapter)) in e1000e_check_options()
346 adapter->itr = opt.def; in e1000e_check_options()
349 * through the logic below to adjust itr/itr_setting in e1000e_check_options()
351 adapter->itr = opt.def; in e1000e_check_options()
356 if (adapter->itr > 4) in e1000e_check_options()
359 adapter->itr); in e1000e_check_options()
362 adapter->itr_setting = adapter->itr; in e1000e_check_options()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A Dparam.c335 adapter->itr = InterruptThrottleRate[bd]; in e1000e_check_options()
339 * warning, use default and go through itr/itr_setting in e1000e_check_options()
342 if ((adapter->itr > 4) && in e1000e_check_options()
343 e1000_validate_option(&adapter->itr, &opt, adapter)) in e1000e_check_options()
344 adapter->itr = opt.def; in e1000e_check_options()
347 * through the logic below to adjust itr/itr_setting in e1000e_check_options()
349 adapter->itr = opt.def; in e1000e_check_options()
354 if (adapter->itr > 4) in e1000e_check_options()
357 adapter->itr); in e1000e_check_options()
360 adapter->itr_setting = adapter->itr; in e1000e_check_options()
[all...]

Completed in 23 milliseconds

123456