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

/freebsd-11.0-release/sys/kern/
H A Dsubr_witness.c216 u_int ll_count; member in struct:lock_list_entry
1100 if (lock_list == NULL || lock_list->ll_count == 0)
1114 if (lock_list == NULL || lock_list->ll_count == 0) {
1166 plock = &lock_list->ll_children[lock_list->ll_count - 1];
1168 if (lock_list->ll_count > 1)
1170 &lock_list->ll_children[lock_list->ll_count - 2];
1180 plock = &lle->ll_children[lle->ll_count - 1];
1235 for (i = lle->ll_count - 1; i >= 0; i--, j++) {
1361 i = lle->ll_count - 1;
1448 if (lle == NULL || lle->ll_count
[all...]

Completed in 33 milliseconds