Searched refs:uncharge (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/tools/testing/selftests/mm/ |
D | hugetlb_reparenting_test.sh | 179 echo Test charge, rmdir, uncharge 191 echo uncharge
|
/linux-6.12.1/net/ipv4/ |
D | tcp_bpf.c | 89 int flags, bool uncharge) in tcp_bpf_push() argument 129 if (uncharge) in tcp_bpf_push() 151 u32 apply_bytes, int flags, bool uncharge) in tcp_bpf_push_locked() argument 156 ret = tcp_bpf_push(sk, msg, apply_bytes, flags, uncharge); in tcp_bpf_push_locked()
|
/linux-6.12.1/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 | 765 is, uncharge task's pages from the old cgroup and charge them to the new cgroup.
|
/linux-6.12.1/kernel/bpf/ |
D | bpf_local_storage.c | 472 goto uncharge; in bpf_local_storage_alloc() 499 goto uncharge; in bpf_local_storage_alloc() 514 uncharge: in bpf_local_storage_alloc()
|
/linux-6.12.1/net/core/ |
D | skmsg.c | 168 int uncharge = (bytes < sge->length) ? bytes : sge->length; in sk_msg_return() local 170 sk_mem_uncharge(sk, uncharge); in sk_msg_return() 171 bytes -= uncharge; in sk_msg_return()
|
/linux-6.12.1/Documentation/admin-guide/ |
D | cgroup-v2.rst | 2671 uncharge APIs. All of the APIs to interact with misc controller are in
|