Searched refs:scd_rpc_active (Results 1 – 2 of 2) sorted by relevance
223 LASSERT(list_empty(&scd->scd_rpc_active)); in srpc_service_fini()274 INIT_LIST_HEAD(&scd->scd_rpc_active); in srpc_service_init()676 if (list_empty(&scd->scd_rpc_active)) { in srpc_finish_service()681 rpc = list_entry(scd->scd_rpc_active.next, in srpc_finish_service()747 list_for_each_entry(rpc, &scd->scd_rpc_active, srpc_list) { in srpc_abort_service()779 list_for_each_entry(rpc, &scd->scd_rpc_active, srpc_list) in srpc_shutdown_service()948 list_add_tail(&rpc->srpc_list, &scd->scd_rpc_active); in srpc_server_rpc_done()1531 &scd->scd_rpc_active); in srpc_lnet_ev_handler()
273 struct list_head scd_rpc_active; member