Lines Matching refs:list_empty
85 (list_empty(&lock->ast_list) ? 'y' : 'n'), in __dlm_print_lock()
87 (list_empty(&lock->bast_list) ? 'y' : 'n'), in __dlm_print_lock()
110 list_empty(&res->purge) ? "no" : "yes"); in __dlm_print_one_lock_resource()
113 list_empty(&res->dirty) ? "no" : "yes", in __dlm_print_one_lock_resource()
114 list_empty(&res->recovering) ? "no" : "yes", in __dlm_print_one_lock_resource()
299 !list_empty(&mle->hb_events), in dump_mle()
512 !list_empty(&lock->ast_list), in dump_lock()
513 !list_empty(&lock->bast_list), in dump_lock()
539 !list_empty(&res->purge), in dump_lockres()
540 !list_empty(&res->dirty), in dump_lockres()
541 !list_empty(&res->recovering), in dump_lockres()
589 if (list_empty(track_list)) { in lockres_seq_start()
792 (list_empty(&dlm->dirty_list) ? "Empty" : "InUse"), in debug_state_print()
793 (list_empty(&dlm->purge_list) ? "Empty" : "InUse"), in debug_state_print()
794 (list_empty(&dlm->pending_asts) ? "Empty" : "InUse"), in debug_state_print()
795 (list_empty(&dlm->pending_basts) ? "Empty" : "InUse")); in debug_state_print()