Home
last modified time | relevance | path

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

/linux-4.1.27/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.c425 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/
Dmodule.c114 int nthrs = cfs_cpt_weight(lnet_cpt_table(), i); in lnet_selftest_init()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_cpu.h133 int cfs_cpt_weight(struct cfs_cpt_table *cptab, int cpt);
/linux-4.1.27/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);
891 if (cfs_cpt_weight(cptab, cpt) != 0) { in cfs_cpt_table_create_pattern()
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c537 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/
Dsocklnd.c2404 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/
Do2iblnd.c2849 nthrs = cfs_cpt_weight(lnet_cpt_table(), i); in kiblnd_base_startup()
2904 nthrs = cfs_cpt_weight(lnet_cpt_table(), in kiblnd_start_schedulers()