Searched refs:sync_list (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
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-6.3-rc2/fs/ |
A D | fs-writeback.c | 2539 LIST_HEAD(sync_list); in wait_sb_inodes() 2560 list_splice_init(&sb->s_inodes_wb, &sync_list); in wait_sb_inodes() 2569 while (!list_empty(&sync_list)) { in wait_sb_inodes() 2570 struct inode *inode = list_first_entry(&sync_list, struct inode, in wait_sb_inodes()
|
/linux-6.3-rc2/drivers/base/ |
A D | core.c | 1198 LIST_HEAD(sync_list); in device_links_supplier_sync_state_resume() 1215 __device_links_queue_sync_state(dev, &sync_list); in device_links_supplier_sync_state_resume() 1220 device_links_flush_sync_list(&sync_list, NULL); in device_links_supplier_sync_state_resume() 1307 LIST_HEAD(sync_list); in device_links_driver_bound() 1361 __device_links_queue_sync_state(dev, &sync_list); in device_links_driver_bound() 1403 __device_links_queue_sync_state(supplier, &sync_list); in device_links_driver_bound() 1410 device_links_flush_sync_list(&sync_list, dev); in device_links_driver_bound()
|
Completed in 16 milliseconds