Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dtcp_bpf.c216 int flags, bool uncharge) in tcp_bpf_push() argument
251 if (uncharge) in tcp_bpf_push()
273 u32 apply_bytes, int flags, bool uncharge) in tcp_bpf_push_locked() argument
278 ret = tcp_bpf_push(sk, msg, apply_bytes, flags, uncharge); in tcp_bpf_push_locked()
/Linux-v5.4/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.rst752 is, uncharge task's pages from the old cgroup and charge them to the new cgroup.
/Linux-v5.4/net/core/
Dbpf_sk_storage.c340 goto uncharge; in sk_storage_alloc()
362 goto uncharge; in sk_storage_alloc()
376 uncharge: in sk_storage_alloc()
Dskmsg.c157 int uncharge = (bytes < sge->length) ? bytes : sge->length; in sk_msg_return() local
159 sk_mem_uncharge(sk, uncharge); in sk_msg_return()
160 bytes -= uncharge; in sk_msg_return()