Searched refs:percpu_value_buf (Results 1 - 2 of 2) sorted by last modified time

/linux-master/kernel/bpf/
H A Dhashtab.c1979 void *percpu_value_buf; // non-zero means percpu hash member in struct:bpf_iter_seq_hash_map_info
2082 if (!info->percpu_value_buf) {
2088 copy_map_value_long(map, info->percpu_value_buf + off,
2090 check_and_init_map_value(map, info->percpu_value_buf + off);
2093 ctx.value = info->percpu_value_buf;
2130 seq_info->percpu_value_buf = value_buf;
2144 kfree(seq_info->percpu_value_buf);
H A Darraymap.c547 void *percpu_value_buf; member in struct:bpf_iter_seq_array_map_info
565 if (info->percpu_value_buf)
584 if (info->percpu_value_buf)
611 if (!info->percpu_value_buf) {
617 copy_map_value_long(map, info->percpu_value_buf + off,
619 check_and_init_map_value(map, info->percpu_value_buf + off);
622 ctx.value = info->percpu_value_buf;
655 seq_info->percpu_value_buf = value_buf;
672 kfree(seq_info->percpu_value_buf);

Completed in 160 milliseconds