Searched refs:st_p2 (Results 1 – 2 of 2) sorted by relevance
422 thread->st_p2 = 0; in fha_hash_entry_add_thread()432 KASSERT(thread->st_p2 == 0, in fha_hash_entry_remove_thread()433 ("%d reqs on removed thread %p", thread->st_p2, thread)); in fha_hash_entry_remove_thread()465 req_count = thread->st_p2; in fha_hash_entry_choose_thread()528 "fha: %p(%d)t", thread, thread->st_p2); in fha_hash_entry_choose_thread()587 thread->st_p2++; in fhanew_assign()629 thread->st_p2--; in fhanew_nd_complete()630 KASSERT(thread->st_p2 >= 0, ("Negative request count %d on %p", in fhanew_nd_complete()631 thread->st_p2, thread)); in fhanew_nd_complete()632 if (thread->st_p2 == 0) { in fhanew_nd_complete()[all …]
315 int st_p2; /* application workspace */ member