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

/freebsd-10.3-release/sys/fs/nfsserver/
H A Dnfs_fha_new.h36 SVCTHREAD *fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req);
H A Dnfs_fha_new.c272 SVCTHREAD *
273 fhanew_assign(SVCTHREAD *this_thread, struct svc_req *req)
/freebsd-10.3-release/sys/nfsserver/
H A Dnfs_fha_old.h35 SVCTHREAD *fhaold_assign(SVCTHREAD *this_thread, struct svc_req *req);
H A Dnfs_fha_old.c261 SVCTHREAD *
262 fhaold_assign(SVCTHREAD *this_thread, struct svc_req *req)
/freebsd-10.3-release/sys/nfs/
H A Dnfs_fha.h107 void fha_nd_complete(SVCTHREAD *, struct svc_req *);
108 SVCTHREAD *fha_assign(SVCTHREAD *, struct svc_req *, struct fha_params *);
H A Dnfs_fha.c253 fha_hash_entry_add_thread(struct fha_hash_entry *fhe, SVCTHREAD *thread)
263 fha_hash_entry_remove_thread(struct fha_hash_entry *fhe, SVCTHREAD *thread)
291 static SVCTHREAD *
293 struct fha_hash_entry *fhe, struct fha_info *i, SVCTHREAD *this_thread)
295 SVCTHREAD *thread, *min_thread = NULL;
378 SVCTHREAD *
379 fha_assign(SVCTHREAD *this_thread, struct svc_req *req,
382 SVCTHREAD *thread;
442 fha_nd_complete(SVCTHREAD *thread, struct svc_req *req)
475 SVCTHREAD *threa
[all...]
/freebsd-10.3-release/sys/rpc/
H A Dsvc.h304 } SVCTHREAD; typedef in typeref:struct:__rpc_svcthread
349 typedef SVCTHREAD *pool_assign_fn(SVCTHREAD *, struct svc_req *);
350 typedef void pool_done_fn(SVCTHREAD *, struct svc_req *);
H A Dsvc.c361 SVCTHREAD *st;
1101 SVCTHREAD *st, *stpref;
1363 SVCTHREAD *st;
1413 SVCTHREAD *st;

Completed in 111 milliseconds