Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/locking/
H A Dpercpu-rwsem.c290 static LIST_HEAD(destroy_list);
299 list_splice_init(&destroy_list, &to_destroy); in destroy_list_workfn()
316 list_add_tail(&sem->destroy_list_entry, &destroy_list); in percpu_rwsem_async_destroy()
/OK3568_Linux_fs/kernel/fs/notify/
H A Dmark.c85 static LIST_HEAD(destroy_list);
274 list_add(&mark->g_list, &destroy_list); in fsnotify_put_mark()
833 list_replace_init(&destroy_list, &private_destroy_list); in fsnotify_mark_destroy_workfn()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dwrite.c447 nfs_destroy_unlinked_subrequests(struct nfs_page *destroy_list, in nfs_destroy_unlinked_subrequests() argument
451 while (destroy_list) { in nfs_destroy_unlinked_subrequests()
452 struct nfs_page *subreq = destroy_list; in nfs_destroy_unlinked_subrequests()
454 destroy_list = (subreq->wb_this_page == old_head) ? in nfs_destroy_unlinked_subrequests()
507 struct nfs_page *destroy_list = NULL; in nfs_join_page_group() local
541 destroy_list = head->wb_this_page; in nfs_join_page_group()
545 nfs_destroy_unlinked_subrequests(destroy_list, head, inode); in nfs_join_page_group()
/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A Dsas_discover.c345 list_for_each_entry_safe(dev, n, &port->destroy_list, disco_list_node) { in sas_destruct_devices()
377 list_move_tail(&dev->disco_list_node, &port->destroy_list); in sas_unregister_dev()
H A Dsas_port.c323 INIT_LIST_HEAD(&port->destroy_list); in sas_init_port()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dodp.c588 struct list_head destroy_list; in mlx5_ib_free_implicit_mr() local
593 INIT_LIST_HEAD(&destroy_list); in mlx5_ib_free_implicit_mr()
623 list_add(&mtt->odp_destroy.elm, &destroy_list); in mlx5_ib_free_implicit_mr()
640 list_for_each_entry_safe (mtt, tmp, &destroy_list, odp_destroy.elm) in mlx5_ib_free_implicit_mr()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dlibsas.h251 struct list_head destroy_list; member