Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcputime.c268 u64 accounted; in account_other_time() local
272 accounted = steal_account_process_time(max); in account_other_time()
274 if (accounted < max) in account_other_time()
275 accounted += irqtime_tick_accounted(max - accounted); in account_other_time()
277 return accounted; in account_other_time()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H 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.
216 Shared pages are accounted on the basis of the first touch approach. The
217 cgroup that first touches a page is accounted for the page. The principle
[all …]
H A Drdma.rst35 resources can be accounted.
86 Following resources can be accounted by rdma controller.
/OK3568_Linux_fs/kernel/net/tipc/
H A Dmsg.c210 int accounted, total, curr; in tipc_msg_append() local
215 accounted = skb ? msg_blocks(buf_msg(skb)) : 0; in tipc_msg_append()
216 total = accounted; in tipc_msg_append()
243 return total - accounted; in tipc_msg_append()
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H 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
H A Dcompletion.rst237 an impact on how the task is accounted in scheduling/IO stats::
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-block-zram73 statistics not accounted by block layer. For example,
H A Dsysfs-firmware-acpi146 error an interrupt that can't be accounted for above.
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dsyscall64-abi.rst103 system calls, and the different register conventions can be accounted for.
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Disa.rst61 everything was found to be present and accounted for. If it wanted the
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dhmm.rst411 For now, device memory is accounted as any regular page in rss counters (either
424 Same decision was made for memory cgroup. Device memory pages are accounted
425 against same memory cgroup a regular page would be accounted to. This does
H A Dtranshuge.rst128 - map/unmap of the whole compound page is accounted for in compound_mapcount
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dsv_SE107 % exists in some names in Swedish and foreign words, but is accounted
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dsv_SE107 % exists in some names in Swedish and foreign words, but is accounted
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dmemory-allocation.rst55 allocations that should be accounted.
/OK3568_Linux_fs/kernel/lib/
H A DKconfig.kcsan158 primitives and patterns may be accounted for, and therefore could
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/
H A Drust-common.inc347 # These are accounted for in tmpdir path names so don't need to be in the task sig
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Diostats.rst103 I/O time might be not accounted in case of concurrent requests.
/OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/
H A Dintel_powerclamp.rst294 idle time is accounted as normal idle in that common code path is
/OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/
H A Dzram.rst224 The stat file represents device's I/O statistics not accounted by block
/OK3568_Linux_fs/kernel/tools/memory-model/Documentation/
H A Drecipes.txt465 This situation is accounted for in the rules of thumb below.
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dautofs-mount-control.rst109 descriptor are accounted for in checks made to determine if a mount is
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DREADME252 40 on the buggy version of fstime, such that fstime accounted for over

12