Searched refs:avail_list (Results 1 – 1 of 1) sorted by relevance
39 struct list_head avail_list; /* all keys are available to use */ member388 bulk = list_first_entry_or_null(&pool->avail_list, in mlx5_crypto_dek_pool_pop()514 if (list_empty(&pool->avail_list)) { in mlx5_crypto_dek_bulk_handle_avail()515 list_move(&bulk->entry, &pool->avail_list); in mlx5_crypto_dek_bulk_handle_avail()694 INIT_LIST_HEAD(&pool->avail_list); in mlx5_crypto_dek_pool_create()716 list_for_each_entry_safe(bulk, tmp, &pool->avail_list, entry) in mlx5_crypto_dek_pool_destroy()