| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/libacpi/files/ |
| H A D | 0001-libacpi-Fix-build-witth-fno-commom.patch | 24 + * globals->battery_count 29 + * globals->thermal_count 34 + * globals->fan_count 47 * globals->battery_count 53 * globals->thermal_count 59 * globals->fan_count
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/ |
| H A D | __init__.py | 118 globals = sys.modules['__main__'].__dict__ 122 if not hasattr(globals, '__file__'): 123 globals['__file__'] = filepath 130 exec(compiled, globals, globals) 133 del globals['__file__']
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/ |
| H A D | __init__.py | 118 globals = sys.modules['__main__'].__dict__ 122 if not hasattr(globals, '__file__'): 123 globals['__file__'] = filepath 130 exec(compiled, globals, globals) 133 del globals['__file__']
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A 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()
|
| H A 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)
|
| H A D | lwt_len_hist.sh | 12 rm /sys/fs/bpf/tc/globals/lwt_len_hist_map
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_globals.c | 18 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()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/emacs/files/ |
| H A D | usemake-docfile-native.patch | 58 am__v_GLOBALS_0 = @echo " GEN " globals.h; 62 - $(AM_V_GLOBALS)$(libsrc)/make-docfile -d $(srcdir) -g $(obj) > globals.tmp 64 + make-docfile -d $(srcdir) -g $(obj) > globals.tmp 65 $(AM_V_at)$(top_srcdir)/build-aux/move-if-change globals.tmp globals.h
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-core/busybox/busybox/ |
| H A D | 0001-apply-const-trick-to-ptr_to_globals.patch | 37 @@ -2281,7 +2281,7 @@ struct globals; 41 -extern struct globals *const ptr_to_globals; 42 +extern struct globals *BB_GLOBAL_CONST ptr_to_globals;
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | CVE-2019-13232_p2.patch | 34 globals.c | 1 + 35 globals.h | 3 + 276 diff --git a/globals.c b/globals.c 278 --- a/globals.c 279 +++ b/globals.c 288 diff --git a/globals.h b/globals.h 290 --- a/globals.h 291 +++ b/globals.h
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/mpeg2dec/files/ |
| H A D | 61_global-symbol-test.patch | 11 test/globals | 42 +++++++++++++++++++++++++++--------------- 14 --- mpeg2dec.orig/test/globals 15 +++ mpeg2dec/test/globals
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
| H A D | mips-less-memory.patch | 11 --- a/deps/v8/src/common/globals.h 12 +++ b/deps/v8/src/common/globals.h
|
| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H A D | generic.c | 218 void __asan_register_globals(struct kasan_global *globals, size_t size) in __asan_register_globals() argument 223 register_global(&globals[i]); in __asan_register_globals() 227 void __asan_unregister_globals(struct kasan_global *globals, size_t size) in __asan_unregister_globals() argument
|
| H A D | kasan.h | 456 void __asan_register_globals(struct kasan_global *globals, size_t size); 457 void __asan_unregister_globals(struct kasan_global *globals, size_t size);
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | index.rst | 13 globals
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.kasan | 14 --param asan-stack=1 --param asan-globals=1 \
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | Makefile.kasan | 14 --param asan-stack=1 --param asan-globals=1 \
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | meson.build | 16 'globals.c',
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | dtlb_prot.S | 21 rdpr %pstate, %g5 ! Move into alt-globals
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.kasan | 27 $(call cc-param,asan-globals=1) \
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | Makefile.kasan | 27 $(call cc-param,asan-globals=1) \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch | 26 _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/controllers/ |
| H A D | testtargetloader.py | 61 module = __import__(modulename, globals(), locals(), [target])
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | Makefile.kasan | 34 $(call cc-param,asan-globals=1) \
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | Makefile.kasan | 34 $(call cc-param,asan-globals=1) \
|