Home
last modified time | relevance | path

Searched refs:comp_vect (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Daffinity.c371 struct cpu_mask_set *set = dd->comp_vect;
410 struct cpu_mask_set *set = dd->comp_vect; in _dev_comp_vect_cpu_put()
520 int hfi1_comp_vect_mappings_lookup(struct rvt_dev_info *rdi, int comp_vect) in hfi1_comp_vect_mappings_lookup() argument
527 if (comp_vect >= dd->comp_vect_possible_cpus) in hfi1_comp_vect_mappings_lookup()
530 return dd->comp_vect_mappings[comp_vect]; in hfi1_comp_vect_mappings_lookup()
543 struct cpumask *dev_comp_vect_mask = &dd->comp_vect->mask;
614 cpu = per_cpu_affinity_put_max(&dd->comp_vect->mask,
618 cpumask_clear_cpu(cpu, &dd->comp_vect->mask);
H A Daffinity.h125 int hfi1_comp_vect_mappings_lookup(struct rvt_dev_info *rdi, int comp_vect);
H A Dinit.c1230 kfree(dd->comp_vect); in hfi1_free_devdata()
1231 dd->comp_vect = NULL; in hfi1_free_devdata()
1328 dd->comp_vect = kzalloc(sizeof(*dd->comp_vect), GFP_KERNEL); in hfi1_alloc_devdata()
1329 if (!dd->comp_vect) { in hfi1_alloc_devdata()
H A Dhfi.h1339 struct cpu_mask_set *comp_vect; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Daffinity.c327 struct cpu_mask_set *set = dd->comp_vect;
366 struct cpu_mask_set *set = dd->comp_vect; in _dev_comp_vect_cpu_put()
476 int hfi1_comp_vect_mappings_lookup(struct rvt_dev_info *rdi, int comp_vect) in hfi1_comp_vect_mappings_lookup() argument
483 if (comp_vect >= dd->comp_vect_possible_cpus) in hfi1_comp_vect_mappings_lookup()
486 return dd->comp_vect_mappings[comp_vect]; in hfi1_comp_vect_mappings_lookup()
499 struct cpumask *dev_comp_vect_mask = &dd->comp_vect->mask;
570 cpu = per_cpu_affinity_put_max(&dd->comp_vect->mask,
574 cpumask_clear_cpu(cpu, &dd->comp_vect->mask);
H A Daffinity.h84 int hfi1_comp_vect_mappings_lookup(struct rvt_dev_info *rdi, int comp_vect);
H A Dinit.c1189 kfree(dd->comp_vect); in hfi1_free_devdata()
1190 dd->comp_vect = NULL; in hfi1_free_devdata()
1287 dd->comp_vect = kzalloc(sizeof(*dd->comp_vect), GFP_KERNEL); in hfi1_alloc_devdata()
1288 if (!dd->comp_vect) { in hfi1_alloc_devdata()
H A Dhfi.h1289 struct cpu_mask_set *comp_vect; member
/kernel/linux/linux-5.10/include/rdma/
H A Drdma_vt.h361 int (*comp_vect_cpu_lookup)(struct rvt_dev_info *rdi, int comp_vect);
/kernel/linux/linux-6.6/include/rdma/
H A Drdma_vt.h361 int (*comp_vect_cpu_lookup)(struct rvt_dev_info *rdi, int comp_vect);

Completed in 26 milliseconds