DPDK 22.11.4
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
17#ifdef __cplusplus
18extern "C" {
19#endif
20
24void
26
30void
32
36void
38
42void
44
48void
50
54void
56
60void
62
66void
68
72void
74
78void
80
84void
86
90void
92
96void
98
102void
104
109bool
111
112#ifdef __cplusplus
113}
114#endif
115
116#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)