Searched refs:globals (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/samples/bpf/ |
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()
|
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)
|
D | lwt_len_hist.sh | 12 rm /sys/fs/bpf/tc/globals/lwt_len_hist_map
|
/linux-6.6.21/Documentation/filesystems/ext4/ |
D | index.rst | 13 globals
|
/linux-6.6.21/arch/sparc/kernel/ |
D | dtlb_prot.S | 21 rdpr %pstate, %g5 ! Move into alt-globals
|
D | cherrs.S | 187 andcc %g4, %g3, %g0 ! Interrupt globals in use? 238 andcc %g4, %g3, %g0 ! Interrupt globals in use?
|
/linux-6.6.21/scripts/ |
D | Makefile.kasan | 43 $(call cc-param,asan-globals=1) \
|
/linux-6.6.21/mm/kasan/ |
D | generic.c | 227 struct kasan_global *globals = ptr; in __asan_register_globals() local 230 register_global(&globals[i]); in __asan_register_globals()
|
D | kasan.h | 566 void __asan_register_globals(void *globals, ssize_t size); 567 void __asan_unregister_globals(void *globals, ssize_t size);
|
/linux-6.6.21/Documentation/ |
D | conf.py | 543 loadConfig(globals())
|
/linux-6.6.21/arch/arc/kernel/ |
D | head.S | 123 ; Clear BSS before updating any globals
|
/linux-6.6.21/tools/bpf/bpftool/Documentation/ |
D | bpftool-gen.rst | 164 access to all objects and globals defined in it, without
|
/linux-6.6.21/Documentation/userspace-api/netlink/ |
D | specs.rst | 58 - globals
|
/linux-6.6.21/Documentation/dev-tools/ |
D | kasan.rst | 401 This allows detection of invalid accesses to module globals, for example.
|