new_prog_cnt     1888 kernel/bpf/core.c 	int new_prog_cnt, carry_prog_cnt = 0;
new_prog_cnt     1915 kernel/bpf/core.c 	new_prog_cnt = carry_prog_cnt;
new_prog_cnt     1917 kernel/bpf/core.c 		new_prog_cnt += 1;
new_prog_cnt     1920 kernel/bpf/core.c 	if (!new_prog_cnt) {
new_prog_cnt     1926 kernel/bpf/core.c 	array = bpf_prog_array_alloc(new_prog_cnt + 1, GFP_KERNEL);