Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A 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()
/OK3568_Linux_fs/kernel/fs/
H A Dfs-writeback.c2357 LIST_HEAD(sync_list); in wait_sb_inodes()
2378 list_splice_init(&sb->s_inodes_wb, &sync_list); in wait_sb_inodes()
2387 while (!list_empty(&sync_list)) { in wait_sb_inodes()
2388 struct inode *inode = list_first_entry(&sync_list, struct inode, in wait_sb_inodes()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcore.c1102 LIST_HEAD(sync_list); in device_links_supplier_sync_state_resume()
1119 __device_links_queue_sync_state(dev, &sync_list); in device_links_supplier_sync_state_resume()
1124 device_links_flush_sync_list(&sync_list, NULL); in device_links_supplier_sync_state_resume()
1174 LIST_HEAD(sync_list); in device_links_driver_bound()
1221 __device_links_queue_sync_state(dev, &sync_list); in device_links_driver_bound()
1251 __device_links_queue_sync_state(supplier, &sync_list); in device_links_driver_bound()
1258 device_links_flush_sync_list(&sync_list, dev); in device_links_driver_bound()