Home
last modified time | relevance | path

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

/Linux-v6.1/fs/gfs2/
Dglock.c1487 struct list_head *insert_pt = NULL; in add_to_queue() local
1527 if (unlikely((gh->gh_flags & LM_FLAG_PRIORITY) && !insert_pt)) in add_to_queue()
1528 insert_pt = &gh2->gh_list; in add_to_queue()
1533 if (likely(insert_pt == NULL)) { in add_to_queue()
1539 list_add_tail(&gh->gh_list, insert_pt); in add_to_queue()