Searched refs:SVCTHREAD (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_fha_new.h | 100 SVCTHREAD *fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req); 101 void fhanew_nd_complete(SVCTHREAD *, struct svc_req *);
|
H A D | nfs_fha_new.c | 418 fha_hash_entry_add_thread(struct fha_hash_entry *fhe, SVCTHREAD *thread) in fha_hash_entry_add_thread() 428 fha_hash_entry_remove_thread(struct fha_hash_entry *fhe, SVCTHREAD *thread) in fha_hash_entry_remove_thread() 456 static SVCTHREAD * 458 struct fha_hash_entry *fhe, struct fha_info *i, SVCTHREAD *this_thread) in fha_hash_entry_choose_thread() 460 SVCTHREAD *thread, *min_thread = NULL; in fha_hash_entry_choose_thread() 546 SVCTHREAD * 547 fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req) in fhanew_assign() 550 SVCTHREAD *thread; in fhanew_assign() 611 fhanew_nd_complete(SVCTHREAD *thread, struct svc_req *req) in fhanew_nd_complete() 649 SVCTHREAD *thread; in fhenew_stats_sysctl()
|
/freebsd/sys/rpc/ |
H A D | svc.h | 317 } SVCTHREAD; typedef 362 typedef SVCTHREAD *pool_assign_fn(SVCTHREAD *, struct svc_req *); 363 typedef void pool_done_fn(SVCTHREAD *, struct svc_req *);
|
H A D | svc.c | 403 SVCTHREAD *st; in xprt_assignthread() 1161 SVCTHREAD *st, *stpref; in svc_run_internal() 1424 SVCTHREAD *st; in svc_exit() 1474 SVCTHREAD *st; in svc_freereq()
|