Searched refs:iterate (Results 1 - 200 of 306) sorted by relevance

12

/linux-4.1.27/include/linux/
H A Dhashtable.h115 * hash_for_each - iterate over a hashtable
116 * @name: hashtable to iterate
127 * hash_for_each_rcu - iterate over a rcu enabled hashtable
128 * @name: hashtable to iterate
139 * hash_for_each_safe - iterate over a hashtable safe against removal of
141 * @name: hashtable to iterate
153 * hash_for_each_possible - iterate over all possible objects hashing to the
155 * @name: hashtable to iterate
158 * @key: the key of the objects to iterate over
164 * hash_for_each_possible_rcu - iterate over all possible objects hashing to the
167 * @name: hashtable to iterate
170 * @key: the key of the objects to iterate over
177 * hash_for_each_possible_rcu_notrace - iterate over all possible objects hashing
179 * @name: hashtable to iterate
182 * @key: the key of the objects to iterate over
192 * hash_for_each_possible_safe - iterate over all possible objects hashing to the
194 * @name: hashtable to iterate
198 * @key: the key of the objects to iterate over
H A Dplist.h147 * plist_for_each - iterate over the plist
159 * Continue to iterate over plist, continuing after the current position.
165 * plist_for_each_safe - iterate safely over a plist of given type
176 * plist_for_each_entry - iterate over list of given type
190 * Continue to iterate over list of given type, continuing after
197 * plist_for_each_entry_safe - iterate safely over list of given type
H A Dmemblock.h97 * for_each_mem_range - iterate through memblock areas from type_a and not
100 * @type_a: ptr to memblock_type to iterate
116 * for_each_mem_range_rev - reverse iterate through memblock areas from
119 * @type_a: ptr to memblock_type to iterate
178 * for_each_free_mem_range - iterate through free memblock areas
193 * for_each_free_mem_range_reverse - rev-iterate through free memblock areas
H A Dlist_bl.h134 * hlist_bl_for_each_entry - iterate over list of given type
148 * hlist_bl_for_each_entry_safe - iterate over list of given type safe against removal of list entry
H A Dlist_nulls.h91 * hlist_nulls_for_each_entry - iterate over list of given type
105 * hlist_nulls_for_each_entry_from - iterate over a hlist continuing from current point
H A Dlist.h404 * list_for_each - iterate over a list
412 * list_for_each_prev - iterate over a list backwards
420 * list_for_each_safe - iterate over a list safe against removal of list entry
430 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
441 * list_for_each_entry - iterate over list of given type
452 * list_for_each_entry_reverse - iterate backwards over list of given type.
479 * Continue to iterate over list of given type, continuing after
488 * list_for_each_entry_continue_reverse - iterate backwards from the given point
493 * Start to iterate over list of given type backwards, continuing after
502 * list_for_each_entry_from - iterate over list of given type from the current point
514 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
543 * list_for_each_entry_safe_from - iterate over list from current point safe against removal
558 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal
703 * hlist_for_each_entry - iterate over list of given type
714 * hlist_for_each_entry_continue - iterate over a hlist continuing after current point
724 * hlist_for_each_entry_from - iterate over a hlist continuing from current point
733 * hlist_for_each_entry_safe - iterate over list of given type safe against removal of list entry
H A Drculist.h296 * list_for_each_entry_rcu - iterate over rcu list of given type
316 * Continue to iterate over list of given type, continuing after
468 * hlist_for_each_entry_rcu - iterate over rcu list of given type
485 * hlist_for_each_entry_rcu_notrace - iterate over rcu list of given type (for tracing)
505 * hlist_for_each_entry_rcu_bh - iterate over rcu list of given type
522 * hlist_for_each_entry_continue_rcu - iterate over a hlist continuing after current point
534 * hlist_for_each_entry_continue_rcu_bh - iterate over a hlist continuing after current point
546 * hlist_for_each_entry_from_rcu - iterate over a hlist continuing from current point
H A Dof_graph.h32 * for_each_endpoint_of_node - iterate over every endpoint in a device node
H A Dllist.h91 * llist_for_each - iterate over some deleted entries of a lock-less list
108 * llist_for_each_entry - iterate over some deleted entries of lock-less list of given type
128 * llist_for_each_entry_safe - iterate over some deleted entries of lock-less list of given type
H A Dradix-tree.h376 * If we iterate over a tree protected only by the RCU lock, a race
446 * radix_tree_for_each_chunk - iterate over chunks
461 * radix_tree_for_each_chunk_slot - iterate over slots in one chunk
474 * radix_tree_for_each_slot - iterate over non-empty slots
489 * radix_tree_for_each_contig - iterate over contiguous slots
506 * radix_tree_for_each_tagged - iterate over tagged slots
H A Dscatterlist.h302 * for_each_sg_page - iterate over the pages of the given sg list
303 * @sglist: sglist to iterate over
305 * @nents: maximum number of sg entries to iterate over
H A Drbtree.h94 * rbtree_postorder_for_each_entry_safe - iterate over rb_root in post order of
H A Drculist_bl.h115 * hlist_bl_for_each_entry_rcu - iterate over rcu list of given type
H A Drculist_nulls.h102 * hlist_nulls_for_each_entry_rcu - iterate over rcu list of given type
H A Dcpufreq.h538 * cpufreq_for_each_entry - iterate over a cpufreq_frequency_table
540 * @table: the cpufreq_frequency_table * to iterate over.
547 * cpufreq_for_each_valid_entry - iterate over a cpufreq_frequency_table
550 * @table: the cpufreq_frequency_table * to iterate over.
H A Drhashtable.h166 * @ht: Table to iterate through
386 * rht_for_each - iterate over hash chain
409 * rht_for_each_entry - iterate over hash chain of given type
421 * rht_for_each_entry_safe - safely iterate over hash chain of given type
459 * rht_for_each_rcu - iterate over rcu hash chain
491 * rht_for_each_entry_rcu - iterate over rcu hash chain of given type
H A Dcgroup.h251 * cgroup_taskset_for_each - iterate cgroup_taskset
253 * @tset: taskset to iterate
351 * css_for_each_child - iterate through children of a css
H A Dconsole.h135 * for_each_console() allows you to iterate on each console
H A Didr.h126 * idr_for_each_entry - iterate over an idr's elements of a given type
H A Dmmzone.h920 * for_each_online_pgdat - helper macro to iterate over all online nodes
928 * for_each_zone - helper macro to iterate over all memory zones
992 * used to iterate the zonelist with next_zones_zonelist by advancing it by
1007 * for_each_zone_zonelist_nodemask - helper macro to iterate over valid zones in a zonelist at or below a given zone index and within a nodemask
1024 * for_each_zone_zonelist - helper macro to iterate over valid zones in a zonelist at or below a given zone index
H A Dcpumask.h212 * for_each_cpu - iterate over every cpu in a mask
224 * for_each_cpu_not - iterate over every cpu in a complemented mask
236 * for_each_cpu_and - iterate over every cpu in both masks
H A Dcgroup-defs.h194 * iterate through all css's attached to a given cgroup.
H A Ddevice-mapper.h104 * This function must iterate through each section of device used by the
H A Dgenhd.h274 #define DISK_PITER_REVERSE (1 << 0) /* iterate in the reverse direction */
/linux-4.1.27/tools/perf/util/
H A Devlist.h216 * __evlist__for_each - iterate thru all the evsels
217 * @list: list_head instance to iterate
224 * evlist__for_each - iterate thru all the evsels
225 * @evlist: evlist instance to iterate
233 * @list: list_head instance to iterate
241 * @evlist: evlist instance to iterate
248 * __evlist__for_each_reverse - iterate thru all the evsels in reverse order
249 * @list: list_head instance to iterate
256 * evlist__for_each_reverse - iterate thru all the evsels in reverse order
257 * @evlist: evlist instance to iterate
264 * __evlist__for_each_safe - safely iterate thru all the evsels
265 * @list: list_head instance to iterate
273 * evlist__for_each_safe - safely iterate thru all the evsels
274 * @evlist: evlist instance to iterate
H A Dintlist.h60 * intlist_for_each - iterate over a intlist
68 * intlist_for_each_safe - iterate over a intlist safe against removal of
H A Dstrlist.h60 * strlist_for_each - iterate over a strlist
68 * strlist_for_each_safe - iterate over a strlist safe against removal of
H A Dmap.h107 /* map__for_each_symbol - iterate over the symbols in the given map
117 /* map__for_each_symbol_with_name - iterate over the symbols in the given map
H A Ddso.h180 /* dso__for_each_symbol - iterate over the symbols of given type
H A Dsymbol.h64 /* symbols__for_each_entry - iterate over symbols (rb_root)
H A Dsymbol-elf.c61 * elf_symtab__for_each_symbol - iterate thru all the symbols
63 * @syms: struct elf_symtab instance to iterate
/linux-4.1.27/tools/perf/util/include/linux/
H A Dlist.h23 * list_for_each_from - iterate over a list from one of its nodes
/linux-4.1.27/fs/btrfs/
H A Dbackref.h46 iterate_extent_inodes_t *iterate, void *ctx);
50 iterate_extent_inodes_t *iterate, void *ctx);
H A Dulist.c213 * ulist_next - iterate ulist
214 * @ulist: ulist to iterate
220 * This function is used to iterate an ulist.
H A Dbackref.c1145 * to the list. The way we iterate the list allows adding more elements after
1492 * helper function to iterate extent inline refs. ptr must point to a 0 value
1596 iterate_extent_inodes_t *iterate, void *ctx) iterate_leaf_refs()
1605 ret = iterate(eie->inum, eie->offset, root, ctx); iterate_leaf_refs()
1617 * calls iterate() for every inode that references the extent identified by
1624 iterate_extent_inodes_t *iterate, void *ctx) iterate_extent_inodes()
1669 iterate, ctx); iterate_extent_inodes()
1688 iterate_extent_inodes_t *iterate, void *ctx) iterate_inodes_from_logical()
1706 iterate, ctx); iterate_inodes_from_logical()
1716 iterate_irefs_t *iterate, void *ctx) iterate_inode_refs()
1760 /* path must be released before calling iterate()! */ iterate_inode_refs()
1764 ret = iterate(parent, name_len, iterate_inode_refs()
1782 iterate_irefs_t *iterate, void *ctx) iterate_inode_extrefs()
1828 ret = iterate(parent, name_len, iterate_inode_extrefs()
1848 struct btrfs_path *path, iterate_irefs_t *iterate, iterate_irefs()
1854 ret = iterate_inode_refs(inum, fs_root, path, iterate, ctx); iterate_irefs()
1860 ret = iterate_inode_extrefs(inum, fs_root, path, iterate, ctx); iterate_irefs()
1594 iterate_leaf_refs(struct extent_inode_elem *inode_list, u64 root, u64 extent_item_objectid, iterate_extent_inodes_t *iterate, void *ctx) iterate_leaf_refs() argument
1621 iterate_extent_inodes(struct btrfs_fs_info *fs_info, u64 extent_item_objectid, u64 extent_item_pos, int search_commit_root, iterate_extent_inodes_t *iterate, void *ctx) iterate_extent_inodes() argument
1686 iterate_inodes_from_logical(u64 logical, struct btrfs_fs_info *fs_info, struct btrfs_path *path, iterate_extent_inodes_t *iterate, void *ctx) iterate_inodes_from_logical() argument
1714 iterate_inode_refs(u64 inum, struct btrfs_root *fs_root, struct btrfs_path *path, iterate_irefs_t *iterate, void *ctx) iterate_inode_refs() argument
1780 iterate_inode_extrefs(u64 inum, struct btrfs_root *fs_root, struct btrfs_path *path, iterate_irefs_t *iterate, void *ctx) iterate_inode_extrefs() argument
1847 iterate_irefs(u64 inum, struct btrfs_root *fs_root, struct btrfs_path *path, iterate_irefs_t *iterate, void *ctx) iterate_irefs() argument
H A Dsend.c843 * Helper function to iterate the entries in ONE btrfs_inode_ref or
845 * The iterate callback may return a non zero value to stop iteration. This can
852 iterate_inode_ref_t iterate, void *ctx) iterate_inode_ref()
946 ret = iterate(num, dir, index, p, ctx); iterate_inode_ref()
964 * Helper function to iterate the entries in ONE btrfs_dir_item.
965 * The iterate callback may return a non zero value to stop iteration. This can
972 iterate_dir_item_t iterate, void *ctx) iterate_dir_item()
1066 ret = iterate(num, &di_key, buf, name_len, buf + name_len, iterate_dir_item()
4710 * extents that we iterate. is_extent_unchanged()
850 iterate_inode_ref(struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *found_key, int resolve, iterate_inode_ref_t iterate, void *ctx) iterate_inode_ref() argument
970 iterate_dir_item(struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *found_key, iterate_dir_item_t iterate, void *ctx) iterate_dir_item() argument
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dmkregtable.c367 * list_for_each - iterate over a list
376 * list_for_each_prev - iterate over a list backwards
385 * list_for_each_safe - iterate over a list safe against removal of list entry
395 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
406 * list_for_each_entry - iterate over list of given type
417 * list_for_each_entry_reverse - iterate backwards over list of given type.
444 * Continue to iterate over list of given type, continuing after
453 * list_for_each_entry_continue_reverse - iterate backwards from the given point
458 * Start to iterate over list of given type backwards, continuing after
467 * list_for_each_entry_from - iterate over list of given type from the current point
479 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
/linux-4.1.27/drivers/pinctrl/freescale/
H A Dpinctrl-imx1.h37 * elements in .pins so we can iterate over that array
H A Dpinctrl-imx.h41 * elements in .pins so we can iterate over that array
/linux-4.1.27/fs/qnx4/
H A Ddir.c74 .iterate = qnx4_readdir,
/linux-4.1.27/fs/efs/
H A Ddir.c15 .iterate = efs_readdir,
/linux-4.1.27/scripts/gdb/linux/
H A Dtasks.py51 $lx_task_by_pid(PID): Given PID, iterate over all tasks of the target and
H A Dmodules.py44 $lx_module("MODULE"): Given the name MODULE, iterate over all loaded modules
/linux-4.1.27/fs/9p/
H A Dvfs_dir.c104 * v9fs_dir_readdir - iterate through a directory
171 * v9fs_dir_readdir_dotl - iterate through a directory
249 .iterate = v9fs_dir_readdir,
257 .iterate = v9fs_dir_readdir_dotl,
/linux-4.1.27/drivers/base/
H A Dbase.h12 * @klist_devices - the klist to iterate over the @devices_kset
13 * @klist_drivers - the klist to iterate over the @drivers_kset
H A Dclass.c285 * @class: the class we wanna iterate over
287 * @type: device_type of the devices to iterate over, NULL for all
307 * class_dev_iter_next - iterate to the next device
405 * return to the caller and not iterate over any more devices.
H A Ddriver.c75 * return to the caller and not iterate over any more devices.
204 * Call kset_find_obj() to iterate over list of drivers on
H A Dbus.c332 * return to the caller and not iterate over any more devices.
439 * We iterate over each driver that belongs to @bus, and call
813 * Call kset_find_obj() to iterate over list of buses to
1053 * @subsys: the subsys we wanna iterate over
1055 * @type: device_type of the devices to iterate over, NULL for all
1075 * subsys_dev_iter_next - iterate to the next device
/linux-4.1.27/scripts/kconfig/
H A Dlist.h43 * list_for_each_entry - iterate over list of given type
54 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
/linux-4.1.27/tools/usb/usbip/libsrc/
H A Dlist.h106 * list_for_each - iterate over a list
114 * list_for_each_safe - iterate over a list safe against removal of list entry
/linux-4.1.27/drivers/pinctrl/sirf/
H A Dpinctrl-sirf.h75 * elements in .pins so we can iterate over that array
/linux-4.1.27/kernel/sched/
H A Dstats.c81 * to use cpumask_* to iterate over the cpus.
H A Ddebug.c435 * to use cpumask_* to iterate over the cpus.
/linux-4.1.27/lib/
H A Dpercpu_ida.c56 * Then we iterate through the cpus until we find some tags - we don't attempt
332 * percpu_ida_for_each_free - iterate free ids of a pool
333 * @pool: pool to iterate
337 * Note, this doesn't guarantee to iterate all free ids restrictly. Some free
H A Dtimerqueue.c94 * necessary, to iterate through the list of timers in a timer list
H A Dearlycpio.c57 * matching file itself. It can be used to iterate through the cpio
H A Dscatterlist.c447 * @sgl: sg list to iterate over
H A Dassoc_array.c124 * @array: The array to iterate over.
357 * Destructively iterate over an associative array. The caller must prevent
/linux-4.1.27/samples/bpf/
H A Dtest_maps.c70 /* iterate over two elements */ test_hashmap_sanity()
130 /* iterate over two elements */ test_arraymap_sanity()
172 /* iterate through all elements */ test_map_large()
/linux-4.1.27/include/drm/
H A Ddrm_atomic_helper.h122 * drm_atomic_crtc_for_each_plane - iterate over planes currently attached to CRTC
127 * atomic state after it has been checked and swapped. To iterate over the
135 * drm_crtc_atomic_state_for_each_plane - iterate over attached planes in new state
/linux-4.1.27/drivers/staging/android/uapi/
H A Dsync.h92 * To iterate over the sync_pt_infos, use the sync_pt_info.len field.
/linux-4.1.27/drivers/pci/hotplug/
H A Dpciehp_pci.c95 * iterator. Therefore, iterate in reverse so we remove the VFs pciehp_unconfigure_device()
/linux-4.1.27/drivers/pci/
H A Dremove.c70 * iterator. Therefore, iterate in reverse so we remove the VFs pci_stop_bus_device()
H A Dsearch.c41 * DMA, iterate over that too. pci_for_each_dma_alias()
/linux-4.1.27/fs/proc/
H A Dnamespaces.c135 .iterate = proc_ns_dir_readdir,
H A Dfd.c278 .iterate = proc_readfd,
355 .iterate = proc_readfdinfo,
H A Dproc_net.c182 .iterate = proc_tgid_net_readdir,
H A Droot.c234 .iterate = proc_root_readdir,
H A Dgeneric.c321 .iterate = proc_readdir,
H A Dbase.c1949 .iterate = proc_map_files_readdir,
2233 .iterate = proc_attr_dir_readdir,
2651 .iterate = proc_tgid_base_readdir,
2999 .iterate = proc_tid_base_readdir,
3210 .iterate = proc_task_readdir,
/linux-4.1.27/arch/arm64/kernel/
H A Dirq.c94 * Note: we must iterate over all IRQs, whether they have an attached
/linux-4.1.27/mm/
H A Dvmacache.c23 * Single threaded tasks need not iterate the entire vmacache_flush_all()
H A Dcompaction.c935 * This can iterate a massively long zone without finding any isolate_freepages()
1079 * This can potentially iterate a massively long zone with isolate_migratepages()
/linux-4.1.27/fs/affs/
H A Ddir.c23 .iterate = affs_readdir,
/linux-4.1.27/drivers/media/i2c/
H A Daptina-pll.c99 * The first naive approach is to iterate over all p1 values acceptable aptina_pll_calculate()
130 * We can thus iterate over the restricted p1 range defined by the aptina_pll_calculate()
/linux-4.1.27/arch/x86/kernel/
H A Ddumpstack_64.c57 * Make sure we only iterate through an exception in_exception_stack()
80 * iterate through now. Dont look: in_exception_stack()
/linux-4.1.27/drivers/uwb/
H A Ddrp-ie.c265 * zone contents. We iterate over the the bits (MAS) in the zone and set the
292 * know which zones are impacted. We iterate over all the zones
/linux-4.1.27/fs/
H A Dreaddir.c28 if (!file->f_op->iterate) iterate_dir()
42 res = file->f_op->iterate(file, ctx); iterate_dir()
H A Dlibfs.c198 .iterate = dcache_readdir,
1167 .iterate = empty_dir_readdir,
/linux-4.1.27/drivers/edac/
H A Dedac_device_sysfs.c592 /* if this block has 'attributes' then we need to iterate over the list edac_device_delete_block()
715 /* iterate over creation of the instances */ edac_device_create_instances()
737 /* iterate over creation of the instances */ edac_device_delete_instances()
756 /* iterate over the array and create an attribute for each edac_device_add_main_sysfs_attributes()
783 * point to the start of the array and iterate over it edac_device_remove_main_sysfs_attributes()
/linux-4.1.27/fs/coda/
H A Ddir.c427 if (host_file->f_op->iterate) { coda_readdir()
433 ret = host_file->f_op->iterate(host_file, ctx); coda_readdir()
575 .iterate = coda_readdir,
/linux-4.1.27/drivers/irqchip/
H A Dirq-atmel-aic-common.c181 * iterate over the DT to find each occurrence. aic_common_rtt_irq_fixup()
/linux-4.1.27/drivers/scsi/bfa/
H A Dbfad_im.h175 * Internally iterate's over all the ITNIM's part of the im_port & set's the
/linux-4.1.27/crypto/
H A Dsha512_generic.c93 /* now iterate */ sha512_transform()
H A Dsha256_generic.c73 /* now iterate */ sha256_transform()
/linux-4.1.27/fs/udf/
H A Ddir.c196 .iterate = udf_readdir,
/linux-4.1.27/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.h111 * elements in .pins so we can iterate over that array
H A Dpinctrl-abx500.h48 * elements in .pins so we can iterate over that array
/linux-4.1.27/include/scsi/
H A Dscsi_device.h350 * shost_for_each_device - iterate over all devices of a host
352 * @shost: the &struct scsi_host to iterate over
364 * __shost_for_each_device - iterate over all devices of a host (UNLOCKED)
366 * @shost: the &struct scsi_host to iterate over
/linux-4.1.27/arch/arm/kernel/
H A Dirq.c173 * Note: we must iterate over all IRQs, whether they have an attached
/linux-4.1.27/net/mac80211/
H A Dethtool.c98 * and use that. For interface types, iterate through all available ieee80211_get_stats()
/linux-4.1.27/net/sunrpc/
H A Dsocklib.c26 * Possibly called several times to iterate over an sk_buff and copy
/linux-4.1.27/fs/adfs/
H A Ddir.c189 .iterate = adfs_readdir,
/linux-4.1.27/fs/ecryptfs/
H A Dfile.c344 .iterate = ecryptfs_readdir,
363 .iterate = ecryptfs_readdir,
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_hash.h201 * . if rehash is in progress while we try to iterate the hash table,
229 /** wants to iterate */
825 /** iterate over all buckets in @bds (array of struct cfs_hash_bd) */
829 /** iterate over all buckets of @hs */
835 /** iterate over all hlist of bucket @bd */
H A Dlibcfs_cpu.h211 * iterate over all CPU partitions in \a cptab
/linux-4.1.27/fs/afs/
H A Dvlocation.c34 * iterate through the VL servers in a cell until one of them admits knowing
90 * iterate through the VL servers in a cell until one of them admits knowing
368 * - iterate through the VL servers in a cell until one of them admits knowing
H A Ddir.c46 .iterate = afs_readdir,
319 * iterate through the data blob that lists the contents of an AFS directory
666 _debug("failed to iterate dir %pd: %d", afs_d_revalidate()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_common.c443 * @count: number of queues to iterate over
464 * @count: number of queues to iterate over
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dsec_gc.c182 * FIXME here we iterate through the whole list each time which sec_gc_main()
H A Drecover.c101 * But, the {mdc,osc}_replay_open callbacks both iterate ptlrpc_replay_next()
/linux-4.1.27/arch/x86/purgatory/
H A Dsha256.c66 /* now iterate */ sha256_transform()
/linux-4.1.27/drivers/bus/
H A Dbrcmstb_gisb.c219 /* iterate over each GISB arb registered handlers */ brcmstb_bus_error_handler()
/linux-4.1.27/drivers/hid/
H A Dhid-elo.c195 /* iterate sibling devices of the touch controller */ usb_hub_for_each_child()
/linux-4.1.27/fs/openpromfs/
H A Dinode.c169 .iterate = openpromfs_readdir,
/linux-4.1.27/fs/qnx6/
H A Ddir.c280 .iterate = qnx6_readdir,
/linux-4.1.27/fs/reiserfs/
H A Ddir.c23 .iterate = reiserfs_readdir,
/linux-4.1.27/fs/squashfs/
H A Ddir.c234 .iterate = squashfs_readdir,
/linux-4.1.27/fs/sysv/
H A Ddir.c26 .iterate = sysv_readdir,
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_da_format.h243 * variable length, and the accessors in this file should be used to iterate
308 * be used to iterate over them.
442 * be used to iterate over them.
590 * be used to iterate over them.
/linux-4.1.27/drivers/video/fbdev/kyro/
H A DSTG4000InitDevice.c162 * achievable with current OD & R) let's iterate ProgramClock()
/linux-4.1.27/fs/hfs/
H A Ddir.c306 .iterate = hfs_readdir,
/linux-4.1.27/fs/hpfs/
H A Ddir.c327 .iterate = hpfs_readdir,
/linux-4.1.27/fs/isofs/
H A Ddir.c272 .iterate = isofs_readdir,
/linux-4.1.27/include/net/caif/
H A Dcfpkt.h163 * Checksum iteration function used to iterate buffers
/linux-4.1.27/arch/openrisc/kernel/
H A Ddma.c106 * We need to iterate through the pages, clearing the dcache for or1k_dma_alloc()
/linux-4.1.27/arch/arm/include/asm/
H A Dkvm_mmu.h204 * and iterate over the range. __coherent_cache_guest_page()
/linux-4.1.27/fs/bfs/
H A Ddir.c73 .iterate = bfs_readdir,
/linux-4.1.27/fs/freevxfs/
H A Dvxfs_lookup.c61 .iterate = vxfs_readdir,
/linux-4.1.27/net/rds/
H A Dloop.c181 * .laddr_check are missing because transport.c doesn't iterate over
/linux-4.1.27/arch/x86/kernel/cpu/microcode/
H A Damd_early.c165 * truncate how much we need to iterate over in the apply_ucode_in_initrd()
/linux-4.1.27/arch/sparc/kernel/
H A Dpci_fire.c286 /* XXX iterate amongst the 4 IRQ controllers XXX */ pci_fire_msiq_build_irq()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
H A Domap_fb.c313 /* iterate thru all the connectors, returning ones that are attached
/linux-4.1.27/fs/omfs/
H A Ddir.c455 .iterate = omfs_readdir,
/linux-4.1.27/fs/ubifs/
H A Dshrinker.c232 * already an ongoing commit operation there. If no, then iterate for kick_a_thread()
/linux-4.1.27/fs/minix/
H A Ddir.c24 .iterate = minix_readdir,
/linux-4.1.27/include/net/
H A Dnetlink.h424 * nlmsg_for_each_attr - iterate over a stream of attributes
590 * nlmsg_for_each_msg - iterate over a stream of messages
1216 * nla_for_each_attr - iterate over a stream of attributes
1228 * nla_for_each_nested - iterate over nested attributes
H A Dbonding.h75 * bond_for_each_slave - iterate over all slaves
H A Dmac80211.h4505 * reconfiguration (after restart_hw) it will iterate over a new
4508 * @IEEE80211_IFACE_ITER_RESUME_ALL: During resume, iterate over all
4519 * ieee80211_iterate_interfaces - iterate interfaces
4524 * Will iterate over a new interface during add_interface().
4537 * ieee80211_iterate_active_interfaces - iterate active interfaces
4544 * Does not iterate over a new interface during add_interface().
4563 * ieee80211_iterate_active_interfaces_atomic - iterate active interfaces
4569 * Does not iterate over a new interface during add_interface().
4584 * ieee80211_iterate_active_interfaces_rtnl - iterate active interfaces
4603 * ieee80211_iterate_stations_atomic - iterate stations
4791 * ieee80211_iter_keys - iterate keys programmed into the device
4793 * @vif: virtual interface to iterate, may be %NULL for all
4797 * This function can be used to iterate all the keys known to
4818 * ieee80211_iter_chan_contexts_atomic - iterate channel contexts
/linux-4.1.27/kernel/bpf/
H A Dhashtab.c185 /* iterate over buckets */ htab_map_get_next_key()
/linux-4.1.27/arch/m68k/kernel/
H A Dsys_m68k.c503 Make the kernel do the necessary page stuff, then re-iterate. sys_atomic_cmpxchg_32()
/linux-4.1.27/drivers/net/wireless/mwifiex/
H A Dwmm.c952 /* iterate over BSS with the equal priority */ mwifiex_wmm_get_highest_priolist_ptr()
962 /* iterate over the WMM queues of the BSS */ mwifiex_wmm_get_highest_priolist_ptr()
972 /* iterate over receiver addresses */ mwifiex_wmm_get_highest_priolist_ptr()
/linux-4.1.27/drivers/gpu/vga/
H A Dvgaarb.c461 So for every device we register, we need to iterate all its parent bridges
475 /* okay iterate the new devices bridge hierarachy */ vga_arbiter_check_bridge_sharing()
493 /* now iterate the previous devices bridge hierarchy */ vga_arbiter_check_bridge_sharing()
/linux-4.1.27/security/keys/
H A Dkeyring.c481 kleave(" = %d [iterate]", ret); keyring_read()
592 * directly based on its index-key or we can iterate over the entire
670 /* Then manually iterate through the keyrings nested in this one. search_nested_keyrings()
/linux-4.1.27/drivers/media/platform/soc_camera/
H A Dsoc_scale_crop.c167 * complexity: we would have to iterate each border separately. soc_camera_client_s_crop()
/linux-4.1.27/drivers/memory/
H A Dti-aemif.c368 * describe the bus configuration parameters. This functions iterate aemif_probe()
/linux-4.1.27/drivers/scsi/isci/
H A Drequest.h69 * @sgl - track pio transfer progress as we iterate through the sgl
/linux-4.1.27/drivers/spi/
H A Dspi-mpc512x-psc.c178 * iterate over the transfer's TX data length mpc512x_psc_spi_transfer_rxtx()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
H A Dlov_pool.c184 /* iterate to find a non empty entry */ pool_proc_next()
H A Dlov_lock.c245 * sub-operations. Top-operations like lov_lock_{enqueue,use,unuse}() iterate
/linux-4.1.27/arch/sparc/lib/
H A DNG2memcpy.S194 * copy with. We need to ensure that we'll iterate at least
H A DNGmemcpy.S101 * copy with. We need to ensure that we'll iterate at least
/linux-4.1.27/fs/overlayfs/
H A Dreaddir.c522 .iterate = ovl_iterate,
/linux-4.1.27/fs/romfs/
H A Dsuper.c283 .iterate = romfs_readdir,
/linux-4.1.27/fs/hfsplus/
H A Ddir.c572 .iterate = hfsplus_readdir,
/linux-4.1.27/arch/powerpc/kernel/
H A Dpci_dn.c344 /* We started with a phb, iterate all childs */ traverse_pci_devices()
/linux-4.1.27/fs/cramfs/
H A Dinode.c563 .iterate = cramfs_readdir,
/linux-4.1.27/fs/exofs/
H A Ddir.c666 .iterate = exofs_readdir,
/linux-4.1.27/fs/exportfs/
H A Dexpfs.c311 if (!file->f_op->iterate) get_name()
/linux-4.1.27/fs/ext3/
H A Ddir.c530 .iterate = ext3_readdir,
/linux-4.1.27/net/netfilter/
H A Dnf_conntrack_pptp.c459 /* FUTURE: iterate over all calls and check if pptp_outbound_pkt()
/linux-4.1.27/drivers/iommu/
H A Diommu.c421 * iommu_group_for_each_dev - iterate over each device in the group
426 * This function is called by group users to iterate over group devices.
H A Drockchip-iommu.c295 * entire iotlb rather than iterate over individual iovas. rk_iommu_zap_lines()
/linux-4.1.27/drivers/scsi/
H A Dscsi.c1038 * @starget: target whose devices we want to iterate over.
1062 * @starget: target whose devices we want to iterate over.
H A Dsym53c416.c776 /* search scsi_id - fixme, we shouldn't need to iterate for this! */ sym53c416_host_reset()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_flock.c70 * list_for_remaining_safe - iterate over the remaining entries in a list
158 * with, we need to iterate through all blocked POSIX locks for this
/linux-4.1.27/drivers/firmware/efi/
H A Dvars.c1023 * __efivar_entry_iter - iterate over variable list
1076 * efivar_entry_iter - iterate over variable list
/linux-4.1.27/fs/autofs4/
H A Droot.c44 .iterate = dcache_readdir,
56 .iterate = dcache_readdir,
/linux-4.1.27/fs/gfs2/
H A Dfile.c1124 .iterate = gfs2_readdir,
1152 .iterate = gfs2_readdir,
H A Dlops.c200 * relating to the log itself. Here we iterate over the bio_vec
/linux-4.1.27/lib/zlib_deflate/
H A Ddeftree.c419 int n, m; /* iterate over the tree elements */ gen_bitlen()
546 int n, m; /* iterate over heap elements */ build_tree()
/linux-4.1.27/virt/kvm/arm/
H A Dvgic-v3-emul.c881 * If the interrupt routing mode bit is not set, we iterate over all VCPUs to
911 * We iterate over all VCPUs to find the MPIDRs matching the request. vgic_v3_dispatch_sgi()
/linux-4.1.27/kernel/
H A Dcgroup.c375 * for_each_css - iterate all css's of a cgroup
378 * @cgrp: the target cgroup to iterate css's of
390 * for_each_e_css - iterate all effective css's of a cgroup
393 * @cgrp: the target cgroup to iterate css's of
404 * for_each_subsys - iterate all enabled cgroup subsystems
412 /* iterate across the hierarchies */
416 /* iterate over child cgrps, lock should be held throughout iteration */
2005 * cgroup_taskset_next - iterate to the next task in taskset
3634 /* no one should try to iterate before mounting cgroups */ __acquires()
/linux-4.1.27/drivers/md/bcache/
H A Dbset.h53 * to search entire btree nodes and iterate over them in sorted order.
H A Djournal.c277 * iterate over the list in reverse order so that we can just skip that bch_journal_mark()
/linux-4.1.27/drivers/mtd/spi-nor/
H A Dfsl-quadspi.c867 /* iterate the subnodes. */ fsl_qspi_probe()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dadapter.h346 * Macro to iterate across Queue Sets ("rxq" is a historic misnomer).
/linux-4.1.27/drivers/misc/
H A Denclosure.c66 /* parent might not be immediate, so iterate up to enclosure_find()
/linux-4.1.27/drivers/staging/i2o/
H A Dexec-osm.c155 * never be removed, we have to iterate over it every time i2o_msg_post_wait_mem()
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dintel.c674 /* Number of times to iterate */ intel_detect_tlb()
/linux-4.1.27/arch/x86/mm/
H A Dinit.c417 * We need to iterate through the E820 memory map and create direct mappings
/linux-4.1.27/block/
H A Dblk-cgroup.h396 * blk_queue_for_each_rl - iterate through all request_lists of a request_queue
H A Dgenhd.c86 * @disk: disk to iterate over
153 /* iterate to the next partition */ disk_part_iter_next()
/linux-4.1.27/drivers/acpi/
H A Ddock.c170 * iterate over the dependent device list for this dock. If the
/linux-4.1.27/drivers/thunderbolt/
H A Dnhi.c452 * (TX, RX, RX overflow). We iterate over the bits and read a new nhi_interrupt_work()
/linux-4.1.27/fs/quota/
H A Dquota.c773 * It will iterate all superblocks that have quota enabled and call SYSCALL_DEFINE4()
/linux-4.1.27/fs/ufs/
H A Ddir.c659 .iterate = ufs_readdir,
/linux-4.1.27/fs/hostfs/
H A Dhostfs_kern.c401 .iterate = hostfs_readdir,
/linux-4.1.27/fs/hppfs/
H A Dhppfs.c582 .iterate = hppfs_readdir,
/linux-4.1.27/fs/jffs2/
H A Ddir.c43 .iterate = jffs2_readdir,
/linux-4.1.27/fs/logfs/
H A Ddir.c798 .iterate = logfs_readdir,
/linux-4.1.27/fs/nilfs2/
H A Ddir.c669 .iterate = nilfs_readdir,
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
H A Dinode.c241 .iterate = dcache_readdir,
/linux-4.1.27/arch/ia64/kernel/
H A Dsignal.c470 * continue to iterate in this loop so we can deliver the SIGSEGV... ia64_do_signal()
/linux-4.1.27/fs/ext2/
H A Ddir.c724 .iterate = ext2_readdir,
/linux-4.1.27/fs/ext4/
H A Ddir.c637 .iterate = ext4_readdir,
/linux-4.1.27/fs/f2fs/
H A Ddir.c808 .iterate = f2fs_readdir,
/linux-4.1.27/sound/usb/
H A Dmixer_scarlett.c870 /* iterate through controls in info struct and create each one */ scarlett_controls_create_generic()
/linux-4.1.27/drivers/xen/
H A Dgntdev.c418 * closing the vma, but it may still iterate the unmap_ops list. gntdev_vma_close()
/linux-4.1.27/drivers/staging/lustre/lustre/mgc/
H A Dmgc_request.c553 * iterate & processing through the list. for each cld, process mgc_requeue_thread()
1265 /* TODO: iterate all nids to find one */ mgc_apply_recover_logs()
/linux-4.1.27/fs/ceph/
H A Ddir.c1351 .iterate = ceph_readdir,
1360 .iterate = ceph_readdir,
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_req.c1442 * Grab new and iterate. */ do_submit()
1450 * had been processed, skip ahead to commit, and iterate do_submit()
/linux-4.1.27/fs/ocfs2/
H A Dfile.c2648 .iterate = ocfs2_readdir,
2693 .iterate = ocfs2_readdir,
/linux-4.1.27/arch/arm/kvm/
H A Dmmu.c754 * between them, so iterate over all of them to find out if we should stage2_unmap_memslot()
1762 * between them, so iterate over all of them to find out if we can map kvm_arch_prepare_memory_region()
/linux-4.1.27/scripts/dtc/libfdt/
H A Dlibfdt.h707 * To iterate through all nodes matching the criterion, the following
793 * To iterate through all nodes matching the criterion, the following
/linux-4.1.27/drivers/md/
H A Ddm-cache-policy-mq.c271 * Sometimes we want to iterate through entries that have been pushed since
/linux-4.1.27/drivers/net/can/
H A Dat91_can.c850 * We iterate from priv->tx_echo to priv->tx_next and check if the
/linux-4.1.27/drivers/media/platform/s5p-tv/
H A Dmixer_video.c48 /* driver refcnt is increased, it is safe to iterate over devices */ find_and_register_subdev()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
H A Dieee80211.h1223 * for_each_ie - iterate over continuous IEs
/linux-4.1.27/drivers/crypto/
H A Dmv_cesa.c61 * sg helper are used to iterate over the scatterlist. Since the size of the

Completed in 4358 milliseconds

12