Searched refs:uncharge (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
D | hugetlb_reparenting_test.sh | 170 echo Test charge, rmdir, uncharge 182 echo uncharge
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | bpf_local_storage.c | 280 goto uncharge; in bpf_local_storage_alloc() 306 goto uncharge; in bpf_local_storage_alloc() 320 uncharge: in bpf_local_storage_alloc()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp_bpf.c | 151 int flags, bool uncharge) in tcp_bpf_push() argument 186 if (uncharge) in tcp_bpf_push() 208 u32 apply_bytes, int flags, bool uncharge) in tcp_bpf_push_locked() argument 213 ret = tcp_bpf_push(sk, msg, apply_bytes, flags, uncharge); in tcp_bpf_push_locked()
|
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
D | rdma.rst | 63 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
|
D | memory.rst | 756 is, uncharge task's pages from the old cgroup and charge them to the new cgroup.
|
/kernel/linux/linux-5.10/net/core/ |
D | skmsg.c | 167 int uncharge = (bytes < sge->length) ? bytes : sge->length; in sk_msg_return() local 169 sk_mem_uncharge(sk, uncharge); in sk_msg_return() 170 bytes -= uncharge; in sk_msg_return()
|