Searched defs:ptlrpc_service_part (Results 1 – 1 of 1) sorted by relevance
2033 struct ptlrpc_service_part { struct2035 struct ptlrpc_service *scp_service __cfs_cacheline_aligned;2037 int scp_cpt;2039 int scp_thr_nextid;2041 int scp_nthrs_starting;2043 int scp_nthrs_stopping;2045 int scp_nthrs_running;2047 struct list_head scp_threads;2054 spinlock_t scp_lock __cfs_cacheline_aligned;2056 int scp_nrqbds_total;[all …]