Home
last modified time | relevance | path

Searched defs:cfs_cpt_table (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/linux/
Dlinux-cpu.h64 struct cfs_cpt_table { struct
66 unsigned ctb_version;
68 unsigned ctb_spread_rotor;
70 unsigned ctb_nparts;
72 struct cfs_cpu_partition *ctb_parts;
74 int *ctb_cpu2cpt;
76 cpumask_t *ctb_cpumask;
78 nodemask_t *ctb_nodemask;
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_cpu.h91 struct cfs_cpt_table { struct
103 cfs_cpt_cpumask(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_cpumask() argument