Searched refs:globals (Results 1 – 18 of 18) sorted by relevance
| /linux-6.15/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-6.15/tools/net/sunrpc/xdrgen/generators/ |
| H A D | __init__.py | 22 environment.globals["annotate"] = get_xdr_annotate() 23 environment.globals["public_apis"] = public_apis 24 environment.globals["pass_by_reference"] = pass_by_reference
|
| /linux-6.15/Documentation/filesystems/ext4/ |
| H A D | index.rst | 13 globals
|
| /linux-6.15/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-6.15/scripts/ |
| H A D | Makefile.kasan | 61 asan-globals=1
|
| /linux-6.15/mm/kasan/ |
| H A D | kasan.h | 583 void __asan_register_globals(void *globals, ssize_t size); 584 void __asan_unregister_globals(void *globals, ssize_t size);
|
| H A D | generic.c | 229 struct kasan_global *globals = ptr; in __asan_register_globals() local 232 register_global(&globals[i]); in __asan_register_globals()
|
| /linux-6.15/tools/testing/selftests/drivers/net/hw/ |
| H A D | nic_link_layer.py | 108 ksft_run(globs=globals(), case_pfx={"test_"}, args=(cfg, link_config, time_delay,))
|
| H A D | iou-zcrx.py | 86 ksft_run(globs=globals(), case_pfx={"test_"}, args=(cfg, ))
|
| H A D | nic_performance.py | 132 … ksft_run(globs=globals(), case_pfx={"test_"}, args=(cfg, link_config, test_config, traffic, ))
|
| /linux-6.15/Documentation/ |
| H A D | conf.py | 550 loadConfig(globals())
|
| /linux-6.15/arch/arc/kernel/ |
| H A D | head.S | 123 ; Clear BSS before updating any globals
|
| /linux-6.15/Documentation/userspace-api/netlink/ |
| H A D | specs.rst | 58 - globals
|
| /linux-6.15/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-gen.rst | 145 globals defined in it, without having to know about the larger program.
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | kasan.rst | 425 This allows detection of invalid accesses to module globals, for example.
|