Searched defs:of (Results 1 - 3 of 3) sorted by relevance

/net/ipv4/
H A Dtcp_memcontrol.c105 static ssize_t tcp_cgroup_write(struct kernfs_open_file *of, argument
108 struct mem_cgroup *memcg = mem_cgroup_from_css(of_css(of));
114 switch (of_cft(of)->private) {
173 static ssize_t tcp_cgroup_reset(struct kernfs_open_file *of, argument
179 memcg = mem_cgroup_from_css(of_css(of));
184 switch (of_cft(of)->private) {
/net/core/
H A Dnetprio_cgroup.c5 * modify it under the terms of the GNU General Public License
7 * 2 of the License, or (at your option) any later version.
48 * Determine the new size. Let's keep it power-of-two. We start
83 * netprio_prio - return the effective netprio of a cgroup-net_device pair
84 * @css: css part of the target pair
85 * @dev: net_device part of the target pair
101 * @css: css part of the target pair
102 * @dev: net_device part of the target pair
188 static ssize_t write_priomap(struct kernfs_open_file *of, argument
205 ret = netprio_set_prio(of_css(of), de
[all...]
/net/sched/
H A Dsch_fq.c7 * modify it under the terms of the GNU General Public License
9 * 2 of the License, or (at your option) any later version.
16 * Flows are dynamically allocated and stored in a hash table of RB trees
17 * They are also part of one Round Robin 'queues' (new or old flows)
22 * bunch of packets, and this packet scheduler adds delay between
26 * - lookup one RB tree (out of 1024 or more) to find the flow.
28 * Add skb to the per flow list of skb (fifo).
60 struct sk_buff *head; /* list of skbs for this flow : first skb */
67 int qlen; /* number of packets in flow queue */
164 /* limit number of collecte
541 struct fq_flow *of, *nf; local
[all...]

Completed in 74 milliseconds