Home
last modified time | relevance | path

Searched defs:g (Results 1 – 19 of 19) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dtest_tcpbpf_kern.c34 struct tcpbpf_globals g, *gp; in update_event_map() local
38 struct tcpbpf_globals g = {0}; in update_event_map() local
120 struct tcpbpf_globals g, *gp; in bpf_testcb() local
160 struct tcpbpf_globals g, *gp; in bpf_testcb() local
Dtest_tcpnotify_kern.c65 struct tcpnotify_globals g, *gp; in bpf_testcb() local
Dtest_core_reloc_mods.c17 int a, b, c, d, e, f, g, h; member
41 struct core_reloc_mods_substruct g; member
Dbtf_dump_test_case_syntax.c106 printf_fn_t g; member
173 int g; member
187 void * restrict g; member
Dcore_reloc_types.h511 int a, b, c, d, e, f, g, h; member
535 struct core_reloc_mods_substruct g; member
551 core_reloc_mods_substruct_t g; member
569 core_reloc_mods_substruct_tt g; member
/tools/lib/bpf/
Dbpf_core_read.h241 #define ___last8(a, b, c, d, e, f, g, x) x argument
242 #define ___last9(a, b, c, d, e, f, g, h, x) x argument
243 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument
252 #define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g argument
253 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h argument
254 #define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i argument
263 #define ___arrow7(a, b, c, d, e, f, g) a->b->c->d->e->f->g argument
264 #define ___arrow8(a, b, c, d, e, f, g, h) a->b->c->d->e->f->g->h argument
265 #define ___arrow9(a, b, c, d, e, f, g, h, i) a->b->c->d->e->f->g->h->i argument
266 #define ___arrow10(a, b, c, d, e, f, g, h, i, j) a->b->c->d->e->f->g->h->i->j argument
/tools/testing/selftests/kvm/include/
Dkvm_util.h290 #define sync_global_to_guest(vm, g) ({ \ argument
295 #define sync_global_from_guest(vm, g) ({ \ argument
/tools/testing/selftests/bpf/
Dtest_tcpbpf_user.c96 struct tcpbpf_globals g = {0}; in main() local
Dtest_tcpnotify_user.c75 struct tcpnotify_globals g = {0}; in main() local
/tools/accounting/
Dgetdelays.c69 struct genlmsghdr g; member
167 struct genlmsghdr g; in get_family_id() member
/tools/testing/selftests/vDSO/
Dparse_vdso.c61 unsigned long h = 0, g; in elf_hash() local
/tools/include/linux/
Dirqflags.h37 #define trace_lock_acquire(a, b, c, d, e, f, g) argument
/tools/testing/selftests/vm/
Dthuge-gen.c63 glob_t g; in find_pagesizes() local
/tools/testing/selftests/cgroup/
Dtest_core.c601 int g, i, n_iterations = 1000; in migrating_thread_fn() local
/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h65 unsigned limit1:4, avl:1, l:1, db:1, g:1, base2:8; member
/tools/perf/util/
Dmetricgroup.c518 const char *g; in metricgroup__print() local
/tools/perf/bench/
Dnuma.c162 static struct global_info *g = NULL; variable
/tools/arch/x86/include/uapi/asm/
Dkvm.h136 __u8 present, dpl, db, s, l, g, avl; member
/tools/perf/scripts/python/
Dexported-sql-viewer.py2037 def RGBColourTooLight(r, g, b): argument