Home
last modified time | relevance | path

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

12

/linux/net/ipv4/
A 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/kernel/sched/
A Dcputime.c258 u64 accounted; in account_other_time() local
262 accounted = steal_account_process_time(max); in account_other_time()
264 if (accounted < max) in account_other_time()
265 accounted += irqtime_tick_accounted(max - accounted); in account_other_time()
267 return accounted; in account_other_time()
/linux/Documentation/admin-guide/cgroup-v1/
A Dmemory.rst48 - 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.
310 at boot time. In this case, kernel memory will not be accounted at all.
323 2.7.1 Current Kernel Memory resources accounted
[all …]
A Drdma.rst35 resources can be accounted.
86 Following resources can be accounted by rdma controller.
/linux/net/tipc/
A 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/Documentation/scheduler/
A 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
A Dcompletion.rst237 an impact on how the task is accounted in scheduling/IO stats::
/linux/Documentation/ABI/testing/
A Dsysfs-block-zram73 statistics not accounted by block layer. For example,
A Dsysfs-firmware-acpi189 error an interrupt that can't be accounted for above.
/linux/Documentation/powerpc/
A Dsyscall64-abi.rst116 system calls, and the different register conventions can be accounted for.
/linux/Documentation/driver-api/
A Disa.rst61 everything was found to be present and accounted for. If it wanted the
/linux/Documentation/vm/
A Dhmm.rst428 For now, device memory is accounted as any regular page in rss counters (either
441 Same decision was made for memory cgroup. Device memory pages are accounted
442 against same memory cgroup a regular page would be accounted to. This does
A Dtranshuge.rst123 - map/unmap of the whole compound page is accounted for in compound_mapcount
/linux/Documentation/trace/
A Dtimerlat-tracer.rst109 by the IRQ execution (which indeed accounted for 12736 ns). But
/linux/Documentation/networking/
A 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/Documentation/core-api/
A Dmemory-allocation.rst55 allocations that should be accounted.
/linux/lib/
A DKconfig.kcsan161 primitives and patterns may be accounted for, and therefore could
/linux/Documentation/admin-guide/
A Diostats.rst103 I/O time might be not accounted in case of concurrent requests.
/linux/Documentation/userspace-api/
A Dlandlock.rst281 Kernel memory allocated to create rulesets is accounted and can be restricted
/linux/Documentation/driver-api/thermal/
A Dintel_powerclamp.rst294 idle time is accounted as normal idle in that common code path is
/linux/Documentation/admin-guide/blockdev/
A Dzram.rst224 The stat file represents device's I/O statistics not accounted by block
/linux/tools/memory-model/Documentation/
A Drecipes.txt465 This situation is accounted for in the rules of thumb below.
/linux/Documentation/filesystems/
A Dautofs-mount-control.rst109 descriptor are accounted for in checks made to determine if a mount is
A Dproc.rst483 a single pte mapped, i.e. is currently used by only one process, is accounted
1788 been accounted as having caused 1MB of write.
1791 truncates some dirty pagecache, some IO which another task has been accounted
/linux/Documentation/admin-guide/mm/
A Dmemory-hotplug.rst496 allocator is accounted as MOVABLE, although

Completed in 36 milliseconds

12