Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/vm/
A Dhugetlb_reparenting_test.sh173 echo Test charge, rmdir, uncharge
185 echo uncharge
/linux/net/ipv4/
A Dtcp_bpf.c67 int flags, bool uncharge) in tcp_bpf_push() argument
102 if (uncharge) in tcp_bpf_push()
124 u32 apply_bytes, int flags, bool uncharge) in tcp_bpf_push_locked() argument
129 ret = tcp_bpf_push(sk, msg, apply_bytes, flags, uncharge); in tcp_bpf_push_locked()
/linux/kernel/bpf/
A Dbpf_local_storage.c277 goto uncharge; in bpf_local_storage_alloc()
303 goto uncharge; in bpf_local_storage_alloc()
317 uncharge: in bpf_local_storage_alloc()
/linux/Documentation/admin-guide/cgroup-v1/
A 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
A Dmemory.rst723 is, uncharge task's pages from the old cgroup and charge them to the new cgroup.
/linux/net/core/
A 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()
/linux/Documentation/admin-guide/
A Dcgroup-v2.rst2277 uncharge APIs. All of the APIs to interact with misc controller are in

Completed in 28 milliseconds