Searched defs:cptab (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/lustre/lnet/libcfs/ |
D | libcfs_cpu.c | 46 struct cfs_cpt_table *cptab; in cfs_cpt_table_alloc() local 65 cfs_cpt_table_free(struct cfs_cpt_table *cptab) in cfs_cpt_table_free() 75 cfs_cpt_table_print(struct cfs_cpt_table *cptab, char *buf, int len) in cfs_cpt_table_print() 90 cfs_cpt_number(struct cfs_cpt_table *cptab) in cfs_cpt_number() 97 cfs_cpt_weight(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_weight() 104 cfs_cpt_online(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_online() 111 cfs_cpt_nodemask(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_nodemask() 118 cfs_cpt_set_cpu(struct cfs_cpt_table *cptab, int cpt, int cpu) in cfs_cpt_set_cpu() 125 cfs_cpt_unset_cpu(struct cfs_cpt_table *cptab, int cpt, int cpu) in cfs_cpt_unset_cpu() 131 cfs_cpt_set_cpumask(struct cfs_cpt_table *cptab, int cpt, cpumask_t *mask) in cfs_cpt_set_cpumask() [all …]
|
D | libcfs_lock.c | 52 cfs_percpt_lock_create(struct cfs_cpt_table *cptab, in cfs_percpt_lock_create()
|
D | libcfs_mem.c | 73 cfs_percpt_alloc(struct cfs_cpt_table *cptab, unsigned int size) in cfs_percpt_alloc()
|
D | workitem.c | 335 cfs_wi_sched_create(char *name, struct cfs_cpt_table *cptab, in cfs_wi_sched_create()
|
/drivers/staging/lustre/lnet/libcfs/linux/ |
D | linux-cpu.c | 89 cfs_cpt_table_free(struct cfs_cpt_table *cptab) in cfs_cpt_table_free() 128 struct cfs_cpt_table *cptab; in cfs_cpt_table_alloc() local 178 cfs_cpt_table_print(struct cfs_cpt_table *cptab, char *buf, int len) in cfs_cpt_table_print() 221 cfs_cpt_number(struct cfs_cpt_table *cptab) in cfs_cpt_number() 228 cfs_cpt_weight(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_weight() 239 cfs_cpt_online(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_online() 252 cfs_cpt_cpumask(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_cpumask() 262 cfs_cpt_nodemask(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_nodemask() 272 cfs_cpt_set_cpu(struct cfs_cpt_table *cptab, int cpt, int cpu) in cfs_cpt_set_cpu() 312 cfs_cpt_unset_cpu(struct cfs_cpt_table *cptab, int cpt, int cpu) in cfs_cpt_unset_cpu() [all …]
|
D | linux-mem.c | 45 void *libcfs_kvzalloc_cpt(struct cfs_cpt_table *cptab, int cpt, size_t size, in libcfs_kvzalloc_cpt()
|
/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_cpu.h | 99 cfs_cpt_cpumask(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_cpumask() 105 cfs_cpt_table_print(struct cfs_cpt_table *cptab, char *buf, int len) in cfs_cpt_table_print() 273 #define cfs_percpt_lock_alloc(cptab) \ argument 288 #define cfs_cpt_for_each(i, cptab) \ argument
|
D | libcfs_private.h | 135 #define LIBCFS_CPT_ALLOC_GFP(ptr, cptab, cpt, size, mask) \ argument 145 #define LIBCFS_CPT_ALLOC(ptr, cptab, cpt, size) \ argument
|