Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_icm_pool.c32 struct list_head sync_list; member
308 INIT_LIST_HEAD(&bucket->sync_list); in dr_icm_bucket_init()
316 list_splice_tail_init(&bucket->sync_list, &bucket->free_list); in dr_icm_bucket_cleanup()
355 list_splice_tail_init(&bucket->hot_list, &bucket->sync_list); in dr_icm_chill_bucket_start()
362 list_splice_tail_init(&bucket->sync_list, &bucket->free_list); in dr_icm_chill_bucket_end()
369 list_splice_tail_init(&bucket->sync_list, &bucket->hot_list); in dr_icm_chill_bucket_abort()
/Linux-v5.10/fs/
Dfs-writeback.c2371 LIST_HEAD(sync_list); in wait_sb_inodes()
2392 list_splice_init(&sb->s_inodes_wb, &sync_list); in wait_sb_inodes()
2401 while (!list_empty(&sync_list)) { in wait_sb_inodes()
2402 struct inode *inode = list_first_entry(&sync_list, struct inode, in wait_sb_inodes()
/Linux-v5.10/drivers/base/
Dcore.c1013 LIST_HEAD(sync_list); in device_links_supplier_sync_state_resume()
1030 __device_links_queue_sync_state(dev, &sync_list); in device_links_supplier_sync_state_resume()
1035 device_links_flush_sync_list(&sync_list, NULL); in device_links_supplier_sync_state_resume()
1088 LIST_HEAD(sync_list); in device_links_driver_bound()
1126 __device_links_queue_sync_state(dev, &sync_list); in device_links_driver_bound()
1156 __device_links_queue_sync_state(supplier, &sync_list); in device_links_driver_bound()
1163 device_links_flush_sync_list(&sync_list, dev); in device_links_driver_bound()