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()
492 !list_empty(&lock->ast_list), in dump_lock()
493 !list_empty(&lock->bast_list), in dump_lock()
519 !list_empty(&res->purge), in dump_lockres()
520 !list_empty(&res->dirty), in dump_lockres()
521 !list_empty(&res->recovering), in dump_lockres()
569 if (list_empty(track_list)) { in lockres_seq_start()
772 (list_empty(&dlm->dirty_list) ? "Empty" : "InUse"), in debug_state_print()
773 (list_empty(&dlm->purge_list) ? "Empty" : "InUse"), in debug_state_print()
774 (list_empty(&dlm->pending_asts) ? "Empty" : "InUse"), in debug_state_print()
775 (list_empty(&dlm->pending_basts) ? "Empty" : "InUse")); in debug_state_print()