Lines Matching refs:svc_xprt

28 static struct svc_deferred_req *svc_deferred_dequeue(struct svc_xprt *xprt);
32 static void svc_delete_xprt(struct svc_xprt *xprt);
134 struct svc_xprt *xprt = in svc_xprt_free()
135 container_of(kref, struct svc_xprt, xpt_ref); in svc_xprt_free()
149 void svc_xprt_put(struct svc_xprt *xprt) in svc_xprt_put()
160 struct svc_xprt *xprt, struct svc_serv *serv) in svc_xprt_init()
180 static struct svc_xprt *__svc_xpo_create(struct svc_xprt_class *xcl, in __svc_xpo_create()
228 static void svc_xprt_received(struct svc_xprt *xprt) in svc_xprt_received()
245 void svc_add_new_perm_xprt(struct svc_serv *serv, struct svc_xprt *new) in svc_add_new_perm_xprt()
262 struct svc_xprt *newxprt; in _svc_create_xprt()
310 void svc_xprt_copy_addrs(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_xprt_copy_addrs()
337 static bool svc_xprt_slots_in_range(struct svc_xprt *xprt) in svc_xprt_slots_in_range()
345 static bool svc_xprt_reserve_slot(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_xprt_reserve_slot()
358 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_xprt_release_slot()
365 static bool svc_xprt_has_something_to_do(struct svc_xprt *xprt) in svc_xprt_has_something_to_do()
379 void svc_xprt_do_enqueue(struct svc_xprt *xprt) in svc_xprt_do_enqueue()
430 void svc_xprt_enqueue(struct svc_xprt *xprt) in svc_xprt_enqueue()
441 static struct svc_xprt *svc_xprt_dequeue(struct svc_pool *pool) in svc_xprt_dequeue()
443 struct svc_xprt *xprt = NULL; in svc_xprt_dequeue()
451 struct svc_xprt, xpt_ready); in svc_xprt_dequeue()
475 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_reserve()
486 struct svc_xprt *xprt = rqstp->rq_xprt; in svc_xprt_release()
585 struct svc_xprt *xprt = NULL; in svc_check_conn_limits()
598 struct svc_xprt, in svc_check_conn_limits()
680 static struct svc_xprt *svc_get_next_xprt(struct svc_rqst *rqstp, long timeout) in svc_get_next_xprt()
733 static void svc_add_new_temp_xprt(struct svc_serv *serv, struct svc_xprt *newxpt) in svc_add_new_temp_xprt()
749 static int svc_handle_xprt(struct svc_rqst *rqstp, struct svc_xprt *xprt) in svc_handle_xprt()
763 struct svc_xprt *newxpt; in svc_handle_xprt()
803 struct svc_xprt *xprt = NULL; in svc_recv()
872 struct svc_xprt *xprt; in svc_send()
915 struct svc_xprt *xprt; in svc_age_temp_xprts()
928 xprt = list_entry(le, struct svc_xprt, xpt_list); in svc_age_temp_xprts()
957 struct svc_xprt *xprt; in svc_age_temp_xprts_now()
963 xprt = list_entry(le, struct svc_xprt, xpt_list); in svc_age_temp_xprts_now()
975 xprt = list_entry(le, struct svc_xprt, xpt_list); in svc_age_temp_xprts_now()
985 static void call_xpt_users(struct svc_xprt *xprt) in call_xpt_users()
1001 static void svc_delete_xprt(struct svc_xprt *xprt) in svc_delete_xprt()
1027 void svc_close_xprt(struct svc_xprt *xprt) in svc_close_xprt()
1045 struct svc_xprt *xprt; in svc_close_list()
1060 static struct svc_xprt *svc_dequeue_net(struct svc_serv *serv, struct net *net) in svc_dequeue_net()
1063 struct svc_xprt *xprt; in svc_dequeue_net()
1064 struct svc_xprt *tmp; in svc_dequeue_net()
1085 struct svc_xprt *xprt; in svc_clean_up_xprts()
1125 struct svc_xprt *xprt = dr->xprt; in svc_revisit()
1220 static struct svc_deferred_req *svc_deferred_dequeue(struct svc_xprt *xprt) in svc_deferred_dequeue()
1255 struct svc_xprt *svc_find_xprt(struct svc_serv *serv, const char *xcl_name, in svc_find_xprt()
1259 struct svc_xprt *xprt; in svc_find_xprt()
1260 struct svc_xprt *found = NULL; in svc_find_xprt()
1285 static int svc_one_xprt_name(const struct svc_xprt *xprt, in svc_one_xprt_name()
1312 struct svc_xprt *xprt; in svc_xprt_names()