Searched refs:globals (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/samples/bpf/ |
D | sockex3_kern.c | 90 struct globals { struct 97 .value_size = sizeof(struct globals), argument 102 static struct globals *this_cpu_globals(void) in this_cpu_globals() 122 static void update_stats(struct __sk_buff *skb, struct globals *g) in update_stats() 139 struct globals *g, __u32 ip_proto) in parse_ip_proto() 191 struct globals *g = this_cpu_globals(); in PROG() 219 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)
|
/Linux-v4.19/mm/kasan/ |
D | kasan.h | 128 void __asan_register_globals(struct kasan_global *globals, size_t size); 129 void __asan_unregister_globals(struct kasan_global *globals, size_t size);
|
D | kasan.c | 665 void __asan_register_globals(struct kasan_global *globals, size_t size) in __asan_register_globals() argument 670 register_global(&globals[i]); in __asan_register_globals() 674 void __asan_unregister_globals(struct kasan_global *globals, size_t size) in __asan_unregister_globals() argument
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | index.rst | 8 .. include:: globals.rst
|
/Linux-v4.19/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-v4.19/Documentation/ |
D | conf.py | 560 loadConfig(globals())
|
/Linux-v4.19/scripts/ |
D | Makefile.kasan | 32 $(call cc-param,asan-globals=1) \
|
/Linux-v4.19/Documentation/s390/ |
D | Debugging390.txt | 184 Bytes after 0xc00 hex are used by linux for per processor globals on s/390 and 352 (which we use for per-processor globals). 458 all globals & shared library objects are found using this pointer.
|