Searched refs:slaves (Results 1 – 7 of 7) sorted by relevance
/net/sched/ |
D | sch_teql.c | 59 struct Qdisc *slaves; member 108 dat->m->slaves = sch; in teql_dequeue() 148 prev = master->slaves; in teql_destroy() 154 if (q == master->slaves) { in teql_destroy() 155 master->slaves = NEXT_SLAVE(q); in teql_destroy() 156 if (q == master->slaves) { in teql_destroy() 161 master->slaves = NULL; in teql_destroy() 173 } while ((prev = q) != master->slaves); in teql_destroy() 193 if (m->slaves) { in teql_qdisc_init() 213 q->next = NEXT_SLAVE(m->slaves); in teql_qdisc_init() [all …]
|
/net/mac802154/ |
D | ieee802154_dev.c | 47 list_for_each_entry(subif, &priv->hw->slaves, list) { in mac802154_slave_open() 135 list_add_tail_rcu(&priv->list, &ipriv->slaves); in mac802154_netdev_register() 287 INIT_LIST_HEAD(&priv->slaves); in ieee802154_alloc_device() 298 BUG_ON(!list_empty(&priv->slaves)); in ieee802154_free_device() 400 list_for_each_entry_safe(sdata, next, &priv->slaves, list) { in ieee802154_unregister_device()
|
D | tx.c | 75 list_for_each_entry_rcu(sdata, &xw->priv->slaves, list) in mac802154_xmit_worker() 116 list_for_each_entry_rcu(sdata, &priv->slaves, list) in mac802154_tx()
|
D | monitor.c | 72 list_for_each_entry_rcu(sdata, &priv->slaves, list) { in mac802154_monitors_rx()
|
D | mac802154.h | 49 struct list_head slaves; member
|
D | wpan.c | 586 list_for_each_entry_rcu(sdata, &priv->slaves, list) { in mac802154_wpans_rx()
|
/net/ax25/ |
D | Kconfig | 57 from clients (called "slaves") and redistributes it to other slaves. 72 from clients (called "slaves") and redistributes it to other slaves.
|