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

/freebsd-9.3-release/sys/nfs/
H A Dnfs_fha.c257 thread->st_p2 = 0;
267 KASSERT(thread->st_p2 == 0,
268 ("%d reqs on removed thread %p", thread->st_p2, thread));
307 req_count = thread->st_p2;
364 "fha: %p(%d)t", thread, thread->st_p2);
424 thread->st_p2++;
461 thread->st_p2--;
462 KASSERT(thread->st_p2 >= 0, ("Negative request count %d on %p",
463 thread->st_p2, thread));
464 if (thread->st_p2
[all...]
/freebsd-9.3-release/sys/rpc/
H A Dsvc.h302 int st_p2; /* application workspace */ member in struct:__rpc_svcthread

Completed in 105 milliseconds