Searched refs:xcl (Results 1 – 1 of 1) sorted by relevance
84 INIT_LIST_HEAD(&xcl->xcl_list); in svc_reg_xprt_class()103 list_del_init(&xcl->xcl_list); in svc_unreg_xprt_class()122 struct svc_xprt_class *xcl; in svc_print_xprts() local132 xcl->xcl_name, xcl->xcl_max_payload); in svc_print_xprts()190 xprt->xpt_class = xcl; in svc_xprt_init()191 xprt->xpt_ops = xcl->xcl_ops; in svc_xprt_init()247 xcl->xcl_name, sap, len, xprt); in __svc_xpo_create()293 struct svc_xprt_class *xcl; in _svc_xprt_create() local300 if (strcmp(xprt_name, xcl->xcl_name)) in _svc_xprt_create()303 if (!try_module_get(xcl->xcl_owner)) in _svc_xprt_create()[all …]
Completed in 5 milliseconds