DPDK 21.11.9
rte_eal_memconfig.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2014 Intel Corporation
3 */
4
5#ifndef _RTE_EAL_MEMCONFIG_H_
6#define _RTE_EAL_MEMCONFIG_H_
7
8#include <stdbool.h>
9
10#include <rte_compat.h>
11
18#ifdef __cplusplus
19extern "C" {
20#endif
21
25void
27
31void
33
37void
39
43void
45
49void
51
55void
57
61void
63
67void
69
73void
75
79void
81
85void
87
91void
93
97void
99
103void
105
110bool
112
113#ifdef __cplusplus
114}
115#endif
116
117#endif /*__RTE_EAL_MEMCONFIG_H_*/
void rte_mcfg_timer_lock(void)
void rte_mcfg_mempool_write_lock(void)
void rte_mcfg_mempool_read_lock(void)
void rte_mcfg_mem_write_lock(void)
bool rte_mcfg_get_single_file_segments(void)
void rte_mcfg_mem_read_lock(void)
void rte_mcfg_tailq_write_lock(void)
void rte_mcfg_tailq_write_unlock(void)
void rte_mcfg_mempool_write_unlock(void)
void rte_mcfg_mempool_read_unlock(void)
void rte_mcfg_mem_write_unlock(void)
void rte_mcfg_timer_unlock(void)
void rte_mcfg_mem_read_unlock(void)
void rte_mcfg_tailq_read_lock(void)
void rte_mcfg_tailq_read_unlock(void)