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

/freebsd-9.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-9.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-9.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 SVCTHREAD *
293 struct fha_hash_entry *fhe, struct fha_info *i, SVCTHREAD *this_thread);
295 SVCTHREAD *
297 struct fha_hash_entry *fhe, struct fha_info *i, SVCTHREAD *this_thread)
299 SVCTHREAD *thread, *min_thread = NULL;
382 SVCTHREAD *
383 fha_assign(SVCTHREAD *this_thread, struct svc_req *req,
386 SVCTHREAD *threa
[all...]
/freebsd-9.3-release/sys/rpc/
H A Dsvc.h304 } SVCTHREAD; typedef in typeref:struct:__rpc_svcthread
327 typedef SVCTHREAD *pool_assign_fn(SVCTHREAD *, struct svc_req *);
328 typedef void pool_done_fn(SVCTHREAD *, struct svc_req *);
H A Dsvc.c253 SVCTHREAD *st;
337 SVCTHREAD *st;
1076 SVCTHREAD *st, *stpref;
1335 SVCTHREAD *st;
1382 SVCTHREAD *st;

Completed in 303 milliseconds