| /linux-6.15/net/ipv4/ |
| H 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.15/kernel/sched/ |
| H A D | cputime.c | 274 u64 accounted; in account_other_time() local 278 accounted = steal_account_process_time(max); in account_other_time() 280 if (accounted < max) in account_other_time() 281 accounted += irqtime_tick_accounted(max - accounted); in account_other_time() 283 return accounted; in account_other_time()
|
| /linux-6.15/Documentation/admin-guide/cgroup-v1/ |
| H A D | memory.rst | 48 - optionally, memory+swap usage can be accounted and limited. 212 All mapped anon pages (RSS) and cache pages (Page Cache) are accounted. 214 are not accounted. We just account pages under usual VM management. 216 RSS pages are accounted at page_fault unless they've already been accounted 217 for earlier. A file page will be accounted for as Page Cache when it's 224 are really freed. Such SwapCaches are also accounted. 225 A swapped-in page is accounted after adding into swapcache. 229 be accounted after swapin. 334 at boot time. In this case, kernel memory will not be accounted at all. 337 cgroup may or may not be accounted. The memory used is accumulated into [all …]
|
| H A D | rdma.rst | 35 resources can be accounted. 86 Following resources can be accounted by rdma controller.
|
| /linux-6.15/include/trace/events/ |
| H A D | kmem.h | 29 __field( bool, accounted ) 39 __entry->accounted = IS_ENABLED(CONFIG_MEMCG) ? 51 __entry->accounted ? "true" : "false")
|
| /linux-6.15/net/tipc/ |
| H A D | msg.c | 209 int accounted, total, curr; in tipc_msg_append() local 214 accounted = skb ? msg_blocks(buf_msg(skb)) : 0; in tipc_msg_append() 215 total = accounted; in tipc_msg_append() 242 return total - accounted; in tipc_msg_append()
|
| /linux-6.15/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_zerocopy_maxfrags.pkt | 16 // Each pinned zerocopy page is fully accounted to skb->truesize.
|
| /linux-6.15/Documentation/gpu/ |
| H A D | drm-compute.rst | 41 driver-allocated CPU memory would be accounted to the correct cgroup, and
|
| /linux-6.15/Documentation/mm/ |
| H A D | allocation-profiling.rst | 17 adds warnings for allocations that weren't accounted because of a
|
| H A D | hmm.rst | 417 For now, device memory is accounted as any regular page in rss counters (either 430 Same decision was made for memory cgroup. Device memory pages are accounted 431 against same memory cgroup a regular page would be accounted to. This does
|
| /linux-6.15/Documentation/scheduler/ |
| H A D | sched-design-CFS.rst | 71 The total number of running tasks in the runqueue is accounted through the 83 schedules (or a scheduler tick happens) the task's CPU usage is "accounted
|
| H A D | completion.rst | 237 an impact on how the task is accounted in scheduling/IO stats::
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-block-zram | 65 statistics not accounted by block layer. For example,
|
| H A D | sysfs-firmware-acpi | 189 error an interrupt that can't be accounted for above.
|
| /linux-6.15/Documentation/arch/powerpc/ |
| H A D | syscall64-abi.rst | 116 system calls, and the different register conventions can be accounted for.
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | isa.rst | 61 everything was found to be present and accounted for. If it wanted the
|
| /linux-6.15/Documentation/networking/ |
| H 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.15/Documentation/trace/ |
| H A D | timerlat-tracer.rst | 110 by the IRQ execution (which indeed accounted for 12736 ns). But
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | iostats.rst | 80 I/O time might be not accounted in case of concurrent requests.
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | checkuapi.rst | 434 If you know this situation is accounted for in the kernel code, you can 471 cases that are not accounted for.
|
| /linux-6.15/Documentation/core-api/ |
| H A D | memory-allocation.rst | 56 allocations that should be accounted.
|
| /linux-6.15/lib/ |
| H A D | Kconfig.kcsan | 151 primitives and patterns may be accounted for, and therefore could
|
| /linux-6.15/Documentation/admin-guide/thermal/ |
| H A D | intel_powerclamp.rst | 299 idle time is accounted as normal idle in that common code path is
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | proc.rst | 515 Traditionally, a page is accounted as "private" if it is mapped exactly once, 516 and a page is accounted as "shared" when mapped multiple times, even when 521 allocation (e.g., THP) can differ: a page is accounted as "private" if all 524 page is accounted as "shared" if any page page of the larger allocation 1876 been accounted as having caused 1MB of write. 1879 truncates some dirty pagecache, some IO which another task has been accounted
|
| /linux-6.15/Documentation/admin-guide/blockdev/ |
| H A D | zram.rst | 235 The stat file represents device's I/O statistics not accounted by block
|