Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dcrypto.c51 struct list_head destroy_list; member
512 struct list_head *destroy_list) in mlx5_crypto_dek_bulk_handle_avail() argument
520 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()
556 mlx5_crypto_dek_bulk_handle_avail(pool, bulk, &destroy_list); in mlx5_crypto_dek_pool_reset_synced()
566 mlx5_crypto_dek_bulk_handle_avail(pool, bulk, &destroy_list); in mlx5_crypto_dek_pool_reset_synced()
574 if (mlx5_crypto_dek_bulk_handle_avail(pool, bulk, &destroy_list)) { in mlx5_crypto_dek_pool_reset_synced()
582 if (!list_empty(&destroy_list)) { in mlx5_crypto_dek_pool_reset_synced()
583 mlx5_crypto_dek_pool_splice_destroy_list(pool, &destroy_list, in mlx5_crypto_dek_pool_reset_synced()
584 &pool->destroy_list); in mlx5_crypto_dek_pool_reset_synced()
[all …]
/linux/drivers/scsi/libsas/
H A Dsas_discover.c344 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()
H A Dsas_port.c332 INIT_LIST_HEAD(&port->destroy_list); in sas_init_port()
/linux/include/scsi/
H A Dlibsas.h241 struct list_head destroy_list; member
/linux/include/net/netfilter/
H A Dnf_tables.h1908 struct list_head destroy_list; member
/linux/net/netfilter/
H A Dnf_tables_api.c10012 list_splice_init(&nft_net->destroy_list, &head); in nf_tables_trans_destroy_work()
10488 list_splice_tail_init(&nft_net->commit_list, &nft_net->destroy_list); in nf_tables_commit_release()
11899 INIT_LIST_HEAD(&nft_net->destroy_list); in nf_tables_init_net()
11947 WARN_ON_ONCE(!list_empty(&nft_net->destroy_list)); in nf_tables_exit_net()