Lines Matching refs:list_empty
70 (list_empty(&lock->ast_list) ? 'y' : 'n'), in __dlm_print_lock()
72 (list_empty(&lock->bast_list) ? 'y' : 'n'), in __dlm_print_lock()
95 list_empty(&res->purge) ? "no" : "yes"); in __dlm_print_one_lock_resource()
98 list_empty(&res->dirty) ? "no" : "yes", in __dlm_print_one_lock_resource()
99 list_empty(&res->recovering) ? "no" : "yes", in __dlm_print_one_lock_resource()
284 !list_empty(&mle->hb_events), in dump_mle()
477 !list_empty(&lock->ast_list), in dump_lock()
478 !list_empty(&lock->bast_list), in dump_lock()
504 !list_empty(&res->purge), in dump_lockres()
505 !list_empty(&res->dirty), in dump_lockres()
506 !list_empty(&res->recovering), in dump_lockres()
554 if (list_empty(track_list)) { in lockres_seq_start()
757 (list_empty(&dlm->dirty_list) ? "Empty" : "InUse"), in debug_state_print()
758 (list_empty(&dlm->purge_list) ? "Empty" : "InUse"), in debug_state_print()
759 (list_empty(&dlm->pending_asts) ? "Empty" : "InUse"), in debug_state_print()
760 (list_empty(&dlm->pending_basts) ? "Empty" : "InUse")); in debug_state_print()