Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
Dlibcfs_cpu.c49 cfs_cpt_table_alloc(unsigned int ncpt) in cfs_cpt_table_alloc() function
66 EXPORT_SYMBOL(cfs_cpt_table_alloc);
219 cfs_cpt_table = cfs_cpt_table_alloc(1); in cfs_cpu_init()
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_cpu.h124 struct cfs_cpt_table *cfs_cpt_table_alloc(unsigned int ncpt);
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-cpu.c136 cfs_cpt_table_alloc(unsigned int ncpt) in cfs_cpt_table_alloc() function
185 EXPORT_SYMBOL(cfs_cpt_table_alloc);
752 cptab = cfs_cpt_table_alloc(ncpt); in cfs_cpt_table_create()
853 cptab = cfs_cpt_table_alloc(ncpt); in cfs_cpt_table_create_pattern()