Home
last modified time | relevance | path

Searched defs:it (Results 1 – 25 of 134) sorted by relevance

123456

/linux/tools/testing/selftests/bpf/progs/
H A Diters.c33 struct bpf_iter_num it; in iter_err_unsafe_c_loop() local
53 struct bpf_iter_num it; in iter_err_unsafe_asm_loop() local
95 struct bpf_iter_num it; iter_while_loop() local
113 __attribute__((cleanup(bpf_iter_num_destroy))) struct bpf_iter_num it; iter_while_loop_auto_cleanup() local
131 struct bpf_iter_num it; iter_for_loop() local
179 struct bpf_iter_num it; iter_pragma_unroll_loop() local
199 struct bpf_iter_num it; iter_manual_unroll_loop() local
222 struct bpf_iter_num it; iter_multiple_sequential_loops() local
265 struct bpf_iter_num it; iter_limit_cond_break_loop() local
290 struct bpf_iter_num it; iter_obfuscate_counter() local
334 struct bpf_iter_num it; iter_search_loop() local
660 fill(struct bpf_iter_num * it,int * arr,__u32 n,int mul) fill() argument
672 sum(struct bpf_iter_num * it,int * arr,__u32 n) sum() argument
691 struct bpf_iter_num it; iter_pass_iter_ptr_to_subprog() local
[all...]
H A Diters_num.c142 struct bpf_iter_num it; in num_invalid_range() local
156 struct bpf_iter_num it; in num_max_range() local
170 struct bpf_iter_num it; in num_e2big_range() local
184 struct bpf_iter_num it; in num_succ_elem_cnt() local
204 struct bpf_iter_num it; in num_overfetched_elem_cnt() local
226 struct bpf_iter_num it; in num_fail_elem_cnt() local
H A Diters_testmod_seq.c85 struct bpf_iter_testmod_seq it; in testmod_seq_getter_before_bad() local
95 struct bpf_iter_testmod_seq it; in testmod_seq_getter_after_bad() local
113 struct bpf_iter_testmod_seq it; testmod_seq_getter_good() local
[all...]
H A Dverifier_bits_iter.c25 struct bpf_iter_bits it; in BPF_PROG() local
38 struct bpf_iter_bits it = {}; in BPF_PROG() local
49 struct bpf_iter_bits it = {}; in BPF_PROG() local
[all...]
/linux/fs/erofs/
H A Dxattr.c123 static int erofs_xattr_copy_to_buffer(struct erofs_xattr_iter *it, in erofs_xattr_copy_to_buffer()
143 static int erofs_listxattr_foreach(struct erofs_xattr_iter *it) in erofs_listxattr_foreach()
194 static int erofs_getxattr_foreach(struct erofs_xattr_iter *it) in erofs_getxattr_foreach()
257 static int erofs_xattr_iter_inline(struct erofs_xattr_iter *it, in erofs_xattr_iter_inline()
304 static int erofs_xattr_iter_shared(struct erofs_xattr_iter *it, in erofs_xattr_iter_shared()
340 struct erofs_xattr_iter it; in erofs_getxattr() local
381 struct erofs_xattr_iter it; in erofs_listxattr() local
/linux/Documentation/driver-api/tty/
H A Dn_gsm.rst18 Config Initiator
119 Config Requester
/linux/tools/lib/bpf/
H A Dbtf_iter.c16 int btf_field_iter_init(struct btf_field_iter *it, struct btf_type *t, in btf_field_iter_init()
145 __u32 *btf_field_iter_next(struct btf_field_iter *it) in btf_field_iter_next()
H A Dbtf_relocate.c69 struct btf_field_iter it; in btf_relocate_rewrite_type_id() local
135 struct btf_field_iter it; in btf_mark_embedded_composite_type_ids() local
415 struct btf_field_iter it; in btf_relocate_rewrite_strs() local
/linux/rust/syn/gen/
H A Dvisit_mut.rs979 let it = el.value_mut(); in visit_angle_bracketed_generic_arguments_mut() localVariable
1190 let it = el.value_mut(); in visit_bound_lifetimes_mut() localVariable
1238 let it = el.value_mut(); in visit_constraint_mut() localVariable
1269 let it = el.value_mut(); in visit_data_enum_mut() localVariable
1442 let it = el.value_mut(); in visit_expr_array_mut() localVariable
1527 let it = el.value_mut(); in visit_expr_call_mut() localVariable
1558 let it = el.value_mut(); in visit_expr_closure_mut() localVariable
1731 let it = el.value_mut(); in visit_expr_method_call_mut() localVariable
1832 let it = el.value_mut(); in visit_expr_struct_mut() localVariable
1869 let it = el.value_mut(); in visit_expr_tuple_mut() localVariable
[all …]
H A Dvisit.rs971 let it = el.value(); in visit_angle_bracketed_generic_arguments() localVariable
1188 let it = el.value(); in visit_bound_lifetimes() localVariable
1238 let it = el.value(); in visit_constraint() localVariable
1269 let it = el.value(); in visit_data_enum() localVariable
1446 let it = el.value(); in visit_expr_array() localVariable
1545 let it = el.value(); in visit_expr_call() localVariable
1580 let it = el.value(); in visit_expr_closure() localVariable
1781 let it = el.value(); in visit_expr_method_call() localVariable
1898 let it = el.value(); in visit_expr_struct() localVariable
1941 let it = el.value(); in visit_expr_tuple() localVariable
[all …]
/linux/tools/testing/selftests/bpf/
H A Dbpf_arena_list.h28 static inline void *bpf_iter_num_new(struct bpf_iter_num *it, int i, int j) { return NULL; } in bpf_iter_num_new() argument
29 static inline void bpf_iter_num_destroy(struct bpf_iter_num *it) {} in bpf_iter_num_destroy() argument
30 static inline bool bpf_iter_num_next(struct bpf_iter_num *it) { return true; } in bpf_iter_num_next() argument
/linux/kernel/bpf/
H A Ddmabuf_iter.c161 __bpf_kfunc int bpf_iter_dmabuf_new(struct bpf_iter_dmabuf *it) in bpf_iter_dmabuf_new()
172 __bpf_kfunc struct dma_buf *bpf_iter_dmabuf_next(struct bpf_iter_dmabuf *it) in bpf_iter_dmabuf_next()
184 __bpf_kfunc void bpf_iter_dmabuf_destroy(struct bpf_iter_dmabuf *it) in bpf_iter_dmabuf_destroy()
/linux/drivers/gpu/drm/i915/
H A Di915_scheduler.h19 #define priolist_for_each_request(it, plist) \ argument
22 #define priolist_for_each_request_consume(it, n, plist) \ argument
/linux/kernel/cgroup/
H A Dlegacy_freezer.c245 struct css_task_iter it; in update_if_frozen() local
309 struct css_task_iter it; in freeze_cgroup() local
320 struct css_task_iter it; in unfreeze_cgroup() local
/linux/scripts/kconfig/
H A Dqconf.cc56 QStringList::Iterator it; in readSizes() local
75 QList<int>::ConstIterator it; in writeSizes() local
437 QTreeWidgetItemIterator it(this); in updateList() local
477 QListIterator<ConfigList *> it(allLists); in updateListForAll() local
488 QListIterator<ConfigList *> it(allLists); in updateListAllForAll() local
586 QTreeWidgetItemIterator it(this); in setParentMenu() local
916 QTreeWidgetItemIterator it(this); in setAllOpen() local
/linux/sound/usb/
H A Dpcm.c758 struct snd_interval *it = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE); in hw_check_valid_format() local
799 static int apply_hw_params_minmax(struct snd_interval *it, unsigned int rmin, in apply_hw_params_minmax()
851 struct snd_interval *it = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE); in hw_rule_rate() local
915 struct snd_interval *it = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS); in hw_rule_channels() local
995 struct snd_interval *it; in hw_rule_period_time() local
1025 struct snd_interval *it; in hw_rule_period_size_implicit_fb() local
1070 struct snd_interval *it; in hw_rule_periods_implicit_fb() local
/linux/drivers/comedi/drivers/
H A Damplc_dio200.c241 static int dio200_attach(struct comedi_device *dev, struct comedi_devconfig *it) in dio200_attach()
H A Damplc_pc236.c39 static int pc236_attach(struct comedi_device *dev, struct comedi_devconfig *it) in pc236_attach()
H A Dcomedi_bond.c169 static int do_dev_config(struct comedi_device *dev, struct comedi_devconfig *it) in do_dev_config()
274 struct comedi_devconfig *it) in bonding_attach()
H A Ddas08_isa.c160 struct comedi_devconfig *it) in das08_isa_attach()
H A Dni_labpc.c75 static int labpc_attach(struct comedi_device *dev, struct comedi_devconfig *it) in labpc_attach()
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c249 struct mlx4_zone_entry *it; in mlx4_zone_add_one() local
307 struct mlx4_zone_entry *it; in __mlx4_zone_remove_one_entry() local
359 struct mlx4_zone_entry *it = curr_node; in __mlx4_alloc_from_zone() local
373 struct mlx4_zone_entry *it = curr_node; in __mlx4_alloc_from_zone() local
/linux/rust/macros/
H A Dmodule.rs11 let mut it = group.stream().into_iter(); expect_string_array() localVariable
223 let mut it = params.stream().into_iter(); expect_params() localVariable
328 let mut it = ts.into_iter(); module() localVariable
[all...]
H A Dconcat_idents.rs16 let mut it = ts.into_iter(); concat_idents() localVariable
/linux/arch/mips/fw/arc/
H A Dpromlib.c42 O32_STATIC CHAR it; in prom_putchar() local

123456