Home
last modified time | relevance | path

Searched refs:hr_partitions (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c217 struct ptlrpc_hr_partition **hr_partitions; member
235 hrp = ptlrpc_hr.hr_partitions[svcpt->scp_cpt]; in ptlrpc_hr_select()
241 hrp = ptlrpc_hr.hr_partitions[rotor]; in ptlrpc_hr_select()
2231 cfs_percpt_for_each(hrp, i, ptlrpc_hr.hr_partitions) { in ptlrpc_stop_hr_threads()
2238 cfs_percpt_for_each(hrp, i, ptlrpc_hr.hr_partitions) { in ptlrpc_stop_hr_threads()
2253 cfs_percpt_for_each(hrp, i, ptlrpc_hr.hr_partitions) { in ptlrpc_start_hr_threads()
2489 ptlrpc_hr.hr_partitions = cfs_percpt_alloc(ptlrpc_hr.hr_cpt_table, in ptlrpc_hr_init()
2491 if (ptlrpc_hr.hr_partitions == NULL) in ptlrpc_hr_init()
2498 cfs_percpt_for_each(hrp, i, ptlrpc_hr.hr_partitions) { in ptlrpc_hr_init()
2540 if (ptlrpc_hr.hr_partitions == NULL) in ptlrpc_hr_fini()
[all …]