Searched refs:valid_entry (Results 1 – 2 of 2) sorted by relevance
651 valid_entry = NULL; in ice_res_pool_alloc()657 valid_entry = entry; in ice_res_pool_alloc()660 if (!valid_entry || in ice_res_pool_alloc()662 valid_entry = entry; in ice_res_pool_alloc()667 if (!valid_entry) { in ice_res_pool_alloc()675 if (valid_entry->len == num) { in ice_res_pool_alloc()676 LIST_REMOVE(valid_entry, next); in ice_res_pool_alloc()690 entry->base = valid_entry->base; in ice_res_pool_alloc()692 valid_entry->base += num; in ice_res_pool_alloc()693 valid_entry->len -= num; in ice_res_pool_alloc()[all …]
5012 valid_entry = entry; in i40e_res_pool_free()5039 len = valid_entry->len; in i40e_res_pool_free()5046 rte_free(valid_entry); in i40e_res_pool_free()5047 valid_entry = next; in i40e_res_pool_free()5060 valid_entry = NULL; in i40e_res_pool_free()5063 valid_entry = NULL; in i40e_res_pool_free()5102 valid_entry = NULL; in i40e_res_pool_alloc()5108 valid_entry = entry; in i40e_res_pool_alloc()5111 if (valid_entry == NULL || valid_entry->len > entry->len) in i40e_res_pool_alloc()5112 valid_entry = entry; in i40e_res_pool_alloc()[all …]