Searched refs:cfs_cpt_weight (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/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 | 425 rc = min(cfs_cpt_weight(cfs_cpt_table, CFS_CPT_ANY), 4); in init_libcfs_module()
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | module.c | 114 int nthrs = cfs_cpt_weight(lnet_cpt_table(), i); in lnet_selftest_init()
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_cpu.h | 133 int cfs_cpt_weight(struct cfs_cpt_table *cptab, int cpt);
|
/linux-4.1.27/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); 891 if (cfs_cpt_weight(cptab, cpt) != 0) { in cfs_cpt_table_create_pattern()
|
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | service.c | 537 weight = cfs_cpt_weight(svc->srv_cptable, CFS_CPT_ANY); in ptlrpc_server_nthreads_check() 565 weight = cfs_cpt_weight(svc->srv_cptable, 0); in ptlrpc_server_nthreads_check() 2779 hrp->hrp_nthrs = cfs_cpt_weight(ptlrpc_hr.hr_cpt_table, i); in ptlrpc_hr_init()
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/ |
D | socklnd.c | 2404 nthrs = cfs_cpt_weight(lnet_cpt_table(), i); in ksocknal_base_startup() 2698 nthrs = cfs_cpt_weight(lnet_cpt_table(), in ksocknal_start_schedulers()
|
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd.c | 2849 nthrs = cfs_cpt_weight(lnet_cpt_table(), i); in kiblnd_base_startup() 2904 nthrs = cfs_cpt_weight(lnet_cpt_table(), in kiblnd_start_schedulers()
|