Lines Matching refs:pib
72 struct hwsim_pib __rcu *pib;
94 struct hwsim_pib *pib, *pib_old;
96 pib = kzalloc(sizeof(*pib), GFP_KERNEL);
97 if (!pib)
100 pib->page = page;
101 pib->channel = channel;
103 pib_old = rtnl_dereference(phy->pib);
104 rcu_assign_pointer(phy->pib, pib);
119 current_pib = rcu_dereference(current_phy->pib);
129 endpoint_pib = rcu_dereference(e->endpoint->pib);
737 struct hwsim_pib *pib;
785 pib = kzalloc(sizeof(*pib), GFP_KERNEL);
786 if (!pib) {
791 pib->channel = 13;
792 rcu_assign_pointer(phy->pib, pib);
821 kfree(pib);
829 struct hwsim_pib *pib;
841 pib = rcu_dereference(phy->pib);
844 kfree_rcu(pib, rcu);