Home
last modified time | relevance | path

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

/linux/fs/
H A Dfs-writeback.c1494 * @delaying_queue to @dispatch_queue.
1497 struct list_head *dispatch_queue, in move_expired_inodes() argument
1523 /* just one sb in list, splice to dispatch_queue and we're done */ in move_expired_inodes()
1525 list_splice(&tmp, dispatch_queue); in move_expired_inodes()
1530 * Although inode's i_io_list is moved from 'tmp' to 'dispatch_queue', in move_expired_inodes()
1540 list_move(&inode->i_io_list, dispatch_queue); in move_expired_inodes()