Searched refs:sync_list (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | crypto.c | 44 struct list_head sync_list; member 444 list_move(&bulk->entry, &pool->sync_list); in mlx5_crypto_dek_free_locked() 571 list_for_each_entry_safe(bulk, tmp, &pool->sync_list, entry) { in mlx5_crypto_dek_pool_reset_synced() 697 INIT_LIST_HEAD(&pool->sync_list); in mlx5_crypto_dek_pool_create() 722 list_for_each_entry_safe(bulk, tmp, &pool->sync_list, entry) in mlx5_crypto_dek_pool_destroy()
|
| /linux/fs/ |
| H A D | fs-writeback.c | 2851 LIST_HEAD(sync_list); in wait_sb_inodes() 2872 list_splice_init(&sb->s_inodes_wb, &sync_list); in wait_sb_inodes() 2881 while (!list_empty(&sync_list)) { in wait_sb_inodes() 2882 struct inode *inode = list_first_entry(&sync_list, struct inode, in wait_sb_inodes()
|