Home
last modified time | relevance | path

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

123456

/freebsd/sys/dev/drm2/ttm/
H A Dttm_memory.c136 zone = glob->zones[i]; in ttm_zones_above_swap_target()
166 mtx_lock(&glob->lock); in ttm_shrink()
204 zone->glob = glob; in ttm_mem_init_kernel_zone()
207 glob->zones[glob->num_zones++] = zone; in ttm_mem_init_kernel_zone()
240 zone->glob = glob; in ttm_mem_init_dma32_zone()
243 glob->zones[glob->num_zones++] = zone; in ttm_mem_init_dma32_zone()
258 TASK_INIT(&glob->work, 0, ttm_shrink_work, glob); in ttm_mem_global_init()
275 ttm_page_alloc_init(glob, glob->zone_kernel->max_mem/(2*PAGE_SIZE)); in ttm_mem_global_init()
276 ttm_dma_page_alloc_init(glob, glob->zone_kernel->max_mem/(2*PAGE_SIZE)); in ttm_mem_global_init()
292 taskqueue_drain(glob->swap_queue, &glob->work); in ttm_mem_global_release()
[all …]
H A Dttm_memory.h107 mtx_lock(&glob->lock); in ttm_mem_register_shrink()
108 if (glob->shrink != NULL) { in ttm_mem_register_shrink()
109 mtx_unlock(&glob->lock); in ttm_mem_register_shrink()
112 glob->shrink = shrink; in ttm_mem_register_shrink()
113 mtx_unlock(&glob->lock); in ttm_mem_register_shrink()
128 mtx_lock(&glob->lock); in ttm_mem_unregister_shrink()
129 MPASS(glob->shrink == shrink); in ttm_mem_unregister_shrink()
130 glob->shrink = NULL; in ttm_mem_unregister_shrink()
131 mtx_unlock(&glob->lock); in ttm_mem_unregister_shrink()
136 extern int ttm_mem_global_init(struct ttm_mem_global *glob);
[all …]
H A Dttm_execbuf_util.c87 struct ttm_bo_global *glob; in ttm_eu_backoff_reservation() local
93 glob = entry->bo->glob; in ttm_eu_backoff_reservation()
94 mtx_lock(&glob->lru_lock); in ttm_eu_backoff_reservation()
96 mtx_unlock(&glob->lru_lock); in ttm_eu_backoff_reservation()
113 struct ttm_bo_global *glob; in ttm_eu_reserve_buffers() local
128 glob = entry->bo->glob; in ttm_eu_reserve_buffers()
130 mtx_lock(&glob->lru_lock); in ttm_eu_reserve_buffers()
191 mtx_unlock(&glob->lru_lock); in ttm_eu_reserve_buffers()
207 struct ttm_bo_global *glob; in ttm_eu_fence_buffer_objects() local
217 glob = bo->glob; in ttm_eu_fence_buffer_objects()
[all …]
H A Dttm_bo.c281 struct ttm_bo_global *glob = bo->glob; in ttm_bo_reserve() local
335 struct ttm_bo_global *glob = bo->glob; in ttm_bo_reserve_slowpath() local
358 struct ttm_bo_global *glob = bo->glob; in ttm_bo_unreserve() local
371 struct ttm_bo_global *glob = bo->glob; in ttm_bo_add_ttm() local
551 struct ttm_bo_global *glob = bo->glob; in ttm_bo_cleanup_refs_or_queue() local
612 struct ttm_bo_global *glob = bo->glob; in ttm_bo_cleanup_refs_and_unlock() local
693 struct ttm_bo_global *glob = bdev->glob; in ttm_bo_delayed_delete() local
863 struct ttm_bo_global *glob = bdev->glob; in ttm_mem_evict_first() local
1262 bo->glob = bdev->glob; in ttm_bo_init()
1364 struct ttm_bo_global *glob = bdev->glob; in ttm_bo_force_list_clean() local
[all …]
H A Dttm_page_alloc.h35 int ttm_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages);
70 int ttm_dma_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages);
86 static inline int ttm_dma_page_alloc_init(struct ttm_mem_global *glob, in ttm_dma_page_alloc_init() argument
H A Dttm_tt.c186 ttm->glob = bdev->glob; in ttm_tt_init()
216 ttm->glob = bdev->glob; in ttm_dma_tt_init()
H A Dttm_bo_driver.h119 struct ttm_bo_global *glob; member
536 struct ttm_bo_global *glob; member
748 struct ttm_bo_global *glob,
/freebsd/sys/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py4 import glob
11 for file in glob.iglob("src/libsodium/**/*.c", recursive=True):
16 for file in glob.iglob("src/libsodium/**/*.h", recursive=True):
21 for file in glob.iglob("src/libsodium/**/*.c", recursive=True):
28 for file in glob.iglob("src/libsodium/**/*.h", recursive=True):
35 for file in glob.iglob("src/libsodium/**/*.c", recursive=True):
41 for file in glob.iglob("src/libsodium/**/*.h", recursive=True):
47 for file in glob.iglob("src/libsodium/**/*.c", recursive=True):
60 for file in glob.iglob("src/libsodium/**/*.h", recursive=True):
/freebsd/contrib/libucl/tests/basic/
H A D9.in18 .include(prefix=true; key="prefix2"; target="array"; glob=true) "$CURDIR/9.inc"
19 .include(prefix=true; key="prefix3"; target="array"; glob=true) "$CURDIR/9.inc"
20 .include(prefix=true; key="prefix1"; target="array"; glob=true) "$CURDIR/9.inc"
21 .include(prefix=true; key="array"; target="array"; glob=true) "$CURDIR/9.inc"
22 .include(prefix=true; key="prefix"; glob=true) "$CURDIR/9.inc"
H A D13.in3 # test glob
4 .include(glob=true,something="test") "${CURDIR}/include_dir/test*.conf"
/freebsd/contrib/mtree/
H A Dexcludes.c61 const char *glob; member
94 e->glob = line; in read_excludes_file()
95 if (strchr(e->glob, '/') != NULL) in read_excludes_file()
114 if ((e->pathname && MATCH(e->glob, path)) in check_excludes()
115 || MATCH(e->glob, fname)) { in check_excludes()
/freebsd/sys/dev/drm2/
H A Ddrm_global.c43 static struct drm_global_item glob[DRM_GLOBAL_NUM]; variable
50 struct drm_global_item *item = &glob[i]; in drm_global_init()
61 struct drm_global_item *item = &glob[i]; in drm_global_release()
71 struct drm_global_item *item = &glob[ref->global_type]; in drm_global_item_ref()
101 struct drm_global_item *item = &glob[ref->global_type]; in drm_global_item_unref()
/freebsd/sbin/restore/
H A Dinteractive.c71 glob_t glob; /* globbing information */ member
100 arglist.glob.gl_opendir = rst_opendir; in runcmdshell()
101 arglist.glob.gl_readdir = glob_readdir; in runcmdshell()
103 arglist.glob.gl_lstat = glob_stat; in runcmdshell()
104 arglist.glob.gl_stat = glob_stat; in runcmdshell()
111 globfree(&arglist.glob); in runcmdshell()
360 switch (glob(name, GLOB_ALTDIRFUNC, NULL, &ap->glob)) { in getcmd()
368 if (ap->glob.gl_pathc == 0) in getcmd()
371 ap->argcnt = ap->glob.gl_pathc; in getcmd()
374 strncpy(name, ap->glob.gl_pathv[ap->glob.gl_pathc - ap->argcnt], size); in getcmd()
[all …]
/freebsd/sys/contrib/zstd/lib/
H A DBUCK21 srcs=glob(['compress/zstd*.c', 'compress/hist.c']),
32 srcs=glob(['decompress/zstd*.c']),
46 srcs=glob(['deprecated/*.c']),
57 srcs=glob(['legacy/*.c']),
73 srcs=glob(['dictBuilder/*.c']),
/freebsd/contrib/libucl/python/tests/
H A Dtest_validation.py5 import glob
45 for jsonfile in glob.glob(TESTS_SCHEMA_FOLDER):
/freebsd/crypto/heimdal/lib/roken/
H A Dglob.hin32 * @(#)glob.h 8.1 (Berkeley) 6/2/93
53 #define glob rk_glob
61 int gl_flags; /* Copy of flags parameter to glob. */
63 /* Copy of errfunc parameter to glob. */
67 * Alternate filesystem access methods for glob; replacement
97 glob (const char *, int, int (*)(const char *, int), glob_t *);
/freebsd/contrib/libcbor/examples/bazel/third_party/
H A Dlibcbor.BUILD3 srcs = glob([
9 ] + glob([
/freebsd/crypto/openssl/test/
H A Drun_tests.pl141 my ($glob) = @_;
143 if ($glob =~ m|^[\d\[\]\?\-]+$|) {
144 return glob(catfile($recipesdir,"$glob-*.t"));
147 return glob(catfile($recipesdir,"*-$glob.t"));
/freebsd/tests/sys/ses/
H A Dcommon.h40 r = glob("/dev/ses*", GLOB_NOCHECK | GLOB_NOSORT, NULL, &g); in for_each_ses_dev()
63 r = glob("/dev/ses*", GLOB_NOCHECK | GLOB_NOSORT, NULL, &g); in has_ses()
/freebsd/sys/contrib/zstd/programs/
H A DBUCK3 headers=glob(['*.h'], excludes=['datagen.h', 'platform.h', 'util.h']),
4 srcs=glob(['*.c'], excludes=['datagen.c']),
/freebsd/crypto/openssh/openbsd-compat/
H A Dglob.h52 # define glob(a, b, c, d) _ssh__compat_glob(a, b, c, d) macro
101 int glob(const char *, int, int (*)(const char *, int), glob_t *);
/freebsd/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.py11 from glob import glob
120 targets = list(map(lambda x: x.replace('\\', '/'), glob(targets_dir + '*.test*')))
/freebsd/crypto/openssl/doc/
H A Dbuild.info.in14 map { $_ => 1 } glob catfile($sourcedir, "man$section", "img", "*.png");
16 map { $_ => 1 } glob catfile($sourcedir, "man$section", "*.pod");
18 map { $_ => 1 } glob catfile($sourcedir, "man$section", "*.pod.in");
/freebsd/usr.sbin/bsdconfig/networking/share/
H A Dmedia.subr61 glob="[Dd][Hh][Cc][Pp]"
63 $glob|[Ss][Yy][Nn][Cc]$glob|[Nn][Oo][Ss][Yy][Nn][Cc]$glob)
/freebsd/tools/tools/notescheck/
H A Dnotescheck.py11 import glob
160 for file in glob.glob(tree + '*/conf/NOTES'):

123456