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

/freebsd-12-stable/sys/kern/
H A Dsubr_witness.c215 u_int ll_count; member in struct:lock_list_entry
1146 if (lock_list == NULL || lock_list->ll_count == 0)
1160 if (lock_list == NULL || lock_list->ll_count == 0) {
1212 plock = &lock_list->ll_children[lock_list->ll_count - 1];
1214 if (lock_list->ll_count > 1)
1216 &lock_list->ll_children[lock_list->ll_count - 2];
1226 plock = &lle->ll_children[lle->ll_count - 1];
1281 for (i = lle->ll_count - 1; i >= 0; i--, j++) {
1405 i = lle->ll_count - 1;
1492 if (lle == NULL || lle->ll_count
[all...]

Completed in 129 milliseconds