Home
last modified time | relevance | path

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

123456789

/linux-6.12.1/tools/testing/selftests/bpf/progs/
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; in iter_while_loop() local
113 __attribute__((cleanup(bpf_iter_num_destroy))) struct bpf_iter_num it; in iter_while_loop_auto_cleanup() local
131 struct bpf_iter_num it; in iter_for_loop() local
179 struct bpf_iter_num it; in iter_pragma_unroll_loop() local
199 struct bpf_iter_num it; in iter_manual_unroll_loop() local
222 struct bpf_iter_num it; in iter_multiple_sequential_loops() local
265 struct bpf_iter_num it; in iter_limit_cond_break_loop() local
290 struct bpf_iter_num it; in iter_obfuscate_counter() local
[all …]
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
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; in testmod_seq_getter_good() local
Dverifier_bits_iter.c25 struct bpf_iter_bits it; in BPF_PROG() local
38 struct bpf_iter_bits *it = NULL; in BPF_PROG() local
49 struct bpf_iter_bits it = {}; in BPF_PROG() local
/linux-6.12.1/tools/sched_ext/include/scx/
Dcompat.bpf.h24 #define __COMPAT_scx_bpf_dispatch_from_dsq_set_slice(it, slice) \ argument
27 #define __COMPAT_scx_bpf_dispatch_from_dsq_set_vtime(it, vtime) \ argument
30 #define __COMPAT_scx_bpf_dispatch_from_dsq(it, p, dsq_id, enq_flags) \ argument
33 #define __COMPAT_scx_bpf_dispatch_vtime_from_dsq(it, p, dsq_id, enq_flags) \ argument
/linux-6.12.1/drivers/usb/typec/mux/
Dit5205.c71 struct it5205 *it = typec_switch_get_drvdata(sw); in it5205_switch_set() local
94 struct it5205 *it = typec_mux_get_drvdata(mux); in it5205_mux_set() local
126 struct it5205 *it = data; in it5205_irq_handler() local
147 static void it5205_enable_ovp(struct it5205 *it) in it5205_enable_ovp()
177 struct it5205 *it; in it5205_probe() local
262 struct it5205 *it = i2c_get_clientdata(client); in it5205_remove() local
/linux-6.12.1/fs/erofs/
Dxattr.c31 struct erofs_xattr_iter it; in erofs_init_inode_xattrs() local
178 static int erofs_xattr_copy_to_buffer(struct erofs_xattr_iter *it, in erofs_xattr_copy_to_buffer()
200 static int erofs_listxattr_foreach(struct erofs_xattr_iter *it) in erofs_listxattr_foreach()
251 static int erofs_getxattr_foreach(struct erofs_xattr_iter *it) in erofs_getxattr_foreach()
314 static int erofs_xattr_iter_inline(struct erofs_xattr_iter *it, in erofs_xattr_iter_inline()
358 static int erofs_xattr_iter_shared(struct erofs_xattr_iter *it, in erofs_xattr_iter_shared()
389 struct erofs_xattr_iter it; in erofs_getxattr() local
431 struct erofs_xattr_iter it; in erofs_listxattr() local
/linux-6.12.1/fs/smb/client/
Ddfs_cache.h56 struct dfs_cache_tgt_iterator *it) in dfs_cache_get_next_tgt()
76 struct dfs_cache_tgt_iterator *it, *nit; in dfs_cache_free_tgts() local
89 dfs_cache_get_tgt_name(const struct dfs_cache_tgt_iterator *it) in dfs_cache_get_tgt_name()
/linux-6.12.1/Documentation/driver-api/tty/
Dn_gsm.rst18 Config Initiator
119 Config Requester
/linux-6.12.1/tools/lib/bpf/
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()
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-6.12.1/tools/testing/selftests/bpf/
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()
29 static inline void bpf_iter_num_destroy(struct bpf_iter_num *it) {} in bpf_iter_num_destroy()
30 static inline bool bpf_iter_num_next(struct bpf_iter_num *it) { return true; } in bpf_iter_num_next()
/linux-6.12.1/kernel/bpf/
Dtask_iter.c822 __bpf_kfunc int bpf_iter_task_vma_new(struct bpf_iter_task_vma *it, in bpf_iter_task_vma_new()
866 __bpf_kfunc struct vm_area_struct *bpf_iter_task_vma_next(struct bpf_iter_task_vma *it) in bpf_iter_task_vma_next()
875 __bpf_kfunc void bpf_iter_task_vma_destroy(struct bpf_iter_task_vma *it) in bpf_iter_task_vma_destroy()
900 __bpf_kfunc int bpf_iter_css_task_new(struct bpf_iter_css_task *it, in bpf_iter_css_task_new()
925 __bpf_kfunc struct task_struct *bpf_iter_css_task_next(struct bpf_iter_css_task *it) in bpf_iter_css_task_next()
934 __bpf_kfunc void bpf_iter_css_task_destroy(struct bpf_iter_css_task *it) in bpf_iter_css_task_destroy()
969 __bpf_kfunc int bpf_iter_task_new(struct bpf_iter_task *it, in bpf_iter_task_new()
1001 __bpf_kfunc struct task_struct *bpf_iter_task_next(struct bpf_iter_task *it) in bpf_iter_task_next()
1030 __bpf_kfunc void bpf_iter_task_destroy(struct bpf_iter_task *it) in bpf_iter_task_destroy()
Dcgroup_iter.c310 __bpf_kfunc int bpf_iter_css_new(struct bpf_iter_css *it, in bpf_iter_css_new()
334 __bpf_kfunc struct cgroup_subsys_state *bpf_iter_css_next(struct bpf_iter_css *it) in bpf_iter_css_next()
355 __bpf_kfunc void bpf_iter_css_destroy(struct bpf_iter_css *it) in bpf_iter_css_destroy()
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_scheduler.h19 #define priolist_for_each_request(it, plist) \ argument
22 #define priolist_for_each_request_consume(it, n, plist) \ argument
Di915_active.c129 struct active_node *it, *n; in __active_retire() local
234 struct active_node *it; in __active_lookup() local
569 static int flush_barrier(struct active_node *it) in flush_barrier()
586 struct active_node *it, *n; in flush_lazy_signals() local
709 struct active_node *it, *n; in await_active() local
962 struct active_node *it; in i915_active_acquire_barrier() local
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dvmm.c98 nvkm_vmm_trace(struct nvkm_vmm_iter *it, char *buf) in nvkm_vmm_trace()
120 nvkm_vmm_flush_mark(struct nvkm_vmm_iter *it) in nvkm_vmm_flush_mark()
126 nvkm_vmm_flush(struct nvkm_vmm_iter *it) in nvkm_vmm_flush()
138 nvkm_vmm_unref_pdes(struct nvkm_vmm_iter *it) in nvkm_vmm_unref_pdes()
197 nvkm_vmm_unref_sptes(struct nvkm_vmm_iter *it, struct nvkm_vmm_pt *pgt, in nvkm_vmm_unref_sptes()
258 nvkm_vmm_unref_ptes(struct nvkm_vmm_iter *it, bool pfn, u32 ptei, u32 ptes) in nvkm_vmm_unref_ptes()
296 nvkm_vmm_ref_sptes(struct nvkm_vmm_iter *it, struct nvkm_vmm_pt *pgt, in nvkm_vmm_ref_sptes()
364 nvkm_vmm_ref_ptes(struct nvkm_vmm_iter *it, bool pfn, u32 ptei, u32 ptes) in nvkm_vmm_ref_ptes()
394 nvkm_vmm_sparse_unref_ptes(struct nvkm_vmm_iter *it, bool pfn, u32 ptei, u32 ptes) in nvkm_vmm_sparse_unref_ptes()
406 nvkm_vmm_sparse_ref_ptes(struct nvkm_vmm_iter *it, bool pfn, u32 ptei, u32 ptes) in nvkm_vmm_sparse_ref_ptes()
[all …]
/linux-6.12.1/drivers/gpu/drm/i915/selftests/
Di915_active.c264 static struct intel_engine_cs *node_to_barrier(struct active_node *it) in node_to_barrier()
287 struct active_node *it, *n; in i915_active_print() local
335 struct active_node *it, *n; in i915_active_unlock_wait() local
/linux-6.12.1/kernel/cgroup/
Dlegacy_freezer.c259 struct css_task_iter it; in update_if_frozen() local
323 struct css_task_iter it; in freeze_cgroup() local
334 struct css_task_iter it; in unfreeze_cgroup() local
/linux-6.12.1/drivers/s390/cio/
Dblacklist.c303 cio_ignore_proc_seq_stop(struct seq_file *s, void *it) in cio_ignore_proc_seq_stop()
308 cio_ignore_proc_seq_next(struct seq_file *s, void *it, loff_t *offset) in cio_ignore_proc_seq_next()
328 cio_ignore_proc_seq_show(struct seq_file *s, void *it) in cio_ignore_proc_seq_show()
/linux-6.12.1/sound/usb/
Dpcm.c728 struct snd_interval *it = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE); in hw_check_valid_format() local
769 static int apply_hw_params_minmax(struct snd_interval *it, unsigned int rmin, in apply_hw_params_minmax()
821 struct snd_interval *it = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RATE); in hw_rule_rate() local
885 struct snd_interval *it = hw_param_interval(params, SNDRV_PCM_HW_PARAM_CHANNELS); in hw_rule_channels() local
965 struct snd_interval *it; in hw_rule_period_time() local
995 struct snd_interval *it; in hw_rule_period_size_implicit_fb() local
1040 struct snd_interval *it; in hw_rule_periods_implicit_fb() local
/linux-6.12.1/scripts/kconfig/
Dqconf.cc52 QStringList::Iterator it; in readSizes() local
71 QList<int>::ConstIterator it; in writeSizes() local
427 QTreeWidgetItemIterator it(this); in updateList() local
468 QListIterator<ConfigList *> it(allLists); in updateListForAll() local
479 QListIterator<ConfigList *> it(allLists); in updateListAllForAll() local
577 QTreeWidgetItemIterator it(this); in setParentMenu() local
925 QTreeWidgetItemIterator it(this); in setAllOpen() local
/linux-6.12.1/drivers/gpu/drm/i915/gem/
Di915_gem_context.h224 i915_gem_engines_iter_init(struct i915_gem_engines_iter *it, in i915_gem_engines_iter_init()
234 #define for_each_gem_engine(ce, engines, it) \ argument
/linux-6.12.1/drivers/comedi/drivers/
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()
Damplc_dio200.c241 static int dio200_attach(struct comedi_device *dev, struct comedi_devconfig *it) in dio200_attach()

123456789