Lines Matching refs:list_empty
68 (list_empty(&lock->ast_list) ? 'y' : 'n'), in __dlm_print_lock()
70 (list_empty(&lock->bast_list) ? 'y' : 'n'), in __dlm_print_lock()
93 list_empty(&res->purge) ? "no" : "yes"); in __dlm_print_one_lock_resource()
96 list_empty(&res->dirty) ? "no" : "yes", in __dlm_print_one_lock_resource()
97 list_empty(&res->recovering) ? "no" : "yes", in __dlm_print_one_lock_resource()
282 !list_empty(&mle->hb_events), in dump_mle()
475 !list_empty(&lock->ast_list), in dump_lock()
476 !list_empty(&lock->bast_list), in dump_lock()
502 !list_empty(&res->purge), in dump_lockres()
503 !list_empty(&res->dirty), in dump_lockres()
504 !list_empty(&res->recovering), in dump_lockres()
552 if (list_empty(track_list)) { in lockres_seq_start()
755 (list_empty(&dlm->dirty_list) ? "Empty" : "InUse"), in debug_state_print()
756 (list_empty(&dlm->purge_list) ? "Empty" : "InUse"), in debug_state_print()
757 (list_empty(&dlm->pending_asts) ? "Empty" : "InUse"), in debug_state_print()
758 (list_empty(&dlm->pending_basts) ? "Empty" : "InUse")); in debug_state_print()