| /dpdk/doc/guides/linux_gsg/ |
| H A D | linux_eal_parameters.rst | 87 * ``--huge-unlink[=existing|always|never]`` 89 No ``--huge-unlink`` option or ``--huge-unlink=existing`` is the default: 93 With ``--huge-unlink`` (no value) or ``--huge-unlink=always``, 98 When ``--huge-unlink=never`` is specified, existing hugepage files
|
| H A D | eal_args.include.rst | 113 ``--no-shconf`` and (if applicable) ``--huge-unlink``.
|
| /dpdk/lib/telemetry/ |
| H A D | telemetry.c | 443 unlink(v2_socket.path); in unlink_sockets() 445 unlink(v1_socket.path); in unlink_sockets() 481 unlink(sun.sun_path); in create_socket() 491 unlink(sun.sun_path); in create_socket() 540 unlink(v1_socket.path); in telemetry_legacy_init() 594 unlink(v2_socket.path); in telemetry_v2_init()
|
| /dpdk/app/test/ |
| H A D | test_eal_fs.c | 164 unlink(filename); in test_parse_sysfs_value() 174 unlink(filename); in test_parse_sysfs_value()
|
| /dpdk/drivers/event/cnxk/ |
| H A D | cn10k_eventdev.c | 630 uint16_t unlink; in cn10k_sso_port_unlink() local 632 for (unlink = 0; unlink < nb_unlinks; unlink++) in cn10k_sso_port_unlink() 633 hwgrp_ids[unlink] = queues[unlink]; in cn10k_sso_port_unlink()
|
| H A D | cn9k_eventdev.c | 880 uint16_t unlink; in cn9k_sso_port_unlink() local 882 for (unlink = 0; unlink < nb_unlinks; unlink++) in cn9k_sso_port_unlink() 883 hwgrp_ids[unlink] = queues[unlink]; in cn9k_sso_port_unlink()
|
| /dpdk/drivers/event/octeontx/ |
| H A D | ssovf_evdev.c | 313 uint16_t unlink; in ssovf_port_unlink() local 320 for (unlink = 0; unlink < nb_unlinks; unlink++) { in ssovf_port_unlink() 321 val = queues[unlink]; in ssovf_port_unlink()
|
| /dpdk/lib/eal/windows/include/ |
| H A D | rte_os_shim.h | 32 #define unlink(path) _unlink(path) macro
|
| /dpdk/usertools/ |
| H A D | dpdk-telemetry-client.py | 53 os.unlink(self.file_path)
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_memalloc.c | 344 if (unlink(path) < 0) { in get_seg_fd() 485 unlink(path)) in close_hugefile() 593 if (unlink(path)) { in alloc_seg() 728 unlink(path); in alloc_seg() 791 unlink(path); in free_seg()
|
| H A D | eal_memory.c | 365 unlink(hugepg_tbl[i].filepath); in map_all_hugepages() 587 if (hp->orig_va != NULL && unlink(hp->filepath)) { in unlink_hugepage_files() 637 if (unlink(hp->filepath) == -1) { in unmap_unneeded_hugepages()
|
| /dpdk/lib/eventdev/ |
| H A D | eventdev_trace_points.c | 23 lib.eventdev.port.unlink)
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_proc.c | 569 unlink(un.sun_path); /* May still exist since last run */ in open_socket_fd() 589 unlink(path); in close_socket_fd() 722 unlink(dst_path); in send_msg()
|
| H A D | eal_common_fbarray.c | 1028 if (unlink(path)) { in rte_fbarray_destroy()
|
| /dpdk/drivers/net/nfp/ |
| H A D | nfp_cpp_bridge.c | 317 unlink("/tmp/nfp_cpp"); in nfp_cpp_bridge_service_func()
|
| /dpdk/doc/guides/howto/ |
| H A D | virtio_user_for_container_networking.rst | 101 * Cannot work with --huge-unlink option. As we need to reopen the hugepage
|
| /dpdk/examples/vhost_blk/ |
| H A D | vhost_blk.c | 810 unlink(dev_pathname); in vhost_blk_ctrlr_construct()
|
| /dpdk/lib/vhost/ |
| H A D | socket.c | 1053 unlink(path); in rte_vhost_driver_unregister()
|
| H A D | vhost_user.c | 1502 unlink(fname); in inflight_mem_alloc()
|
| /dpdk/drivers/net/virtio/virtio_user/ |
| H A D | virtio_user_dev.c | 685 unlink(dev->path); in virtio_user_dev_uninit()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_22_03.rst | 16 The new mode is activated with ``--huge-unlink=never``
|
| H A D | release_16_07.rst | 100 * Doesn't work with ``--huge-unlink``.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | env_abstraction_layer.rst | 275 if ``--huge-unlink`` is given to avoid polluting hugetlbfs. 286 One exception is ``--huge-unlink=never`` mode. 974 Dirty elements only appear with ``--huge-unlink=never``.
|