Searched refs:rte_mempool_ops_table (Results 1 – 3 of 3) sorted by relevance
17 struct rte_mempool_ops_table rte_mempool_ops_table = { variable29 rte_spinlock_lock(&rte_mempool_ops_table.sl); in rte_mempool_register_ops()31 if (rte_mempool_ops_table.num_ops >= in rte_mempool_register_ops()33 rte_spinlock_unlock(&rte_mempool_ops_table.sl); in rte_mempool_register_ops()41 rte_spinlock_unlock(&rte_mempool_ops_table.sl); in rte_mempool_register_ops()48 rte_spinlock_unlock(&rte_mempool_ops_table.sl); in rte_mempool_register_ops()55 ops_index = rte_mempool_ops_table.num_ops++; in rte_mempool_register_ops()56 ops = &rte_mempool_ops_table.ops[ops_index]; in rte_mempool_register_ops()68 rte_spinlock_unlock(&rte_mempool_ops_table.sl); in rte_mempool_register_ops()176 rte_mempool_ops_table.ops[i].name)) { in rte_mempool_set_ops_byname()[all …]
26 rte_mempool_ops_table;
652 struct rte_mempool_ops_table { struct662 extern struct rte_mempool_ops_table rte_mempool_ops_table; argument678 return &rte_mempool_ops_table.ops[ops_index]; in rte_mempool_get_ops()