Home
last modified time | relevance | path

Searched refs:pending_asts (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/dlm/
H A Ddlmthread.c579 while (!list_empty(&dlm->pending_asts)) { in dlm_flush_asts()
580 lock = list_entry(dlm->pending_asts.next, in dlm_flush_asts()
H A Ddlmast.c126 list_add_tail(&lock->ast_list, &dlm->pending_asts); in __dlm_queue_ast()
H A Ddlmcommon.h117 struct list_head pending_asts; member
H A Ddlmdebug.c759 (list_empty(&dlm->pending_asts) ? "Empty" : "InUse"), in debug_state_print()
H A Ddlmdomain.c2008 INIT_LIST_HEAD(&dlm->pending_asts); in dlm_alloc_ctxt()
/kernel/linux/linux-6.6/fs/ocfs2/dlm/
H A Ddlmthread.c577 while (!list_empty(&dlm->pending_asts)) { in dlm_flush_asts()
578 lock = list_entry(dlm->pending_asts.next, in dlm_flush_asts()
H A Ddlmast.c124 list_add_tail(&lock->ast_list, &dlm->pending_asts); in __dlm_queue_ast()
H A Ddlmcommon.h112 struct list_head pending_asts; member
H A Ddlmdebug.c757 (list_empty(&dlm->pending_asts) ? "Empty" : "InUse"), in debug_state_print()
H A Ddlmdomain.c2003 INIT_LIST_HEAD(&dlm->pending_asts); in dlm_alloc_ctxt()

Completed in 16 milliseconds