Searched refs:uncharge (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | hugetlb_reparenting_test.sh | 175 echo Test charge, rmdir, uncharge 187 echo uncharge
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | hugetlb_reparenting_test.sh | 178 echo Test charge, rmdir, uncharge 190 echo uncharge
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_bpf.c | 151 int flags, bool uncharge) in tcp_bpf_push() 186 if (uncharge) in tcp_bpf_push() 208 u32 apply_bytes, int flags, bool uncharge) in tcp_bpf_push_locked() 213 ret = tcp_bpf_push(sk, msg, apply_bytes, flags, uncharge); in tcp_bpf_push_locked() 150 tcp_bpf_push(struct sock *sk, struct sk_msg *msg, u32 apply_bytes, int flags, bool uncharge) tcp_bpf_push() argument 207 tcp_bpf_push_locked(struct sock *sk, struct sk_msg *msg, u32 apply_bytes, int flags, bool uncharge) tcp_bpf_push_locked() argument
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_bpf.c | 89 int flags, bool uncharge) in tcp_bpf_push() 129 if (uncharge) in tcp_bpf_push() 151 u32 apply_bytes, int flags, bool uncharge) in tcp_bpf_push_locked() 156 ret = tcp_bpf_push(sk, msg, apply_bytes, flags, uncharge); in tcp_bpf_push_locked() 88 tcp_bpf_push(struct sock *sk, struct sk_msg *msg, u32 apply_bytes, int flags, bool uncharge) tcp_bpf_push() argument 150 tcp_bpf_push_locked(struct sock *sk, struct sk_msg *msg, u32 apply_bytes, int flags, bool uncharge) tcp_bpf_push_locked() argument
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A 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() 411 * we can unlink and uncharge the old_sdata successfully in bpf_local_storage_update() 413 * and then uncharge the old selem later (which may cause in bpf_local_storage_update()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/net/core/ |
H A 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()
|
/kernel/linux/linux-6.6/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()
|
Completed in 9 milliseconds