Home
last modified time | relevance | path

Searched refs:calc_location (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dstrobemeta.h130 * calc_location() in below for details.
274 static void *calc_location(struct strobe_value_loc *loc, void *tls_base) in calc_location() function
344 void *location = calc_location(&cfg->int_locs[idx], tls_base); in read_int_var()
364 location = calc_location(&cfg->str_locs[idx], tls_base); in read_str_var()
399 location = calc_location(&cfg->map_locs[idx], tls_base); in read_map_var()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dstrobemeta.h132 * calc_location() in below for details.
276 static void *calc_location(struct strobe_value_loc *loc, void *tls_base) in calc_location() function
346 void *location = calc_location(&cfg->int_locs[idx], tls_base); in read_int_var()
366 location = calc_location(&cfg->str_locs[idx], tls_base); in read_str_var()
400 location = calc_location(&cfg->map_locs[idx], tls_base); in read_map_var()

Completed in 2 milliseconds