Home
last modified time | relevance | path

Searched defs:cptab (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/lustre/lustre/libcfs/
Dlibcfs_cpu.c51 struct cfs_cpt_table *cptab; in cfs_cpt_table_alloc() local
69 cfs_cpt_table_free(struct cfs_cpt_table *cptab) in cfs_cpt_table_free()
79 cfs_cpt_table_print(struct cfs_cpt_table *cptab, char *buf, int len) in cfs_cpt_table_print()
94 cfs_cpt_number(struct cfs_cpt_table *cptab) in cfs_cpt_number()
101 cfs_cpt_weight(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_weight()
108 cfs_cpt_online(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_online()
115 cfs_cpt_set_cpu(struct cfs_cpt_table *cptab, int cpt, int cpu) in cfs_cpt_set_cpu()
122 cfs_cpt_unset_cpu(struct cfs_cpt_table *cptab, int cpt, int cpu) in cfs_cpt_unset_cpu()
128 cfs_cpt_set_cpumask(struct cfs_cpt_table *cptab, int cpt, cpumask_t *mask) in cfs_cpt_set_cpumask()
135 cfs_cpt_unset_cpumask(struct cfs_cpt_table *cptab, int cpt, cpumask_t *mask) in cfs_cpt_unset_cpumask()
[all …]
Dlibcfs_lock.c57 cfs_percpt_lock_alloc(struct cfs_cpt_table *cptab) in cfs_percpt_lock_alloc()
158 cfs_percpt_atomic_alloc(struct cfs_cpt_table *cptab, int init_val) in cfs_percpt_atomic_alloc()
Dlibcfs_mem.c78 cfs_percpt_alloc(struct cfs_cpt_table *cptab, unsigned int size) in cfs_percpt_alloc()
Dworkitem.c348 cfs_wi_sched_create(char *name, struct cfs_cpt_table *cptab, in cfs_wi_sched_create()
/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-cpu.c99 cfs_cpt_table_free(struct cfs_cpt_table *cptab) in cfs_cpt_table_free()
138 struct cfs_cpt_table *cptab; in cfs_cpt_table_alloc() local
188 cfs_cpt_table_print(struct cfs_cpt_table *cptab, char *buf, int len) in cfs_cpt_table_print()
231 cfs_cpt_number(struct cfs_cpt_table *cptab) in cfs_cpt_number()
238 cfs_cpt_weight(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_weight()
249 cfs_cpt_online(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_online()
262 cfs_cpt_cpumask(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_cpumask()
272 cfs_cpt_nodemask(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_nodemask()
282 cfs_cpt_set_cpu(struct cfs_cpt_table *cptab, int cpt, int cpu) in cfs_cpt_set_cpu()
322 cfs_cpt_unset_cpu(struct cfs_cpt_table *cptab, int cpt, int cpu) in cfs_cpt_unset_cpu()
[all …]
Dlinux-mem.c45 void *libcfs_kvzalloc_cpt(struct cfs_cpt_table *cptab, int cpt, size_t size, in libcfs_kvzalloc_cpt()
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_cpu.h103 cfs_cpt_cpumask(struct cfs_cpt_table *cptab, int cpt) in cfs_cpt_cpumask()
109 cfs_cpt_table_print(struct cfs_cpt_table *cptab, char *buf, int len) in cfs_cpt_table_print()
213 #define cfs_cpt_for_each(i, cptab) \ argument
Dlibcfs_private.h139 #define LIBCFS_CPT_ALLOC_GFP(ptr, cptab, cpt, size, mask) \ argument
149 #define LIBCFS_CPT_ALLOC(ptr, cptab, cpt, size) \ argument