Searched refs:fd_list (Results 1 – 1 of 1) sorted by relevance
103 } fd_list[RTE_MAX_MEMSEG_LISTS]; variable559 fd_list[list_idx].count++; in alloc_seg()680 fd_list[list_idx].count--; in alloc_seg()691 if (fd_list[list_idx].count == 0) in alloc_seg()1463 fd_list[list_idx].fds = data; in alloc_list()1464 fd_list[list_idx].len = len; in alloc_list()1466 fd_list[list_idx].fds = NULL; in alloc_list()1467 fd_list[list_idx].len = 0; in alloc_list()1470 fd_list[list_idx].count = 0; in alloc_list()1505 if (fd_list[list_idx].len == 0) { in eal_memalloc_set_seg_fd()[all …]