Searched refs:sync_list (Results 1 – 2 of 2) sorted by relevance
32 struct list_head sync_list; member311 INIT_LIST_HEAD(&bucket->sync_list); in dr_icm_bucket_init()319 list_splice_tail_init(&bucket->sync_list, &bucket->free_list); in dr_icm_bucket_cleanup()358 list_splice_tail_init(&bucket->hot_list, &bucket->sync_list); in dr_icm_chill_bucket_start()365 list_splice_tail_init(&bucket->sync_list, &bucket->free_list); in dr_icm_chill_bucket_end()372 list_splice_tail_init(&bucket->sync_list, &bucket->hot_list); in dr_icm_chill_bucket_abort()
2367 LIST_HEAD(sync_list); in wait_sb_inodes()2388 list_splice_init(&sb->s_inodes_wb, &sync_list); in wait_sb_inodes()2397 while (!list_empty(&sync_list)) { in wait_sb_inodes()2398 struct inode *inode = list_first_entry(&sync_list, struct inode, in wait_sb_inodes()