Searched refs:scd_rpc_active (Results 1 – 2 of 2) sorted by relevance
222 LASSERT(list_empty(&scd->scd_rpc_active)); in srpc_service_fini()273 INIT_LIST_HEAD(&scd->scd_rpc_active); in srpc_service_init()674 if (list_empty(&scd->scd_rpc_active)) { in srpc_finish_service()679 rpc = list_entry(scd->scd_rpc_active.next, in srpc_finish_service()746 list_for_each_entry(rpc, &scd->scd_rpc_active, srpc_list) { in srpc_abort_service()778 list_for_each_entry(rpc, &scd->scd_rpc_active, srpc_list) in srpc_shutdown_service()946 list_add_tail(&rpc->srpc_list, &scd->scd_rpc_active); in srpc_server_rpc_done()1527 &scd->scd_rpc_active); in srpc_lnet_ev_handler()
273 struct list_head scd_rpc_active; member