Searched refs:destroy_list (Results 1 – 3 of 3) sorted by relevance
51 struct list_head destroy_list; member512 struct list_head *destroy_list) in mlx5_crypto_dek_bulk_handle_avail() argument520 list_add(&bulk->entry, destroy_list); in mlx5_crypto_dek_bulk_handle_avail()551 LIST_HEAD(destroy_list); in mlx5_crypto_dek_pool_reset_synced()582 if (!list_empty(&destroy_list)) { in mlx5_crypto_dek_pool_reset_synced()584 &pool->destroy_list); in mlx5_crypto_dek_pool_reset_synced()674 LIST_HEAD(destroy_list); in mlx5_crypto_dek_destroy_work_fn()677 &destroy_list); in mlx5_crypto_dek_destroy_work_fn()678 mlx5_crypto_dek_free_destroy_list(&destroy_list); in mlx5_crypto_dek_destroy_work_fn()701 INIT_LIST_HEAD(&pool->destroy_list); in mlx5_crypto_dek_pool_create()[all …]
344 list_for_each_entry_safe(dev, n, &port->destroy_list, disco_list_node) { in sas_destruct_devices()405 list_move_tail(&dev->disco_list_node, &port->destroy_list); in sas_unregister_dev()
332 INIT_LIST_HEAD(&port->destroy_list); in sas_init_port()
Completed in 8 milliseconds