Searched refs:accounted (Results 1 – 25 of 28) sorted by relevance
12
| /Linux-v5.10/net/ipv4/ |
| D | tcp_westwood.c | 39 u32 accounted; member 68 w->accounted = 0; in tcp_westwood_init() 191 w->accounted += tp->mss_cache; in westwood_acked_count() 197 if (w->accounted >= w->cumul_ack) { in westwood_acked_count() 198 w->accounted -= w->cumul_ack; in westwood_acked_count() 201 w->cumul_ack -= w->accounted; in westwood_acked_count() 202 w->accounted = 0; in westwood_acked_count()
|
| /Linux-v5.10/kernel/sched/ |
| D | cputime.c | 257 u64 accounted; in account_other_time() local 261 accounted = steal_account_process_time(max); in account_other_time() 263 if (accounted < max) in account_other_time() 264 accounted += irqtime_tick_accounted(max - accounted); in account_other_time() 266 return accounted; in account_other_time()
|
| /Linux-v5.10/Documentation/admin-guide/cgroup-v1/ |
| D | memory.rst | 48 - optionally, memory+swap usage can be accounted and limited. 189 All mapped anon pages (RSS) and cache pages (Page Cache) are accounted. 191 are not accounted. We just account pages under usual VM management. 193 RSS pages are accounted at page_fault unless they've already been accounted 194 for earlier. A file page will be accounted for as Page Cache when it's 201 are really freed. Such SwapCaches are also accounted. 202 A swapped-in page is accounted after adding into swapcache. 206 be accounted after swapin. 216 Shared pages are accounted on the basis of the first touch approach. The 217 cgroup that first touches a page is accounted for the page. The principle [all …]
|
| D | rdma.rst | 35 resources can be accounted. 86 Following resources can be accounted by rdma controller.
|
| /Linux-v5.10/net/tipc/ |
| D | msg.c | 217 int accounted, total, curr; in tipc_msg_append() local 222 accounted = skb ? msg_blocks(buf_msg(skb)) : 0; in tipc_msg_append() 223 total = accounted; in tipc_msg_append() 250 return total - accounted; in tipc_msg_append()
|
| /Linux-v5.10/Documentation/scheduler/ |
| D | sched-design-CFS.rst | 67 The total number of running tasks in the runqueue is accounted through the 79 schedules (or a scheduler tick happens) the task's CPU usage is "accounted
|
| D | completion.rst | 237 an impact on how the task is accounted in scheduling/IO stats::
|
| D | sched-deadline.rst | 592 -deadline runtime is accounted against the -rt runtime. We realize that this
|
| /Linux-v5.10/Documentation/ABI/testing/ |
| D | sysfs-block-zram | 73 statistics not accounted by block layer. For example,
|
| D | sysfs-firmware-acpi | 146 error an interrupt that can't be accounted for above.
|
| /Linux-v5.10/Documentation/driver-api/ |
| D | isa.rst | 61 everything was found to be present and accounted for. If it wanted the
|
| /Linux-v5.10/Documentation/vm/ |
| D | hmm.rst | 411 For now, device memory is accounted as any regular page in rss counters (either 424 Same decision was made for memory cgroup. Device memory pages are accounted 425 against same memory cgroup a regular page would be accounted to. This does
|
| D | transhuge.rst | 128 - map/unmap of the whole compound page is accounted for in compound_mapcount
|
| D | unevictable-lru.rst | 496 memory range accounted as locked_vm, as the protections could be changed later
|
| /Linux-v5.10/Documentation/networking/ |
| D | rds.rst | 251 are accounted against the sockets SO_RCVBUF option value. Only 252 the payload bytes in the message are accounted for. If the
|
| /Linux-v5.10/lib/ |
| D | Kconfig.kcsan | 158 primitives and patterns may be accounted for, and therefore could
|
| /Linux-v5.10/Documentation/core-api/ |
| D | memory-allocation.rst | 55 allocations that should be accounted.
|
| /Linux-v5.10/Documentation/admin-guide/ |
| D | iostats.rst | 103 I/O time might be not accounted in case of concurrent requests.
|
| /Linux-v5.10/Documentation/driver-api/thermal/ |
| D | intel_powerclamp.rst | 294 idle time is accounted as normal idle in that common code path is
|
| /Linux-v5.10/Documentation/admin-guide/blockdev/ |
| D | zram.rst | 224 The stat file represents device's I/O statistics not accounted by block
|
| /Linux-v5.10/tools/memory-model/Documentation/ |
| D | recipes.txt | 465 This situation is accounted for in the rules of thumb below.
|
| /Linux-v5.10/Documentation/filesystems/ |
| D | autofs-mount-control.rst | 109 descriptor are accounted for in checks made to determine if a mount is
|
| D | proc.rst | 481 a single pte mapped, i.e. is currently used by only one process, is accounted 1767 been accounted as having caused 1MB of write. 1770 truncates some dirty pagecache, some IO which another task has been accounted
|
| /Linux-v5.10/Documentation/trace/ |
| D | histogram-design.rst | 1174 addresses, those addresses also need to be accounted for when doing
|
| /Linux-v5.10/Documentation/RCU/Design/Requirements/ |
| D | Requirements.rst | 2371 softirq and to be accounted for by lockdep. Much of the material in this 2425 preemption and to be accounted for by lockdep. Much of the material in
|
12