Home
last modified time | relevance | path

Searched refs:ll_count (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_witness.c216 u_int ll_count; member
1215 if (lock_list->ll_count > 1) in witness_checkorder()
1424 i = lle->ll_count - 1; in witness_checkorder()
1737 (*lock_list)->ll_count - 1); in witness_unlock()
1741 (*lock_list)->ll_count--; in witness_unlock()
1753 if ((*lock_list)->ll_count == 0) { in witness_unlock()
1775 if (lle->ll_count != 0) { in witness_thread_exit()
1813 for (i = lle->ll_count - 1; i >= 0; i--) { in witness_warn()
2241 for (i = lle->ll_count - 1; i >= 0; i--) { in find_instance()
2303 return (td->td_sleeplocks->ll_count != 0); in witness_thread_has_locks()
[all …]