DPDK  19.08.2
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 <rte_compat.h>
9 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
23 void
25 
29 void
31 
35 void
37 
41 void
43 
47 void
49 
53 void
55 
59 void
61 
65 void
67 
71 void
73 
77 void
79 
83 void
85 
89 void
91 
98 __rte_experimental
99 void
100 rte_mcfg_timer_lock(void);
101 
108 __rte_experimental
109 void
111 
112 #ifdef __cplusplus
113 }
114 #endif
115 
116 #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)
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)