Home
last modified time | relevance | path

Searched refs:unlink (Results 1 – 23 of 23) sorted by relevance

/dpdk/doc/guides/linux_gsg/
H A Dlinux_eal_parameters.rst87 * ``--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 Deal_args.include.rst113 ``--no-shconf`` and (if applicable) ``--huge-unlink``.
/dpdk/lib/telemetry/
H A Dtelemetry.c443 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 Dtest_eal_fs.c164 unlink(filename); in test_parse_sysfs_value()
174 unlink(filename); in test_parse_sysfs_value()
/dpdk/drivers/event/cnxk/
H A Dcn10k_eventdev.c630 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 Dcn9k_eventdev.c880 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 Dssovf_evdev.c313 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 Drte_os_shim.h32 #define unlink(path) _unlink(path) macro
/dpdk/usertools/
H A Ddpdk-telemetry-client.py53 os.unlink(self.file_path)
/dpdk/lib/eal/linux/
H A Deal_memalloc.c344 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 Deal_memory.c365 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 Deventdev_trace_points.c23 lib.eventdev.port.unlink)
/dpdk/lib/eal/common/
H A Deal_common_proc.c569 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 Deal_common_fbarray.c1028 if (unlink(path)) { in rte_fbarray_destroy()
/dpdk/drivers/net/nfp/
H A Dnfp_cpp_bridge.c317 unlink("/tmp/nfp_cpp"); in nfp_cpp_bridge_service_func()
/dpdk/doc/guides/howto/
H A Dvirtio_user_for_container_networking.rst101 * Cannot work with --huge-unlink option. As we need to reopen the hugepage
/dpdk/examples/vhost_blk/
H A Dvhost_blk.c810 unlink(dev_pathname); in vhost_blk_ctrlr_construct()
/dpdk/lib/vhost/
H A Dsocket.c1053 unlink(path); in rte_vhost_driver_unregister()
H A Dvhost_user.c1502 unlink(fname); in inflight_mem_alloc()
/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.c685 unlink(dev->path); in virtio_user_dev_uninit()
/dpdk/doc/guides/rel_notes/
H A Drelease_22_03.rst16 The new mode is activated with ``--huge-unlink=never``
H A Drelease_16_07.rst100 * Doesn't work with ``--huge-unlink``.
/dpdk/doc/guides/prog_guide/
H A Denv_abstraction_layer.rst275 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``.