DPDK  22.07.0
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
19 extern "C" {
20 #endif
21 
25 void
27 
31 void
33 
37 void
39 
43 void
45 
49 void
51 
55 void
57 
61 void
63 
67 void
69 
73 void
75 
79 void
81 
85 void
87 
91 void
93 
97 void
99 
103 void
105 
110 bool
112 
113 #ifdef __cplusplus
114 }
115 #endif
116 
117 #endif /*__RTE_EAL_MEMCONFIG_H_*/
void rte_mcfg_tailq_write_unlock(void)
void rte_mcfg_timer_unlock(void)
bool rte_mcfg_get_single_file_segments(void)
void rte_mcfg_mempool_write_lock(void)
void rte_mcfg_mem_read_unlock(void)
void rte_mcfg_mempool_read_lock(void)
void rte_mcfg_mem_write_lock(void)
void rte_mcfg_tailq_write_lock(void)
void rte_mcfg_timer_lock(void)
void rte_mcfg_mempool_read_unlock(void)
void rte_mcfg_tailq_read_unlock(void)
void rte_mcfg_mempool_write_unlock(void)
void rte_mcfg_mem_read_lock(void)
void rte_mcfg_tailq_read_lock(void)
void rte_mcfg_mem_write_unlock(void)