linux_dsm_epyc7002/kernel/bpf
Eric Dumazet 9147efcbe0 bpf: add schedule points to map alloc/free
While using large percpu maps, htab_map_alloc() can hold
cpu for hundreds of ms.

This patch adds cond_resched() calls to percpu alloc/free
call sites, all running in process context.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2017-12-12 15:27:22 -08:00
..
arraymap.c
bpf_lru_list.c
bpf_lru_list.h
cgroup.c
core.c bpf: set maximum number of attached progs to 64 for a single perf tp 2017-12-01 02:56:10 +01:00
cpumap.c
devmap.c
disasm.c
disasm.h
hashtab.c bpf: add schedule points to map alloc/free 2017-12-12 15:27:22 -08:00
helpers.c
inode.c
lpm_trie.c
Makefile
map_in_map.c
map_in_map.h
offload.c bpf: offload: add a license header 2017-11-27 22:24:51 +01:00
percpu_freelist.c bpf: fix lockdep splat 2017-11-15 19:46:32 +09:00
percpu_freelist.h
sockmap.c
stackmap.c
syscall.c bpf: revert report offload info to user space 2017-11-21 00:37:35 +01:00
tnum.c
verifier.c bpf: fix branch pruning logic 2017-11-23 10:56:35 +01:00