Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log.c200 list_for_each_entry(tic, &head->waiters, t_queue) in xlog_grant_head_wake_all()
231 list_for_each_entry(tic, &head->waiters, t_queue) { in xlog_grant_head_wake()
252 list_add_tail(&tic->t_queue, &head->waiters); in xlog_grant_head_wait()
275 list_del_init(&tic->t_queue); in xlog_grant_head_wait()
278 list_del_init(&tic->t_queue); in xlog_grant_head_wait()
296 * head->waiters because the t_queue list head will be empty and we hold the
3232 INIT_LIST_HEAD(&tic->t_queue); in xlog_ticket_alloc()
H A Dxfs_log_priv.h148 struct list_head t_queue; /* reserve/write queue */ member