Home
last modified time | relevance | path

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

12

/linux/net/ipv4/
H 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/
H A 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/include/trace/events/
H A Dkmem.h29 __field( bool, accounted )
39 __entry->accounted = IS_ENABLED(CONFIG_MEMCG) ?
51 __entry->accounted ? "true" : "false")
/linux/Documentation/admin-guide/cgroup-v1/
H A 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 o
[all...]
H A Drdma.rst35 resources can be accounted.
86 Following resources can be accounted by rdma controller.
/linux/net/tipc/
H A Dmsg.c209 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/tools/testing/selftests/net/packetdrill/
H A Dtcp_zerocopy_maxfrags.pkt16 // Each pinned zerocopy page is fully accounted to skb->truesize.
/linux/Documentation/mm/
H A Dallocation-profiling.rst17 adds warnings for allocations that weren't accounted because of a
/linux/Documentation/ABI/testing/
H A Dsysfs-block-zram73 statistics not accounted by block layer. For example,
H A Dsysfs-firmware-acpi189 error an interrupt that can't be accounted for above.
/linux/Documentation/arch/powerpc/
H A Dsyscall64-abi.rst116 system calls, and the different register conventions can be accounted for.
/linux/Documentation/driver-api/
H A Disa.rst61 everything was found to be present and accounted for. If it wanted the
/linux/Documentation/networking/
H 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/dev-tools/
H A Dcheckuapi.rst434 If you know this situation is accounted for in the kernel code, you can
471 cases that are not accounted for.
/linux/Documentation/trace/
H A Dtimerlat-tracer.rst110 by the IRQ execution (which indeed accounted for 12736 ns). But
H A Dhistogram-design.rst1174 addresses, those addresses also need to be accounted for when doing
/linux/Documentation/admin-guide/
H A Diostats.rst103 I/O time might be not accounted in case of concurrent requests.
/linux/lib/
H A DKconfig.kcsan151 primitives and patterns may be accounted for, and therefore could
/linux/Documentation/admin-guide/thermal/
H A Dintel_powerclamp.rst299 idle time is accounted as normal idle in that common code path is
/linux/tools/memory-model/Documentation/
H A Drecipes.txt465 This situation is accounted for in the rules of thumb below.
/linux/Documentation/admin-guide/blockdev/
H A Dzram.rst224 The stat file represents device's I/O statistics not accounted by block
/linux/Documentation/filesystems/
H A Dautofs-mount-control.rst109 descriptor are accounted for in checks made to determine if a mount is
H A Dproc.rst504 a single pte mapped, i.e. is currently used by only one process, is accounted
1831 been accounted as having caused 1MB of write.
1834 truncates some dirty pagecache, some IO which another task has been accounted
/linux/Documentation/userspace-api/
H A Dlandlock.rst472 Kernel memory allocated to create rulesets is accounted and can be restricted
/linux/Documentation/admin-guide/mm/
H A Dmemory-hotplug.rst514 allocator is accounted as MOVABLE, although

12