Home
last modified time | relevance | path

Searched refs:comp_vect (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Daffinity.c327 struct cpu_mask_set *set = dd->comp_vect; in _dev_comp_vect_cpu_get()
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; in _dev_comp_vect_cpu_mask_init()
570 cpu = per_cpu_affinity_put_max(&dd->comp_vect->mask, in _dev_comp_vect_cpu_mask_clean_up()
574 cpumask_clear_cpu(cpu, &dd->comp_vect->mask); in _dev_comp_vect_cpu_mask_clean_up()
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
/openbmc/linux/include/rdma/
H A Drdma_vt.h361 int (*comp_vect_cpu_lookup)(struct rvt_dev_info *rdi, int comp_vect);