Home
last modified time | relevance | path

Searched refs:globals (Results 1 – 16 of 16) sorted by relevance

/linux/samples/bpf/
H A Dsockex3_kern.c58 struct globals { struct
65 __type(value, struct globals); argument
70 static struct globals *this_cpu_globals(void) in this_cpu_globals()
90 static void update_stats(struct __sk_buff *skb, struct globals *g) in update_stats()
107 struct globals *g, __u32 ip_proto) in parse_ip_proto()
160 struct globals *g = this_cpu_globals(); in bpf_func_ip()
189 struct globals *g = this_cpu_globals(); in bpf_func_ipv6()
H A Dtc_l2_redirect.sh83 rm -f /sys/fs/bpf/tc/globals/tun_iface
109 $REDIRECT_USER -U /sys/fs/bpf/tc/globals/tun_iface -i $(< /sys/class/net/ipt/ifindex)
146 $REDIRECT_USER -U /sys/fs/bpf/tc/globals/tun_iface -i $(< /sys/class/net/ip6t/ifindex)
H A Dlwt_len_hist.sh12 rm /sys/fs/bpf/tc/globals/lwt_len_hist_map
/linux/tools/net/sunrpc/xdrgen/generators/
H A D__init__.py25 environment.globals["annotate"] = get_xdr_annotate()
26 environment.globals["public_apis"] = public_apis
27 environment.globals["pass_by_reference"] = pass_by_reference
/linux/arch/sparc/kernel/
H A Ddtlb_prot.S21 rdpr %pstate, %g5 ! Move into alt-globals
H A Dcherrs.S187 andcc %g4, %g3, %g0 ! Interrupt globals in use?
238 andcc %g4, %g3, %g0 ! Interrupt globals in use?
/linux/scripts/
H A DMakefile.kasan61 asan-globals=1
/linux/mm/kasan/
H A Dgeneric.c240 struct kasan_global *globals = ptr; in __asan_register_globals() local
243 register_global(&globals[i]); in __asan_register_globals()
H A Dkasan.h591 void __asan_register_globals(void *globals, ssize_t size);
592 void __asan_unregister_globals(void *globals, ssize_t size);
/linux/tools/testing/selftests/drivers/net/hw/
H A Diou-zcrx.py140 ksft_run(globs=globals(), case_pfx={"test_"}, args=(cfg, ))
H A Drss_api.py471 ksft_run(globs=globals(), case_pfx={"test_"}, args=(cfg, ))
/linux/tools/testing/selftests/damon/
H A Ddrgn_dump_damon_status.py15 if "prog" not in globals():
/linux/arch/arc/kernel/
H A Dhead.S123 ; Clear BSS before updating any globals
/linux/arch/arm64/boot/dts/apple/
H A Dt600x-common.dtsi391 gpu_globals: globals {
/linux/tools/testing/selftests/drivers/net/
H A Dpsp.py624 ksft_run(cases=cases, globs=globals(),
/linux/Documentation/dev-tools/
H A Dkasan.rst428 This allows detection of invalid accesses to module globals, for example.