Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_log.c215 list_for_each_entry(tic, &head->waiters, t_queue) in xlog_grant_head_wake_all()
247 list_for_each_entry(tic, &head->waiters, t_queue) { in xlog_grant_head_wake()
294 list_add_tail(&tic->t_queue, &head->waiters); in xlog_grant_head_wait()
315 list_del_init(&tic->t_queue); in xlog_grant_head_wait()
318 list_del_init(&tic->t_queue); in xlog_grant_head_wait()
3542 INIT_LIST_HEAD(&tic->t_queue); in xlog_ticket_alloc()
Dxfs_log_priv.h146 struct list_head t_queue; /* reserve/write queue */ member