Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dlibcfs_cpu.c101 cfs_cpt_weight(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_weight() function
105 EXPORT_SYMBOL(cfs_cpt_weight);
Dmodule.c710 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/
Dmodule.c114 int nthrs = cfs_cpt_weight(lnet_cpt_table(), i); in lnet_selftest_init()
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_cpu.h133 int cfs_cpt_weight(struct cfs_cpt_table *cptab, int cpt);
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-cpu.c238 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/
Dlib-msg.c592 container->msc_nfinalizers = cfs_cpt_weight(lnet_cpt_table(), cpt); in lnet_msg_container_setup()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dptlrpcd.c822 nthreads = cfs_cpt_weight(cptable, cpt); in ptlrpcd_init()
Dservice.c394 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/
Dsocklnd.c2396 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/
Do2iblnd.c2603 nthrs = cfs_cpt_weight(lnet_cpt_table(), i); in kiblnd_base_startup()
2658 nthrs = cfs_cpt_weight(lnet_cpt_table(), in kiblnd_start_schedulers()