Searched refs:globals (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.1/samples/bpf/ |
D | sockex3_kern.c | 93 struct globals { struct 100 __type(value, struct globals); argument 105 static struct globals *this_cpu_globals(void) in this_cpu_globals() 125 static void update_stats(struct __sk_buff *skb, struct globals *g) in update_stats() 142 struct globals *g, __u32 ip_proto) in parse_ip_proto() 194 struct globals *g = this_cpu_globals(); in PROG() 222 struct globals *g = this_cpu_globals(); in PROG()
|
D | tc_l2_redirect.sh | 80 rm -f /sys/fs/bpf/tc/globals/tun_iface 106 $REDIRECT_USER -U /sys/fs/bpf/tc/globals/tun_iface -i $(< /sys/class/net/ipt/ifindex) 143 $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-v6.1/Documentation/filesystems/ext4/ |
D | index.rst | 13 globals
|
/Linux-v6.1/mm/kasan/ |
D | generic.c | 221 void __asan_register_globals(struct kasan_global *globals, size_t size) in __asan_register_globals() argument 226 register_global(&globals[i]); in __asan_register_globals() 230 void __asan_unregister_globals(struct kasan_global *globals, size_t size) in __asan_unregister_globals() argument
|
D | kasan.h | 565 void __asan_register_globals(struct kasan_global *globals, size_t size); 566 void __asan_unregister_globals(struct kasan_global *globals, size_t size);
|
/Linux-v6.1/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-v6.1/scripts/ |
D | Makefile.kasan | 34 $(call cc-param,asan-globals=1) \
|
/Linux-v6.1/Documentation/ |
D | conf.py | 668 loadConfig(globals())
|
/Linux-v6.1/arch/arc/kernel/ |
D | head.S | 123 ; Clear BSS before updating any globals
|
/Linux-v6.1/tools/bpf/bpftool/Documentation/ |
D | bpftool-gen.rst | 164 access to all objects and globals defined in it, without
|
/Linux-v6.1/Documentation/dev-tools/ |
D | kasan.rst | 381 This allows detection of invalid accesses to module globals, for example.
|