DPDK  21.02.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 
100 __rte_experimental
101 void
102 rte_mcfg_timer_lock(void);
103 
110 __rte_experimental
111 void
113 
121 __rte_experimental
122 bool
124 
125 #ifdef __cplusplus
126 }
127 #endif
128 
129 #endif /*__RTE_EAL_MEMCONFIG_H_*/
void rte_mcfg_tailq_write_unlock(void)
void rte_mcfg_mempool_write_lock(void)
void rte_mcfg_mem_read_unlock(void)
__rte_experimental void rte_mcfg_timer_unlock(void)
__rte_experimental bool rte_mcfg_get_single_file_segments(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_mempool_read_unlock(void)
__rte_experimental void rte_mcfg_timer_lock(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)