Searched refs:globals (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/ |
| D | i915_globals.c | 18 static LIST_HEAD(globals); 36 list_for_each_entry(global, &globals, link) in i915_globals_shrink() 52 list_add_tail(&global->link, &globals); in i915_global_register() 59 list_for_each_entry_safe_reverse(global, next, &globals, link) in __i915_globals_cleanup()
|
| /Linux-v5.4/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-v5.4/mm/kasan/ |
| D | generic.c | 217 void __asan_register_globals(struct kasan_global *globals, size_t size) in __asan_register_globals() argument 222 register_global(&globals[i]); in __asan_register_globals() 226 void __asan_unregister_globals(struct kasan_global *globals, size_t size) in __asan_unregister_globals() argument
|
| D | kasan.h | 212 void __asan_register_globals(struct kasan_global *globals, size_t size); 213 void __asan_unregister_globals(struct kasan_global *globals, size_t size);
|
| /Linux-v5.4/Documentation/filesystems/ext4/ |
| D | index.rst | 13 globals
|
| /Linux-v5.4/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-v5.4/scripts/ |
| D | Makefile.kasan | 30 $(call cc-param,asan-globals=1) \
|
| /Linux-v5.4/Documentation/ |
| D | conf.py | 593 loadConfig(globals())
|