Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/libacpi/files/
H A D0001-libacpi-Fix-build-witth-fno-commom.patch24 + * 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__.py118 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__.py118 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 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()
H A 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)
H A Dlwt_len_hist.sh12 rm /sys/fs/bpf/tc/globals/lwt_len_hist_map
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A 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()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/emacs/files/
H A Dusemake-docfile-native.patch58 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 D0001-apply-const-trick-to-ptr_to_globals.patch37 @@ -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 DCVE-2019-13232_p2.patch34 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 D61_global-symbol-test.patch11 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 Dmips-less-memory.patch11 --- a/deps/v8/src/common/globals.h
12 +++ b/deps/v8/src/common/globals.h
/OK3568_Linux_fs/kernel/mm/kasan/
H A Dgeneric.c218 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 Dkasan.h456 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 Dindex.rst13 globals
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A DMakefile.kasan14 --param asan-stack=1 --param asan-globals=1 \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A DMakefile.kasan14 --param asan-stack=1 --param asan-globals=1 \
/OK3568_Linux_fs/external/xserver/dix/
H A Dmeson.build16 'globals.c',
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Ddtlb_prot.S21 rdpr %pstate, %g5 ! Move into alt-globals
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A DMakefile.kasan27 $(call cc-param,asan-globals=1) \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A DMakefile.kasan27 $(call cc-param,asan-globals=1) \
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D0001-distutils-sysconfig-append-STAGING_LIBDIR-python-sys.patch26 _temp = __import__(name, globals(), locals(), ['build_time_vars'], 0)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/controllers/
H A Dtesttargetloader.py61 module = __import__(modulename, globals(), locals(), [target])
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DMakefile.kasan34 $(call cc-param,asan-globals=1) \
/OK3568_Linux_fs/kernel/scripts/
H A DMakefile.kasan34 $(call cc-param,asan-globals=1) \

1234