Home
last modified time | relevance | path

Searched refs:uncharge (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/Documentation/cgroup-v1/
Drdma.txt62 to new owner cgroup for new resource. It also allows to uncharge resource of
70 charge the resource. So that it correctly uncharge them when applications are
Dmemory.txt660 is, uncharge task's pages from the old cgroup and charge them to the new cgroup.
/Linux-v4.19/kernel/bpf/
Dsockmap.c475 int flags, bool uncharge) in bpf_tcp_push() argument
502 if (uncharge) in bpf_tcp_push()
514 if (uncharge) in bpf_tcp_push()
552 int uncharge = (bytes < sg[i].length) ? bytes : sg[i].length; in return_mem_sg() local
554 sk_mem_uncharge(sk, uncharge); in return_mem_sg()
555 bytes -= uncharge; in return_mem_sg()