Searched refs:globals (Results 1 – 16 of 16) sorted by relevance
| /linux/samples/bpf/ |
| H A D | sockex3_kern.c | 58 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 D | tc_l2_redirect.sh | 83 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 D | lwt_len_hist.sh | 12 rm /sys/fs/bpf/tc/globals/lwt_len_hist_map
|
| /linux/tools/net/sunrpc/xdrgen/generators/ |
| H A D | __init__.py | 25 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 D | dtlb_prot.S | 21 rdpr %pstate, %g5 ! Move into alt-globals
|
| H A D | cherrs.S | 187 andcc %g4, %g3, %g0 ! Interrupt globals in use? 238 andcc %g4, %g3, %g0 ! Interrupt globals in use?
|
| /linux/scripts/ |
| H A D | Makefile.kasan | 61 asan-globals=1
|
| /linux/mm/kasan/ |
| H A D | generic.c | 240 struct kasan_global *globals = ptr; in __asan_register_globals() local 243 register_global(&globals[i]); in __asan_register_globals()
|
| H A D | kasan.h | 591 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 D | iou-zcrx.py | 140 ksft_run(globs=globals(), case_pfx={"test_"}, args=(cfg, ))
|
| H A D | rss_api.py | 471 ksft_run(globs=globals(), case_pfx={"test_"}, args=(cfg, ))
|
| /linux/tools/testing/selftests/damon/ |
| H A D | drgn_dump_damon_status.py | 15 if "prog" not in globals():
|
| /linux/arch/arc/kernel/ |
| H A D | head.S | 123 ; Clear BSS before updating any globals
|
| /linux/arch/arm64/boot/dts/apple/ |
| H A D | t600x-common.dtsi | 391 gpu_globals: globals {
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | psp.py | 624 ksft_run(cases=cases, globs=globals(),
|
| /linux/Documentation/dev-tools/ |
| H A D | kasan.rst | 428 This allows detection of invalid accesses to module globals, for example.
|