Searched refs:qrtr_tx_flow (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/qrtr/ |
H A D | af_qrtr.c | 119 * @qrtr_tx_flow: tree of qrtr_tx_flow, keyed by node << 32 | port 120 * @qrtr_tx_lock: lock for qrtr_tx_flow inserts 130 struct radix_tree_root qrtr_tx_flow; member 131 struct mutex qrtr_tx_lock; /* for qrtr_tx_flow */ 138 * struct qrtr_tx_flow - tx flow control 143 struct qrtr_tx_flow { struct 170 struct qrtr_tx_flow *flow; in __qrtr_node_release() 185 radix_tree_for_each_slot(slot, &node->qrtr_tx_flow, &iter, 0) { in __qrtr_node_release() 187 radix_tree_iter_delete(&node->qrtr_tx_flow, in __qrtr_node_release() [all...] |
/kernel/linux/linux-6.6/net/qrtr/ |
H A D | af_qrtr.c | 121 * @qrtr_tx_flow: tree of qrtr_tx_flow, keyed by node << 32 | port 122 * @qrtr_tx_lock: lock for qrtr_tx_flow inserts 132 struct radix_tree_root qrtr_tx_flow; member 133 struct mutex qrtr_tx_lock; /* for qrtr_tx_flow */ 140 * struct qrtr_tx_flow - tx flow control 145 struct qrtr_tx_flow { struct 172 struct qrtr_tx_flow *flow; in __qrtr_node_release() 192 radix_tree_for_each_slot(slot, &node->qrtr_tx_flow, &iter, 0) { in __qrtr_node_release() 194 radix_tree_iter_delete(&node->qrtr_tx_flow, in __qrtr_node_release() [all...] |
Completed in 3 milliseconds