Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Daffinity.c371 struct cpu_mask_set *set = dd->comp_vect; in _dev_comp_vect_cpu_get()
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; in _dev_comp_vect_cpu_mask_init()
614 cpu = per_cpu_affinity_put_max(&dd->comp_vect->mask, in _dev_comp_vect_cpu_mask_clean_up()
618 cpumask_clear_cpu(cpu, &dd->comp_vect->mask); in _dev_comp_vect_cpu_mask_clean_up()
Daffinity.h125 int hfi1_comp_vect_mappings_lookup(struct rvt_dev_info *rdi, int comp_vect);
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()
Dhfi.h1339 struct cpu_mask_set *comp_vect; member