Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/i915/
Di915_globals.c18 static LIST_HEAD(globals);
39 list_for_each_entry(global, &globals, link) in i915_globals_shrink()
77 list_add_tail(&global->link, &globals); in i915_global_register()
84 list_for_each_entry_safe_reverse(global, next, &globals, link) in __i915_globals_cleanup()
/Linux-v5.10/samples/bpf/
Dsockex3_kern.c93 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()
Dtc_l2_redirect.sh80 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.10/mm/kasan/
Dgeneric.c217 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
Dkasan.h232 void __asan_register_globals(struct kasan_global *globals, size_t size);
233 void __asan_unregister_globals(struct kasan_global *globals, size_t size);
/Linux-v5.10/Documentation/filesystems/ext4/
Dindex.rst13 globals
/Linux-v5.10/arch/sparc/kernel/
Ddtlb_prot.S21 rdpr %pstate, %g5 ! Move into alt-globals
Dcherrs.S187 andcc %g4, %g3, %g0 ! Interrupt globals in use?
238 andcc %g4, %g3, %g0 ! Interrupt globals in use?
/Linux-v5.10/scripts/
DMakefile.kasan28 $(call cc-param,asan-globals=1) \
/Linux-v5.10/Documentation/
Dconf.py633 loadConfig(globals())
/Linux-v5.10/arch/arc/kernel/
Dhead.S123 ; Clear BSS before updating any globals
/Linux-v5.10/Documentation/dev-tools/
Dkasan.rst246 them. This allows detection of invalid accesses to module globals, for