/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | iters.c | 27 struct bpf_iter_num it; in iter_err_unsafe_c_loop() local 47 struct bpf_iter_num it; in iter_err_unsafe_asm_loop() local 89 struct bpf_iter_num it; in iter_while_loop() local 107 __attribute__((cleanup(bpf_iter_num_destroy))) struct bpf_iter_num it; in iter_while_loop_auto_cleanup() local 125 struct bpf_iter_num it; in iter_for_loop() local 173 struct bpf_iter_num it; in iter_pragma_unroll_loop() local 193 struct bpf_iter_num it; in iter_manual_unroll_loop() local 216 struct bpf_iter_num it; in iter_multiple_sequential_loops() local 259 struct bpf_iter_num it; in iter_limit_cond_break_loop() local 284 struct bpf_iter_num it; in iter_obfuscate_counter() local [all …]
|
D | iters_num.c | 142 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
|
/Linux-v6.6/fs/erofs/ |
D | xattr.c | 31 struct erofs_xattr_iter it; in erofs_init_inode_xattrs() local 180 static int erofs_xattr_copy_to_buffer(struct erofs_xattr_iter *it, in erofs_xattr_copy_to_buffer() 203 static int erofs_listxattr_foreach(struct erofs_xattr_iter *it) in erofs_listxattr_foreach() 255 static int erofs_getxattr_foreach(struct erofs_xattr_iter *it) in erofs_getxattr_foreach() 320 static int erofs_xattr_iter_inline(struct erofs_xattr_iter *it, in erofs_xattr_iter_inline() 366 static int erofs_xattr_iter_shared(struct erofs_xattr_iter *it, in erofs_xattr_iter_shared() 398 struct erofs_xattr_iter it; in erofs_getxattr() local 440 struct erofs_xattr_iter it; in erofs_listxattr() local
|
/Linux-v6.6/fs/smb/client/ |
D | dfs_cache.h | 56 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-v6.6/arch/ia64/kernel/ |
D | mca.c | 362 #define IA64_LOG_LOCK_INIT(it) spin_lock_init(&ia64_state_log[it].isl_lock) argument 363 #define IA64_LOG_LOCK(it) spin_lock_irqsave(&ia64_state_log[it].isl_lock, s) argument 364 #define IA64_LOG_UNLOCK(it) spin_unlock_irqrestore(&ia64_state_log[it].isl_lock,s) argument 365 #define IA64_LOG_NEXT_INDEX(it) ia64_state_log[it].isl_index argument 366 #define IA64_LOG_CURR_INDEX(it) 1 - ia64_state_log[it].isl_index argument 367 #define IA64_LOG_INDEX_INC(it) \ argument 370 #define IA64_LOG_INDEX_DEC(it) \ argument 372 #define IA64_LOG_NEXT_BUFFER(it) (void *)((ia64_state_log[it].isl_log[IA64_LOG_NEXT_INDEX(it)])) argument 373 #define IA64_LOG_CURR_BUFFER(it) (void *)((ia64_state_log[it].isl_log[IA64_LOG_CURR_INDEX(it)])) argument 374 #define IA64_LOG_COUNT(it) ia64_state_log[it].isl_count argument [all …]
|
/Linux-v6.6/drivers/gpu/drm/i915/ |
D | i915_scheduler.h | 19 #define priolist_for_each_request(it, plist) \ argument 22 #define priolist_for_each_request_consume(it, n, plist) \ argument
|
D | i915_active.c | 129 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-v6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | vmm.c | 98 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-v6.6/drivers/gpu/drm/i915/selftests/ |
D | i915_active.c | 264 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-v6.6/kernel/cgroup/ |
D | legacy_freezer.c | 254 struct css_task_iter it; in update_if_frozen() local 318 struct css_task_iter it; in freeze_cgroup() local 329 struct css_task_iter it; in unfreeze_cgroup() local
|
/Linux-v6.6/drivers/s390/cio/ |
D | blacklist.c | 303 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-v6.6/sound/usb/ |
D | pcm.c | 728 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-v6.6/scripts/kconfig/ |
D | qconf.cc | 51 QStringList::Iterator it; in readSizes() local 70 QList<int>::ConstIterator it; in writeSizes() local 426 QTreeWidgetItemIterator it(this); in updateList() local 467 QListIterator<ConfigList *> it(allLists); in updateListForAll() local 478 QListIterator<ConfigList *> it(allLists); in updateListAllForAll() local 576 QTreeWidgetItemIterator it(this); in setParentMenu() local 924 QTreeWidgetItemIterator it(this); in setAllOpen() local
|
/Linux-v6.6/drivers/gpu/drm/i915/gem/ |
D | i915_gem_context.h | 224 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-v6.6/drivers/comedi/drivers/ |
D | amplc_dio200.c | 241 static int dio200_attach(struct comedi_device *dev, struct comedi_devconfig *it) in dio200_attach()
|
D | comedi_bond.c | 169 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()
|
D | amplc_pc236.c | 39 static int pc236_attach(struct comedi_device *dev, struct comedi_devconfig *it) in pc236_attach()
|
D | das08_isa.c | 160 struct comedi_devconfig *it) in das08_isa_attach()
|
D | ni_labpc.c | 75 static int labpc_attach(struct comedi_device *dev, struct comedi_devconfig *it) in labpc_attach()
|
D | 8255.c | 47 struct comedi_devconfig *it) in dev_8255_attach()
|
/Linux-v6.6/rust/macros/ |
D | module.rs | 11 let mut it = group.stream().into_iter(); in expect_string_array() localVariable 172 let mut it = ts.into_iter(); in module() localVariable
|
D | concat_idents.rs | 16 let mut it = ts.into_iter(); in concat_idents() localVariable
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/ |
D | alloc.c | 249 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-v6.6/arch/mips/fw/arc/ |
D | promlib.c | 42 O32_STATIC CHAR it; in prom_putchar() local
|
/Linux-v6.6/drivers/gpu/drm/i915/gt/ |
D | intel_engine_user.c | 22 struct intel_engine_cs *it = in intel_engine_lookup_user() local 206 struct list_head *it, *next; in intel_engines_driver_register() local
|