/linux-6.3-rc2/net/ipv4/ |
A 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-6.3-rc2/kernel/sched/ |
A D | cputime.c | 276 u64 accounted; in account_other_time() local 280 accounted = steal_account_process_time(max); in account_other_time() 282 if (accounted < max) in account_other_time() 283 accounted += irqtime_tick_accounted(max - accounted); in account_other_time() 285 return accounted; in account_other_time()
|
/linux-6.3-rc2/include/trace/events/ |
A D | kmem.h | 29 __field( bool, accounted ) 39 __entry->accounted = IS_ENABLED(CONFIG_MEMCG_KMEM) ? 51 __entry->accounted ? "true" : "false")
|
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/ |
A D | memory.rst | 48 - optionally, memory+swap usage can be accounted and limited. 194 All mapped anon pages (RSS) and cache pages (Page Cache) are accounted. 196 are not accounted. We just account pages under usual VM management. 198 RSS pages are accounted at page_fault unless they've already been accounted 199 for earlier. A file page will be accounted for as Page Cache when it's 206 are really freed. Such SwapCaches are also accounted. 207 A swapped-in page is accounted after adding into swapcache. 211 be accounted after swapin. 320 at boot time. In this case, kernel memory will not be accounted at all. 323 cgroup may or may not be accounted. The memory used is accumulated into [all …]
|
A D | rdma.rst | 35 resources can be accounted. 86 Following resources can be accounted by rdma controller.
|
/linux-6.3-rc2/net/tipc/ |
A D | msg.c | 205 int accounted, total, curr; in tipc_msg_append() local 210 accounted = skb ? msg_blocks(buf_msg(skb)) : 0; in tipc_msg_append() 211 total = accounted; in tipc_msg_append() 238 return total - accounted; in tipc_msg_append()
|
/linux-6.3-rc2/Documentation/scheduler/ |
A 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
|
A D | completion.rst | 237 an impact on how the task is accounted in scheduling/IO stats::
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-block-zram | 73 statistics not accounted by block layer. For example,
|
A D | sysfs-firmware-acpi | 189 error an interrupt that can't be accounted for above.
|
/linux-6.3-rc2/Documentation/powerpc/ |
A D | syscall64-abi.rst | 116 system calls, and the different register conventions can be accounted for.
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | isa.rst | 61 everything was found to be present and accounted for. If it wanted the
|
/linux-6.3-rc2/Documentation/trace/ |
A D | timerlat-tracer.rst | 110 by the IRQ execution (which indeed accounted for 12736 ns). But
|
/linux-6.3-rc2/Documentation/mm/ |
A D | hmm.rst | 426 For now, device memory is accounted as any regular page in rss counters (either 439 Same decision was made for memory cgroup. Device memory pages are accounted 440 against same memory cgroup a regular page would be accounted to. This does
|
/linux-6.3-rc2/Documentation/networking/ |
A 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-6.3-rc2/Documentation/core-api/ |
A D | memory-allocation.rst | 55 allocations that should be accounted.
|
/linux-6.3-rc2/lib/ |
A D | Kconfig.kcsan | 151 primitives and patterns may be accounted for, and therefore could
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | iostats.rst | 103 I/O time might be not accounted in case of concurrent requests.
|
/linux-6.3-rc2/Documentation/admin-guide/thermal/ |
A D | intel_powerclamp.rst | 299 idle time is accounted as normal idle in that common code path is
|
/linux-6.3-rc2/tools/memory-model/Documentation/ |
A D | recipes.txt | 465 This situation is accounted for in the rules of thumb below.
|
/linux-6.3-rc2/Documentation/admin-guide/blockdev/ |
A D | zram.rst | 224 The stat file represents device's I/O statistics not accounted by block
|
/linux-6.3-rc2/Documentation/userspace-api/ |
A D | landlock.rst | 422 Kernel memory allocated to create rulesets is accounted and can be restricted
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | autofs-mount-control.rst | 109 descriptor are accounted for in checks made to determine if a mount is
|
A D | proc.rst | 492 a single pte mapped, i.e. is currently used by only one process, is accounted 1768 been accounted as having caused 1MB of write. 1771 truncates some dirty pagecache, some IO which another task has been accounted
|
/linux-6.3-rc2/Documentation/admin-guide/mm/ |
A D | memory-hotplug.rst | 494 allocator is accounted as MOVABLE, although
|