Searched refs:sync_list (Results 1 – 3 of 3) sorted by relevance
/openbmc/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()
|
/openbmc/linux/drivers/base/ |
H A D | core.c | 1197 LIST_HEAD(sync_list); in device_links_supplier_sync_state_resume() 1214 __device_links_queue_sync_state(dev, &sync_list); in device_links_supplier_sync_state_resume() 1219 device_links_flush_sync_list(&sync_list, NULL); in device_links_supplier_sync_state_resume() 1306 LIST_HEAD(sync_list); in device_links_driver_bound() 1360 __device_links_queue_sync_state(dev, &sync_list); in device_links_driver_bound() 1402 __device_links_queue_sync_state(supplier, &sync_list); in device_links_driver_bound() 1409 device_links_flush_sync_list(&sync_list, dev); in device_links_driver_bound() 1811 LIST_HEAD(sync_list); in fw_devlink_probing_done() 1814 class_for_each_device(&devlink_class, NULL, &sync_list, in fw_devlink_probing_done() 1817 device_links_flush_sync_list(&sync_list, NULL); in fw_devlink_probing_done()
|
/openbmc/linux/fs/ |
H A D | fs-writeback.c | 2573 LIST_HEAD(sync_list); in wait_sb_inodes() 2594 list_splice_init(&sb->s_inodes_wb, &sync_list); in wait_sb_inodes() 2603 while (!list_empty(&sync_list)) { in wait_sb_inodes() 2604 struct inode *inode = list_first_entry(&sync_list, struct inode, in wait_sb_inodes()
|