Lines Matching defs:value
48 long value;60 value = 0;62 value += values[i];64 data[ind] = value;65 if (value && ind > max_ind)67 if (value > max_value)68 max_value = value;118 long key, next_key, value;171 bpf_map_lookup_elem(map_fd[0], &next_key, &value);172 printf("location 0x%lx count %ld\n", next_key, value);