Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
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()
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 …]
/linux-6.3-rc2/fs/notify/
A Dmark.c85 static LIST_HEAD(destroy_list);
341 list_add(&mark->g_list, &destroy_list); in fsnotify_put_mark()
895 list_replace_init(&destroy_list, &private_destroy_list); in fsnotify_mark_destroy_workfn()
/linux-6.3-rc2/fs/nfs/
A Dwrite.c449 nfs_destroy_unlinked_subrequests(struct nfs_page *destroy_list, in nfs_destroy_unlinked_subrequests() argument
453 while (destroy_list) { in nfs_destroy_unlinked_subrequests()
454 struct nfs_page *subreq = destroy_list; in nfs_destroy_unlinked_subrequests()
456 destroy_list = (subreq->wb_this_page == old_head) ? in nfs_destroy_unlinked_subrequests()
509 struct nfs_page *destroy_list = NULL; in nfs_join_page_group() local
543 destroy_list = head->wb_this_page; in nfs_join_page_group()
547 nfs_destroy_unlinked_subrequests(destroy_list, head, inode); in nfs_join_page_group()
/linux-6.3-rc2/drivers/scsi/libsas/
A Dsas_discover.c344 list_for_each_entry_safe(dev, n, &port->destroy_list, disco_list_node) { in sas_destruct_devices()
376 list_move_tail(&dev->disco_list_node, &port->destroy_list); in sas_unregister_dev()
A Dsas_port.c334 INIT_LIST_HEAD(&port->destroy_list); in sas_init_port()
/linux-6.3-rc2/include/scsi/
A Dlibsas.h251 struct list_head destroy_list; member

Completed in 25 milliseconds