Searched refs:destroy_list (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | crypto.c | 51 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/fs/notify/ |
| H A D | mark.c | 85 static LIST_HEAD(destroy_list); 440 list_add(&mark->g_list, &destroy_list); in fsnotify_put_mark() 993 list_replace_init(&destroy_list, &private_destroy_list); in fsnotify_mark_destroy_workfn()
|
| /linux/fs/nfs/ |
| H A D | write.c | 327 nfs_destroy_unlinked_subrequests(struct nfs_page *destroy_list, in nfs_destroy_unlinked_subrequests() argument 331 while (destroy_list) { in nfs_destroy_unlinked_subrequests() 332 struct nfs_page *subreq = destroy_list; in nfs_destroy_unlinked_subrequests() 334 destroy_list = (subreq->wb_this_page == old_head) ? in nfs_destroy_unlinked_subrequests() 387 struct nfs_page *destroy_list = NULL; in nfs_join_page_group() local 421 destroy_list = head->wb_this_page; in nfs_join_page_group() 425 nfs_destroy_unlinked_subrequests(destroy_list, head, inode); in nfs_join_page_group()
|
| /linux/drivers/scsi/libsas/ |
| H A D | sas_discover.c | 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()
|
| H A D | sas_port.c | 332 INIT_LIST_HEAD(&port->destroy_list); in sas_init_port()
|
| /linux/include/net/netfilter/ |
| H A D | nf_tables.h | 1927 struct list_head destroy_list; in nft_pernet() 1909 struct list_head destroy_list; global() member
|
| /linux/net/netfilter/ |
| H A D | nf_tables_api.c | 10304 list_splice_init(&nft_net->destroy_list, &head); in nf_tables_commit_chain_prepare() 10780 list_splice_tail_init(&nft_net->commit_list, &nft_net->destroy_list); in nf_tables_commit_audit_alloc() 12181 INIT_LIST_HEAD(&nft_net->destroy_list); in nf_tables_exit_net() 12229 WARN_ON_ONCE(!list_empty(&nft_net->destroy_list)); in nf_tables_module_init()
|