Home
last modified time | relevance | path

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

12

/Linux-v6.6/net/ipv4/
Dtcp_westwood.c39 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-v6.6/kernel/sched/
Dcputime.c276 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-v6.6/include/trace/events/
Dkmem.h29 __field( bool, accounted )
39 __entry->accounted = IS_ENABLED(CONFIG_MEMCG_KMEM) ?
51 __entry->accounted ? "true" : "false")
/Linux-v6.6/Documentation/admin-guide/cgroup-v1/
Dmemory.rst48 - optionally, memory+swap usage can be accounted and limited.
199 All mapped anon pages (RSS) and cache pages (Page Cache) are accounted.
201 are not accounted. We just account pages under usual VM management.
203 RSS pages are accounted at page_fault unless they've already been accounted
204 for earlier. A file page will be accounted for as Page Cache when it's
211 are really freed. Such SwapCaches are also accounted.
212 A swapped-in page is accounted after adding into swapcache.
216 be accounted after swapin.
226 Shared pages are accounted on the basis of the first touch approach. The
227 cgroup that first touches a page is accounted for the page. The principle
[all …]
Drdma.rst35 resources can be accounted.
86 Following resources can be accounted by rdma controller.
/Linux-v6.6/net/tipc/
Dmsg.c205 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-v6.6/Documentation/scheduler/
Dsched-design-CFS.rst67 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
Dcompletion.rst237 an impact on how the task is accounted in scheduling/IO stats::
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-block-zram73 statistics not accounted by block layer. For example,
Dsysfs-firmware-acpi189 error an interrupt that can't be accounted for above.
/Linux-v6.6/Documentation/powerpc/
Dsyscall64-abi.rst116 system calls, and the different register conventions can be accounted for.
/Linux-v6.6/Documentation/driver-api/
Disa.rst61 everything was found to be present and accounted for. If it wanted the
/Linux-v6.6/Documentation/mm/
Dhmm.rst417 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-v6.6/Documentation/networking/
Drds.rst251 are accounted against the sockets SO_RCVBUF option value. Only
252 the payload bytes in the message are accounted for. If the
/Linux-v6.6/Documentation/trace/
Dtimerlat-tracer.rst110 by the IRQ execution (which indeed accounted for 12736 ns). But
/Linux-v6.6/Documentation/core-api/
Dmemory-allocation.rst55 allocations that should be accounted.
/Linux-v6.6/Documentation/admin-guide/
Diostats.rst103 I/O time might be not accounted in case of concurrent requests.
/Linux-v6.6/lib/
DKconfig.kcsan151 primitives and patterns may be accounted for, and therefore could
/Linux-v6.6/Documentation/admin-guide/thermal/
Dintel_powerclamp.rst299 idle time is accounted as normal idle in that common code path is
/Linux-v6.6/Documentation/admin-guide/blockdev/
Dzram.rst224 The stat file represents device's I/O statistics not accounted by block
/Linux-v6.6/tools/memory-model/Documentation/
Drecipes.txt465 This situation is accounted for in the rules of thumb below.
/Linux-v6.6/Documentation/userspace-api/
Dlandlock.rst422 Kernel memory allocated to create rulesets is accounted and can be restricted
/Linux-v6.6/Documentation/filesystems/
Dautofs-mount-control.rst109 descriptor are accounted for in checks made to determine if a mount is
Dproc.rst495 a single pte mapped, i.e. is currently used by only one process, is accounted
1785 been accounted as having caused 1MB of write.
1788 truncates some dirty pagecache, some IO which another task has been accounted
/Linux-v6.6/Documentation/admin-guide/mm/
Dmemory-hotplug.rst514 allocator is accounted as MOVABLE, although

12