Home
last modified time | relevance | path

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

/dpdk/lib/eal/linux/
H A Deal_memalloc.c1258 int p_idx, l_chunk_len, p_chunk_len, ret; in sync_status() local
1280 while (p_idx >= 0) { in sync_status()
1285 p_idx); in sync_status()
1287 p_idx); in sync_status()
1290 p_idx); in sync_status()
1292 p_idx); in sync_status()
1308 start = p_idx + l_chunk_len; in sync_status()
1309 end = p_idx + p_chunk_len; in sync_status()
1319 next_chunk_search_idx = p_idx + p_chunk_len; in sync_status()
1323 p_idx = rte_fbarray_find_next_used(p_arr, in sync_status()
[all …]