Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/vm/
Dhugetlb_reparenting_test.sh170 echo Test charge, rmdir, uncharge
182 echo uncharge
/Linux-v5.10/kernel/bpf/
Dbpf_local_storage.c270 goto uncharge; in bpf_local_storage_alloc()
296 goto uncharge; in bpf_local_storage_alloc()
310 uncharge: in bpf_local_storage_alloc()
/Linux-v5.10/net/ipv4/
Dtcp_bpf.c147 int flags, bool uncharge) in tcp_bpf_push() argument
182 if (uncharge) in tcp_bpf_push()
204 u32 apply_bytes, int flags, bool uncharge) in tcp_bpf_push_locked() argument
209 ret = tcp_bpf_push(sk, msg, apply_bytes, flags, uncharge); in tcp_bpf_push_locked()
/Linux-v5.10/Documentation/admin-guide/cgroup-v1/
Drdma.rst63 to new owner cgroup for new resource. It also allows to uncharge resource of
71 charge the resource. So that it correctly uncharge them when applications are
Dmemory.rst747 is, uncharge task's pages from the old cgroup and charge them to the new cgroup.
/Linux-v5.10/net/core/
Dskmsg.c158 int uncharge = (bytes < sge->length) ? bytes : sge->length; in sk_msg_return() local
160 sk_mem_uncharge(sk, uncharge); in sk_msg_return()
161 bytes -= uncharge; in sk_msg_return()