Home
last modified time | relevance | path

Searched refs:mem_alloc_validator_list (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_memalloc.c42 static struct mem_alloc_validator_entry_list mem_alloc_validator_list = variable
43 TAILQ_HEAD_INITIALIZER(mem_alloc_validator_list);
63 TAILQ_FOREACH(r, &mem_alloc_validator_list, next) { in find_mem_alloc_validator()
294 TAILQ_INSERT_TAIL(&mem_alloc_validator_list, entry, next); in eal_memalloc_mem_alloc_validator_register()
332 TAILQ_REMOVE(&mem_alloc_validator_list, entry, next); in eal_memalloc_mem_alloc_validator_unregister()
353 TAILQ_FOREACH(entry, &mem_alloc_validator_list, next) { in eal_memalloc_mem_alloc_validate()