| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_changelist.c | 99 uu_avl_walk_t *walk; in changelist_prefix() local 152 uu_avl_walk_end(walk); in changelist_prefix() 173 uu_avl_walk_t *walk; in changelist_postfix() local 279 uu_avl_walk_end(walk); in changelist_postfix() 314 uu_avl_walk_t *walk; in changelist_rename() local 340 uu_avl_walk_end(walk); in changelist_rename() 351 uu_avl_walk_t *walk; in changelist_unshare() local 367 uu_avl_walk_end(walk); in changelist_unshare() 390 uu_avl_walk_t *walk; in changelist_remove() local 405 uu_avl_walk_end(walk); in changelist_remove() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | ddt_zap.c | 115 ddt_zap_walk(objset_t *os, uint64_t object, ddt_entry_t *dde, uint64_t *walk) in ddt_zap_walk() argument 121 if (*walk == 0) { in ddt_zap_walk() 131 zap_cursor_init_serialized(&zc, os, object, *walk); in ddt_zap_walk() 146 *walk = zap_cursor_serialize(&zc); in ddt_zap_walk()
|
| H A D | ddt.c | 217 uint64_t *walk, ddt_entry_t *dde) in ddt_object_walk() argument 222 ddt->ddt_object[type][class], dde, walk)); in ddt_object_walk()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-hfa.h | 133 } walk; member 218 } walk; member 271 } walk; member 328 } walk; member
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_diagnosis.c | 314 uu_list_walk_t *walk; in zfs_purge_cases() local 349 walk = uu_list_walk_start(zfs_cases, UU_WALK_ROBUST); in zfs_purge_cases() 350 while ((zcp = uu_list_walk_next(walk)) != NULL) { in zfs_purge_cases() 354 uu_list_walk_end(walk); in zfs_purge_cases() 960 uu_list_walk_t *walk; in _zfs_diagnosis_fini() local 966 walk = uu_list_walk_start(zfs_cases, UU_WALK_ROBUST); in _zfs_diagnosis_fini() 967 while ((zcp = uu_list_walk_next(walk)) != NULL) { in _zfs_diagnosis_fini() 974 uu_list_walk_end(walk); in _zfs_diagnosis_fini()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_iter.c | 396 uu_avl_walk_t *walk; in zfs_for_each() local 498 if ((walk = uu_avl_walk_start(cb.cb_avl, UU_WALK_ROBUST)) == NULL) in zfs_for_each() 501 while ((node = uu_avl_walk_next(walk)) != NULL) { in zfs_for_each() 507 uu_avl_walk_end(walk); in zfs_for_each()
|
| H A D | zfs_main.c | 3172 uu_avl_walk_t *walk; in zfs_do_userspace() local 3404 while ((node = uu_avl_walk_next(walk)) != NULL) { in zfs_do_userspace() 3409 uu_avl_walk_end(walk); in zfs_do_userspace() 6035 uu_avl_walk_t *walk; in print_uge_deleg_perms() local 6037 if ((walk = uu_avl_walk_start(who_avl, UU_WALK_ROBUST)) == NULL) in print_uge_deleg_perms() 6040 while ((who_node = uu_avl_walk_next(walk)) != NULL) { in print_uge_deleg_perms() 6102 uu_avl_walk_end(walk); in print_uge_deleg_perms() 7355 uu_avl_walk_t *walk; in unshare_unmount() local 7461 if ((walk = uu_avl_walk_start(tree, in unshare_unmount() 7465 while ((node = uu_avl_walk_next(walk)) != NULL) { in unshare_unmount() [all …]
|
| /f-stack/dpdk/buildtools/pkg-config/ |
| H A D | set-static-linker-flags.py | 35 for root, dirs, files in os.walk(os.environ['MESON_BUILD_ROOT']):
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/acl/ |
| H A D | acl_common.h | 50 uint64_t (*walk)(void *, uint64_t, int aclcnt, uint16_t *, uint16_t *,
|
| /f-stack/dpdk/buildtools/ |
| H A D | call-sphinx-build.py | 27 for root, dirs, files in os.walk(src):
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_iter.c | 214 uu_avl_walk_t *walk; in pool_list_free() local 217 if ((walk = uu_avl_walk_start(zlp->zl_avl, UU_WALK_ROBUST)) == NULL) { in pool_list_free() 223 while ((node = uu_avl_walk_next(walk)) != NULL) { in pool_list_free() 229 uu_avl_walk_end(walk); in pool_list_free()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | ddt.h | 178 uint64_t *walk); 187 enum ddt_class clazz, uint64_t *walk, ddt_entry_t *dde);
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | graph_lib.rst | 25 - Low overhead graph walk and node enqueue. 28 - Allow having another graph walk implementation in the future by segregating 124 While performing the graph walk, the ``process()`` function of all the source 215 Context update when graph walk in action 219 It may be possible that in slow-path or after the graph walk-in action,
|
| H A D | eventdev.rst | 136 walk-through: 184 The remainder of this walk-through assumes that dev_id is 0. 219 These queues are used for the remainder of this walk-through. 261 These ports are used for the remainder of this walk-through.
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward_graph.rst | 24 interconnected in graph framework. Application main loop needs to walk over 307 rte_graph_walk() will walk over all the sources nodes i.e ``ethdev_rx-X-Y``
|
| H A D | ipv4_multicast.rst | 254 walk though all segments of the input packet and for each of segment,
|
| /f-stack/tools/libxo/doc/ |
| H A D | getting.rst | 96 The following sections will walk through each of these steps with
|
| /f-stack/dpdk/usertools/ |
| H A D | dpdk-devbind.py | 153 for base, dirs, _ in os.walk("/sys/bus/pci/devices/%s/" % dev_id):
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | acl_common.c | 1658 uint64_t (*walk)(void *, uint64_t, int aclcnt, in ace_trivial_common() 1666 while ((cookie = walk(acep, cookie, aclcnt, &flags, &type, &mask))) { in ace_trivial_common()
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | zfs_acl.c | 1267 uint64_t (*walk)(void *, uint64_t, int aclcnt, in ace_trivial_common() 1275 while ((cookie = walk(acep, cookie, aclcnt, &flags, &type, &mask))) { in ace_trivial_common()
|
| /f-stack/freebsd/contrib/openzfs/tests/test-runner/bin/ |
| H A D | test-runner.py.in | 932 for dirname, _, filenames in os.walk(p):
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_18_11.rst | 371 for any users of memseg-walk-related functions, as they will now have to skip
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 1924 uint64_t walk = 0; in dump_ddt() local 1964 while ((error = ddt_object_walk(ddt, type, class, &walk, &dde)) == 0) in dump_ddt() 1965 dump_dde(ddt, &dde, walk); in dump_ddt()
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 1948 resource manager (AcpiWalkResourceBuffer) to walk and parse this list of 3205 initial namespace device discovery walk. The _SUB method has been seen to 8040 walks. On control method exit, only walk the namespace if the method is 9134 that is currently being examined by a walk. Adds a new file, utlock.c, 10186 between an exiting control method and a running namespace walk. (Reported 19059 The so-called "third pass parse" has been replaced by a final walk
|