Searched refs:target_attrs (Results 1 – 5 of 5) sorted by relevance
19 struct transport_container target_attrs; member
91 static struct attribute *target_attrs[] = { variable 153 .attrs = target_attrs,
2433 return &i->t.target_attrs.ac == cont; in fc_target_match() 2618 i->t.target_attrs.ac.attrs = &i->starget_attrs[0]; in fc_attach_transport() 2619 i->t.target_attrs.ac.class = &fc_transport_class.class; in fc_attach_transport() 2620 i->t.target_attrs.ac.match = fc_target_match; in fc_attach_transport() 2622 transport_container_register(&i->t.target_attrs); in fc_attach_transport() 2755 transport_container_unregister(&i->t.target_attrs); in fc_release_transport()
5424 struct workqueue_attrs *target_attrs; in unbound_wq_update_pwq() local 5436 target_attrs = unbound_wq_update_pwq_attrs_buf; in unbound_wq_update_pwq() 5438 copy_workqueue_attrs(target_attrs, wq->unbound_attrs); in unbound_wq_update_pwq() 5439 wqattrs_actualize_cpumask(target_attrs, wq_unbound_cpumask); in unbound_wq_update_pwq() 5442 wq_calc_pod_cpumask(target_attrs, cpu); in unbound_wq_update_pwq() 5443 if (wqattrs_equal(target_attrs, unbound_pwq(wq, cpu)->pool->attrs)) in unbound_wq_update_pwq() 5447 pwq = alloc_unbound_pwq(wq, target_attrs); in unbound_wq_update_pwq()
2293 static struct attribute *target_attrs[] = { variable 2326 .attrs = target_attrs,