Searched refs:uncharge (Results 1 – 5 of 5) sorted by relevance
216 int flags, bool uncharge) in tcp_bpf_push() argument251 if (uncharge) in tcp_bpf_push()273 u32 apply_bytes, int flags, bool uncharge) in tcp_bpf_push_locked() argument278 ret = tcp_bpf_push(sk, msg, apply_bytes, flags, uncharge); in tcp_bpf_push_locked()
63 to new owner cgroup for new resource. It also allows to uncharge resource of71 charge the resource. So that it correctly uncharge them when applications are
752 is, uncharge task's pages from the old cgroup and charge them to the new cgroup.
340 goto uncharge; in sk_storage_alloc()362 goto uncharge; in sk_storage_alloc()376 uncharge: in sk_storage_alloc()
157 int uncharge = (bytes < sge->length) ? bytes : sge->length; in sk_msg_return() local159 sk_mem_uncharge(sk, uncharge); in sk_msg_return()160 bytes -= uncharge; in sk_msg_return()