Searched refs:cfs_cpt_weight (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | libcfs_cpu.c | 101 cfs_cpt_weight(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_weight() function 105 EXPORT_SYMBOL(cfs_cpt_weight);
|
D | module.c | 710 rc = min(cfs_cpt_weight(cfs_cpt_table, CFS_CPT_ANY), 4); in init_libcfs_module()
|
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | module.c | 114 int nthrs = cfs_cpt_weight(lnet_cpt_table(), i); in lnet_selftest_init()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_cpu.h | 133 int cfs_cpt_weight(struct cfs_cpt_table *cptab, int cpt);
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-cpu.c | 238 cfs_cpt_weight(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_weight() function 246 EXPORT_SYMBOL(cfs_cpt_weight); 892 if (cfs_cpt_weight(cptab, cpt) != 0) { in cfs_cpt_table_create_pattern()
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | lib-msg.c | 592 container->msc_nfinalizers = cfs_cpt_weight(lnet_cpt_table(), cpt); in lnet_msg_container_setup()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | ptlrpcd.c | 822 nthreads = cfs_cpt_weight(cptable, cpt); in ptlrpcd_init()
|
D | service.c | 394 weight = cfs_cpt_weight(svc->srv_cptable, CFS_CPT_ANY); in ptlrpc_server_nthreads_check() 422 weight = cfs_cpt_weight(svc->srv_cptable, 0); in ptlrpc_server_nthreads_check() 2504 hrp->hrp_nthrs = cfs_cpt_weight(ptlrpc_hr.hr_cpt_table, i); in ptlrpc_hr_init()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd.c | 2396 nthrs = cfs_cpt_weight(lnet_cpt_table(), i); in ksocknal_base_startup() 2690 nthrs = cfs_cpt_weight(lnet_cpt_table(), in ksocknal_start_schedulers()
|
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.c | 2603 nthrs = cfs_cpt_weight(lnet_cpt_table(), i); in kiblnd_base_startup() 2658 nthrs = cfs_cpt_weight(lnet_cpt_table(), in kiblnd_start_schedulers()
|