Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/tools/net/sunrpc/xdrgen/generators/
H A D__init__.py22 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 Dindex.rst13 globals
/linux-6.15/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-6.15/scripts/
H A DMakefile.kasan61 asan-globals=1
/linux-6.15/mm/kasan/
H A Dkasan.h583 void __asan_register_globals(void *globals, ssize_t size);
584 void __asan_unregister_globals(void *globals, ssize_t size);
H A Dgeneric.c229 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 Dnic_link_layer.py108 ksft_run(globs=globals(), case_pfx={"test_"}, args=(cfg, link_config, time_delay,))
H A Diou-zcrx.py86 ksft_run(globs=globals(), case_pfx={"test_"}, args=(cfg, ))
H A Dnic_performance.py132 … ksft_run(globs=globals(), case_pfx={"test_"}, args=(cfg, link_config, test_config, traffic, ))
/linux-6.15/Documentation/
H A Dconf.py550 loadConfig(globals())
/linux-6.15/arch/arc/kernel/
H A Dhead.S123 ; Clear BSS before updating any globals
/linux-6.15/Documentation/userspace-api/netlink/
H A Dspecs.rst58 - globals
/linux-6.15/tools/bpf/bpftool/Documentation/
H A Dbpftool-gen.rst145 globals defined in it, without having to know about the larger program.
/linux-6.15/Documentation/dev-tools/
H A Dkasan.rst425 This allows detection of invalid accesses to module globals, for example.