Lines Matching refs:all

18  * The Original Code and all software distributed under the License are
137 * ready_heap contains all dn_flow_queue related to fixed-rate pipes.
167 static struct dn_pipe_head pipehash[HASHSIZE]; /* all pipes */
168 static struct dn_flow_set_head flowsethash[HASHSIZE]; /* all flowsets */
722 * In all cases, we make sure that the data structures are consistent
935 * now compute V = max(V, min(S_i)). Remember that all elements in sch
1028 /* make all time measurements in milliseconds (ms) -
1564 /* make all time measurements in milliseconds (ms) -
1746 * Note that for all flows in scheduler_heap (SCH), S_i <= V,
1747 * and for all flows in not_eligible_heap (NEH), S_i > V .
1807 * Dispose all packets and flow_queues on a flow_set.
1808 * If all=1, also remove red lookup table and other storage,
1813 purge_flow_set(struct dn_flow_set *fs, int all)
1835 if (all) {
1848 * Dispose all packets queued on a pipe (not a flow_set).
1849 * Also free all resources associated to a pipe, which is about
1871 * Delete all pipes and heaps returning memory. Must also
1872 * remove references from all ipfw rules to all pipes.
1884 /* remove all references to pipes ...*/
1894 * Now purge all queued pkts and delete all pipes.
1929 * when a firewall rule is deleted, scan all queues and remove the flow-id
2111 /* Flush accumulated credit for all queues */
2225 * drain all queues. Called in case of severe mbuf shortage.
2240 /* remove all references to this pipe from flow_sets */
2289 /* Remove all references to this pipe from flow_sets. */
2300 purge_pipe(b); /* remove all data associated to this pipe */