Home
last modified time | relevance | path

Searched refs:new_batch_sz (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/net/unix/
Daf_unix.c3446 unsigned int new_batch_sz) in bpf_iter_unix_realloc_batch() argument
3450 new_batch = kvmalloc(sizeof(*new_batch) * new_batch_sz, in bpf_iter_unix_realloc_batch()
3458 iter->max_sk = new_batch_sz; in bpf_iter_unix_realloc_batch()
/Linux-v6.1/net/ipv4/
Dtcp_ipv4.c2735 unsigned int new_batch_sz) in bpf_iter_tcp_realloc_batch() argument
2739 new_batch = kvmalloc(sizeof(*new_batch) * new_batch_sz, in bpf_iter_tcp_realloc_batch()
2747 iter->max_sk = new_batch_sz; in bpf_iter_tcp_realloc_batch()