Lines Matching defs:value
49 long value;61 value = 0;63 value += values[i];65 data[ind] = value;66 if (value && ind > max_ind)68 if (value > max_value)69 max_value = value;120 long key, next_key, value;177 bpf_map_lookup_elem(map_fd[0], &next_key, &value);178 printf("location 0x%lx count %ld\n", next_key, value);