Home
last modified time | relevance | path

Searched refs:accounted (Results 1 – 15 of 15) sorted by relevance

/linux-4.1.27/net/ipv4/
Dtcp_westwood.c38 u32 accounted; member
67 w->accounted = 0; in tcp_westwood_init()
189 w->accounted += tp->mss_cache; in westwood_acked_count()
195 if (w->accounted >= w->cumul_ack) { in westwood_acked_count()
196 w->accounted -= w->cumul_ack; in westwood_acked_count()
199 w->cumul_ack -= w->accounted; in westwood_acked_count()
200 w->accounted = 0; in westwood_acked_count()
/linux-4.1.27/Documentation/cgroups/
Dmemory.txt43 - optionally, memory+swap usage can be accounted and limited.
169 All mapped anon pages (RSS) and cache pages (Page Cache) are accounted.
171 are not accounted. We just account pages under usual VM management.
173 RSS pages are accounted at page_fault unless they've already been accounted
174 for earlier. A file page will be accounted for as Page Cache when it's
181 are really freed. Such SwapCaches are also accounted.
182 A swapped-in page is not accounted until it's mapped.
195 Shared pages are accounted on the basis of the first touch approach. The
196 cgroup that first touches a page is accounted for the page. The principle
206 be backed into memory in force, charges for pages are accounted against the
[all …]
/linux-4.1.27/Documentation/scheduler/
Dsched-design-CFS.txt64 The total number of running tasks in the runqueue is accounted through the
76 schedules (or a scheduler tick happens) the task's CPU usage is "accounted
Dcompletion.txt192 an impact on how the task is accounted in scheduling stats.
Dsched-deadline.txt254 -deadline runtime is accounted against the -rt runtime. We realise that this
/linux-4.1.27/Documentation/networking/
Drds.txt224 are accounted against the sockets SO_RCVBUF option value. Only
225 the payload bytes in the message are accounted for. If the
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-block-zram158 statistics not accounted by block layer. For example,
Dsysfs-firmware-acpi150 error - an interrupt that can't be accounted for above.
/linux-4.1.27/Documentation/blockdev/
Dzram.txt154 The stat file represents device's I/O statistics not accounted by block
/linux-4.1.27/Documentation/filesystems/
Dautofs4-mount-control.txt107 descriptor are accounted for in checks made to determine if a mount is
Dproc.txt438 by only one process, is accounted as private and not as shared. "Referenced"
1569 been accounted as having caused 1MB of write.
1572 truncates some dirty pagecache, some IO which another task has been accounted
/linux-4.1.27/Documentation/vm/
Dtranshuge.txt366 hugepage), requires the refcount to be accounted on the tail pages and
Dunevictable-lru.txt486 memory range accounted as locked_vm, as the protections could be changed later
/linux-4.1.27/Documentation/security/
Dkeys.txt1010 KEY_ALLOC_NOT_IN_QUOTA in flags if the keyring shouldn't be accounted
/linux-4.1.27/init/
DKconfig1022 if boot option "swapaccount=0" is set, swap will not be accounted.