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