Home
last modified time | relevance | path

Searched refs:sync_list (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dcrypto.c44 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-v6.6/drivers/base/
Dcore.c1179 LIST_HEAD(sync_list); in device_links_supplier_sync_state_resume()
1196 __device_links_queue_sync_state(dev, &sync_list); in device_links_supplier_sync_state_resume()
1201 device_links_flush_sync_list(&sync_list, NULL); in device_links_supplier_sync_state_resume()
1288 LIST_HEAD(sync_list); in device_links_driver_bound()
1342 __device_links_queue_sync_state(dev, &sync_list); in device_links_driver_bound()
1384 __device_links_queue_sync_state(supplier, &sync_list); in device_links_driver_bound()
1391 device_links_flush_sync_list(&sync_list, dev); in device_links_driver_bound()
1793 LIST_HEAD(sync_list); in fw_devlink_probing_done()
1796 class_for_each_device(&devlink_class, NULL, &sync_list, in fw_devlink_probing_done()
1799 device_links_flush_sync_list(&sync_list, NULL); in fw_devlink_probing_done()
/Linux-v6.6/fs/
Dfs-writeback.c2553 LIST_HEAD(sync_list); in wait_sb_inodes()
2574 list_splice_init(&sb->s_inodes_wb, &sync_list); in wait_sb_inodes()
2583 while (!list_empty(&sync_list)) { in wait_sb_inodes()
2584 struct inode *inode = list_first_entry(&sync_list, struct inode, in wait_sb_inodes()