Home
last modified time | relevance | path

Searched refs:glob (Results 1 – 25 of 261) sorted by relevance

1234567891011

/OK3568_Linux_fs/kernel/drivers/gpu/drm/ttm/
H A Dttm_memory.c49 struct ttm_mem_global *glob; member
97 spin_lock(&zone->glob->lock); in ttm_mem_zone_show()
108 spin_unlock(&zone->glob->lock); in ttm_mem_zone_show()
114 static void ttm_check_swapping(struct ttm_mem_global *glob);
134 spin_lock(&zone->glob->lock); in ttm_mem_zone_store()
147 spin_unlock(&zone->glob->lock); in ttm_mem_zone_store()
149 ttm_check_swapping(zone->glob); in ttm_mem_zone_store()
183 struct ttm_mem_global *glob = in ttm_mem_global_show() local
187 spin_lock(&glob->lock); in ttm_mem_global_show()
188 val = glob->lower_mem_limit; in ttm_mem_global_show()
[all …]
H A Dttm_bo.c90 struct ttm_bo_global *glob = in ttm_bo_global_show() local
94 atomic_read(&glob->bo_count)); in ttm_bo_global_show()
460 struct ttm_bo_global *glob = &ttm_bo_glob; in ttm_bo_delayed_delete() local
466 spin_lock(&glob->lru_lock); in ttm_bo_delayed_delete()
477 spin_unlock(&glob->lru_lock); in ttm_bo_delayed_delete()
480 spin_lock(&glob->lru_lock); in ttm_bo_delayed_delete()
486 spin_unlock(&glob->lru_lock); in ttm_bo_delayed_delete()
490 spin_lock(&glob->lru_lock); in ttm_bo_delayed_delete()
494 spin_unlock(&glob->lru_lock); in ttm_bo_delayed_delete()
1330 struct ttm_bo_global *glob = in ttm_bo_global_kobj_release() local
[all …]
H A Dttm_resource.c94 struct ttm_bo_global *glob = &ttm_bo_glob; in ttm_resource_manager_force_list_clean() local
103 spin_lock(&glob->lru_lock); in ttm_resource_manager_force_list_clean()
106 spin_unlock(&glob->lru_lock); in ttm_resource_manager_force_list_clean()
111 spin_lock(&glob->lru_lock); in ttm_resource_manager_force_list_clean()
114 spin_unlock(&glob->lru_lock); in ttm_resource_manager_force_list_clean()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Darchiver.py6 import glob
38 included_present = len(glob.glob(src_path + '/%s-*/*' % include_recipe))
42 excluded_present = len(glob.glob(src_path + '/%s-*/*' % exclude_recipe))
70 included_present = len(glob.glob(src_path_target + '/%s-*/*' % target_recipe))
74 excluded_present = len(glob.glob(src_path_native + '/%s-*/*' % native_recipe))
107 included_present = len(glob.glob(src_path_target + '/%s-*/*' % target_recipes[0]))
110 included_present = len(glob.glob(src_path_native + '/%s-*/*' % native_recipes[1]))
114 excluded_present = len(glob.glob(src_path_native + '/%s-*/*' % native_recipes[0]))
117 excluded_present = len(glob.glob(src_path_target + '/%s-*/*' % target_recipes[1]))
148 glob_result = glob.glob(glob_str)
[all …]
H A Dwic.py16 from glob import glob
172 self.assertEqual(1, len(glob(os.path.join (self.resultdir, "wictestdisk-*.direct"))))
179 self.assertEqual(1, len(glob(os.path.join(self.resultdir, "directdisk-*.direct"))))
192 self.assertEqual(1, len(glob(os.path.join(self.resultdir, "HYBRID_ISO_IMG-*.direct"))))
193 self.assertEqual(1, len(glob(os.path.join (self.resultdir, "HYBRID_ISO_IMG-*.iso"))))
200 self.assertEqual(1, len(glob(os.path.join(self.resultdir, "qemux86-directdisk-*direct"))))
207 self.assertEqual(1, len(glob(os.path.join(self.resultdir, "mkefidisk-*direct"))))
218 …self.assertEqual(1, len(glob(os.path.join(self.resultdir, "directdisk-bootloader-config-*direct"))…
229 self.assertEqual(1, len(glob(os.path.join(self.resultdir, "systemd-bootdisk-*direct"))))
238 images = glob(os.path.join(self.resultdir, "mkefidisk-*.direct"))
[all …]
H A Dpseudo.py5 import glob
23 test1_pyc_present = len(glob.glob(os.path.join(pycache_path, 'pseudo_pyc_test1.*.pyc')))
26 test2_pyc_present = len(glob.glob(os.path.join(pycache_path, 'pseudo_pyc_test2.*.pyc')))
H A Dsigning.py9 import glob
162 recipe_sig = glob.glob(sstatedir + '/*/*/*:ed:*_populate_lic.tar.zst.sig')
163 recipe_archive = glob.glob(sstatedir + '/*/*/*:ed:*_populate_lic.tar.zst')
/OK3568_Linux_fs/buildroot/package/bash/
H A D0003-glob-fix-dequote_pathname-vs.-udequote_pathname.patch4 Subject: [PATCH] glob: fix dequote_pathname vs. udequote_pathname
11 glob.c:123:28: error: static declaration of ‘udequote_pathname’ follows non-static declaration
14 glob.c:125:13: note: in expansion of macro ‘dequote_pathname’
17 glob.c:118:6: note: previous declaration of ‘udequote_pathname’ was here
23 lib/glob/glob.c | 3 +--
26 diff --git a/lib/glob/glob.c b/lib/glob/glob.c
28 --- a/lib/glob/glob.c
29 +++ b/lib/glob/glob.c
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0007-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch21 src/basic/glob-util.c | 12 ++++++++++++
22 src/test/test-glob-util.c | 16 ++++++++++++++++
26 diff --git a/src/basic/glob-util.c b/src/basic/glob-util.c
28 --- a/src/basic/glob-util.c
29 +++ b/src/basic/glob-util.c
59 k = glob(path, flags | GLOB_ALTDIRFUNC, NULL, pglob);
61 + k = glob(path, flags, NULL, pglob);
66 diff --git a/src/test/test-glob-util.c b/src/test/test-glob-util.c
68 --- a/src/test/test-glob-util.c
69 +++ b/src/test/test-glob-util.c
[all …]
/OK3568_Linux_fs/kernel/include/drm/ttm/
H A Dttm_memory.h82 int ttm_mem_global_init(struct ttm_mem_global *glob);
83 void ttm_mem_global_release(struct ttm_mem_global *glob);
84 int ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory,
86 void ttm_mem_global_free(struct ttm_mem_global *glob, uint64_t amount);
87 int ttm_mem_global_alloc_page(struct ttm_mem_global *glob,
90 void ttm_mem_global_free_page(struct ttm_mem_global *glob,
93 bool ttm_check_under_lowerlimit(struct ttm_mem_global *glob, uint64_t num_pages,
H A Dttm_page_alloc.h37 int ttm_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages);
81 int ttm_dma_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages);
98 static inline int ttm_dma_page_alloc_init(struct ttm_mem_global *glob, in ttm_dma_page_alloc_init() argument
/OK3568_Linux_fs/yocto/poky/scripts/tiny/
H A Dksize.py28 def __init__(self, glob): argument
29 self.title = glob
30 … p = Popen("size -t " + str(glob), shell=True, stdout=PIPE, stderr=PIPE, universal_newlines=True)
53 glob = ' '.join(p.communicate()[0].splitlines())
54 oreport = Report(glob, str(path) + "/*.o")
78 def __init__(self, glob, title): argument
79 self.glob = glob
81 self.sizes = Sizes(glob)
142 glob = "arch/*/built-in.[o,a] */built-in.[o,a]"
143 vmlinux = Report.create("vmlinux", "Linux Kernel", glob)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0007-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch21 src/basic/glob-util.c | 12 ++++++++++++
22 src/test/test-glob-util.c | 16 ++++++++++++++++
26 --- a/src/basic/glob-util.c
27 +++ b/src/basic/glob-util.c
57 k = glob(path, flags | GLOB_ALTDIRFUNC, NULL, pglob);
59 + k = glob(path, flags, NULL, pglob);
64 --- a/src/test/test-glob-util.c
65 +++ b/src/test/test-glob-util.c
98 r = glob(fn, GLOB_NOSORT|GLOB_BRACE|GLOB_ALTDIRFUNC, NULL, &g);
100 + r = glob(fn, GLOB_NOSORT|GLOB_BRACE, NULL, &g);
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/rpm/
H A Dsdk.py5 import glob
94 for f in glob.glob(os.path.join(self.sdk_output,
110 for f in glob.glob(os.path.join(self.sdk_output, "etc", "rpm*")):
112 for f in glob.glob(os.path.join(self.sdk_output, "etc", "dnf", "*")):
/OK3568_Linux_fs/buildroot/package/popt/
H A D0002-Detect-glob_pattern_p.patch6 The current popt build system tests the existence of <glob.h>, and
8 be available. Unfortunately, that's not true with uClibc: <glob.h> may
9 be installed, but not necessarily the GNU glob extensions... and
11 uClibc toolchains that do not have GNU glob extensions enabled.
19 https://git.buildroot.net/buildroot/tree/package/popt/0003-glob-detection.patch]
47 #include <glob.h>
/OK3568_Linux_fs/buildroot/package/make/
H A D0001-configure.ac-Support-GLIBC-glob-interface-version-2.patch4 Subject: [PATCH] * configure.ac: Support GLIBC glob interface version 2
17 @@ -404,10 +404,9 @@ AC_CACHE_CHECK([if system libc has GNU glob], [make_cv_sys_gnu_glob],
18 #include <glob.h>
26 gnu glob
H A D0001-glob-Do-not-assume-glibc-glob-internals.patch4 Subject: [PATCH] glob: Do not assume glibc glob internals.
6 It has been proposed that glibc glob start using gl_lstat,
63 - /* We don't bother setting gl_lstat, since glob never calls it.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-ftp/netkit-ftp/
H A DAdd_ARG_MAX_define.patch8 Index: netkit-ftp-0.17/ftp/glob.c
10 --- netkit-ftp-0.17.orig/ftp/glob.c
11 +++ netkit-ftp-0.17/ftp/glob.c
19 #include "glob.h"
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_functions.c645 struct ftrace_hash *hash, char *glob, in ftrace_trace_probe_callback() argument
656 if (glob[0] == '!') in ftrace_trace_probe_callback()
657 return unregister_ftrace_function_probe_func(glob+1, tr, ops); in ftrace_trace_probe_callback()
676 ret = register_ftrace_function_probe(glob, tr, ops, count); in ftrace_trace_probe_callback()
683 char *glob, char *cmd, char *param, int enable) in ftrace_trace_onoff_callback() argument
696 return ftrace_trace_probe_callback(tr, ops, hash, glob, cmd, in ftrace_trace_onoff_callback()
702 char *glob, char *cmd, char *param, int enable) in ftrace_stacktrace_callback() argument
711 return ftrace_trace_probe_callback(tr, ops, hash, glob, cmd, in ftrace_stacktrace_callback()
717 char *glob, char *cmd, char *param, int enable) in ftrace_dump_callback() argument
727 return ftrace_trace_probe_callback(tr, ops, hash, glob, cmd, in ftrace_dump_callback()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/system-gdbinit/
H A Delinos.py19 import glob
51 result["xenomai"] = glob.glob(result["project"] + "/xenomai-[0-9.]*")
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/system-gdbinit/
H A Delinos.py19 import glob
51 result["xenomai"] = glob.glob(result["project"] + "/xenomai-[0-9.]*")
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpath.py6 import glob
124 if len(glob.glob('%s/.??*' % src)) > 0:
153 for name in glob.glob(path):
308 globbed = glob.glob(candidate)
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ni_routing/tools/
H A Dcsv_collection.py4 import os, csv, glob
27 for fname in glob.glob(pattern):
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgv100.c35 char glob[128]; in gv100_gr_trap_sm() local
37 nvkm_snprintbf(glob, sizeof(glob), gf100_mp_global_error, gerr); in gv100_gr_trap_sm()
42 gpc, tpc, sm, gerr, glob, werr, warp ? warp->name : ""); in gv100_gr_trap_sm()
/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Ddmxconfig.c548 #define GEN(param,glob,def) \ argument
549 void dmxConfigSet##glob(const char *param) { \
550 if (dmx##glob) free((void *)dmx##glob); \
551 dmx##glob = strdup(param); \
553 char *dmxConfigGet##glob(void) { \
554 return (char *)(dmx##glob ? dmx##glob : def); \

1234567891011