Searched refs:uncharge (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | hugetlb_reparenting_test.sh | 178 echo Test charge, rmdir, uncharge 190 echo uncharge
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_bpf.c | 91 int flags, bool uncharge) in tcp_bpf_push() argument 131 if (uncharge) in tcp_bpf_push() 153 u32 apply_bytes, int flags, bool uncharge) in tcp_bpf_push_locked() argument 158 ret = tcp_bpf_push(sk, msg, apply_bytes, flags, uncharge); in tcp_bpf_push_locked()
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H A 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
|
H A D | memory.rst | 748 is, uncharge task's pages from the old cgroup and charge them to the new cgroup.
|
/openbmc/linux/kernel/bpf/ |
H A D | bpf_local_storage.c | 498 goto uncharge; in bpf_local_storage_alloc() 525 goto uncharge; in bpf_local_storage_alloc() 540 uncharge: in bpf_local_storage_alloc()
|
/openbmc/linux/net/core/ |
H A 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()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | cgroup-v2.rst | 2435 uncharge APIs. All of the APIs to interact with misc controller are in
|