Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A 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/drivers/base/
H A Dcore.c1263 LIST_HEAD(sync_list); in device_links_force_bind()
1277 * sync_list because defer_sync is used for both lists. in device_links_force_bind()
1280 __device_links_queue_sync_state(dev, &sync_list); in device_links_force_bind()
1285 device_links_flush_sync_list(&sync_list, NULL);
1371 LIST_HEAD(sync_list); in device_links_driver_bound()
1419 __device_links_queue_sync_state(dev, &sync_list); in __device_links_no_driver()
1461 __device_links_queue_sync_state(supplier, &sync_list); in device_links_no_driver()
1468 device_links_flush_sync_list(&sync_list, dev); in device_links_no_driver()
1871 LIST_HEAD(sync_list); in fw_devlink_unblock_consumers()
1874 class_for_each_device(&devlink_class, NULL, &sync_list, in fw_devlink_unblock_consumers()
[all...]
/linux/fs/
H A Dfs-writeback.c2831 LIST_HEAD(sync_list); in __writeback_inodes_sb_nr()
2852 list_splice_init(&sb->s_inodes_wb, &sync_list);
2861 while (!list_empty(&sync_list)) { in writeback_inodes_sb_nr()
2862 struct inode *inode = list_first_entry(&sync_list, struct inode, in writeback_inodes_sb_nr()