Searched refs:glob (Results 1 - 25 of 90) sorted by relevance

1234

/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_memory.h98 * @glob: The struct ttm_mem_global object to register with.
105 static inline int ttm_mem_register_shrink(struct ttm_mem_global *glob, argument
108 mtx_lock(&glob->lock);
109 if (glob->shrink != NULL) {
110 mtx_unlock(&glob->lock);
113 glob->shrink = shrink;
114 mtx_unlock(&glob->lock);
121 * @glob: The struct ttm_mem_global object to unregister from.
126 static inline void ttm_mem_unregister_shrink(struct ttm_mem_global *glob, argument
129 mtx_lock(&glob
[all...]
H A Dttm_memory.c40 struct ttm_mem_global *glob; member in struct:ttm_mem_zone
67 mtx_lock(&zone->glob->lock);
78 mtx_unlock(&zone->glob->lock);
85 static void ttm_check_swapping(struct ttm_mem_global *glob);
105 mtx_lock(&zone->glob->lock);
118 mtx_unlock(&zone->glob->lock);
120 ttm_check_swapping(zone->glob);
126 static void ttm_mem_global_kobj_release(struct ttm_mem_global *glob) argument
130 static bool ttm_zones_above_swap_target(struct ttm_mem_global *glob, argument
137 for (i = 0; i < glob
162 ttm_shrink(struct ttm_mem_global *glob, bool from_wq, uint64_t extra) argument
188 struct ttm_mem_global *glob = arg; local
193 ttm_mem_init_kernel_zone(struct ttm_mem_global *glob, uint64_t mem) argument
213 ttm_mem_init_dma32_zone(struct ttm_mem_global *glob, uint64_t mem) argument
249 ttm_mem_global_init(struct ttm_mem_global *glob) argument
285 ttm_mem_global_release(struct ttm_mem_global *glob) argument
306 ttm_check_swapping(struct ttm_mem_global *glob) argument
328 ttm_mem_global_free_zone(struct ttm_mem_global *glob, struct ttm_mem_zone *single_zone, uint64_t amount) argument
345 ttm_mem_global_free(struct ttm_mem_global *glob, uint64_t amount) argument
351 ttm_mem_global_reserve(struct ttm_mem_global *glob, struct ttm_mem_zone *single_zone, uint64_t amount, bool reserve) argument
391 ttm_mem_global_alloc_zone(struct ttm_mem_global *glob, struct ttm_mem_zone *single_zone, uint64_t memory, bool no_wait, bool interruptible) argument
412 ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory, bool no_wait, bool interruptible) argument
426 ttm_mem_global_alloc_page(struct ttm_mem_global *glob, struct vm_page *page, bool no_wait, bool interruptible) argument
444 ttm_mem_global_free_page(struct ttm_mem_global *glob, struct vm_page *page) argument
[all...]
H A Dttm_page_alloc.h36 int ttm_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages);
71 int ttm_dma_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages);
87 static inline int ttm_dma_page_alloc_init(struct ttm_mem_global *glob, argument
H A Dttm_execbuf_util.c89 struct ttm_bo_global *glob; local
95 glob = entry->bo->glob;
96 mtx_lock(&glob->lru_lock);
98 mtx_unlock(&glob->lru_lock);
115 struct ttm_bo_global *glob; local
130 glob = entry->bo->glob;
132 mtx_lock(&glob->lru_lock);
172 mtx_unlock(&glob
209 struct ttm_bo_global *glob; local
[all...]
H A Dttm_bo.c46 static void ttm_bo_global_kobj_release(struct ttm_bo_global *glob);
97 static ssize_t ttm_bo_global_show(struct ttm_bo_global *glob,
102 (unsigned long) atomic_read(&glob->bo_count));
126 atomic_dec(&bo->glob->bo_count);
132 ttm_mem_global_free(bdev->glob->mem_glob, acc_size);
150 ret = -msleep(bo, &bo->glob->lru_lock, flags, wmsg, 0);
175 list_add_tail(&bo->swap, &bo->glob->swap_lru);
283 struct ttm_bo_global *glob = bo->glob; local
287 mtx_lock(&bo->glob
337 struct ttm_bo_global *glob = bo->glob; local
360 struct ttm_bo_global *glob = bo->glob; local
373 struct ttm_bo_global *glob = bo->glob; local
553 struct ttm_bo_global *glob = bo->glob; local
614 struct ttm_bo_global *glob = bo->glob; local
695 struct ttm_bo_global *glob = bdev->glob; local
865 struct ttm_bo_global *glob = bdev->glob; local
1366 struct ttm_bo_global *glob = bdev->glob; local
1471 ttm_bo_global_kobj_release(struct ttm_bo_global *glob) argument
1480 struct ttm_bo_global *glob = ref->object; local
1490 struct ttm_bo_global *glob = ref->object; local
1540 struct ttm_bo_global *glob = bdev->glob; local
1581 ttm_bo_device_init(struct ttm_bo_device *bdev, struct ttm_bo_global *glob, struct ttm_bo_driver *driver, uint64_t file_page_offset, bool need_dma32) argument
1807 struct ttm_bo_global *glob = local
[all...]
/freebsd-11-stable/lib/libnetbsd/
H A Dglob.h27 * $FreeBSD: stable/11/lib/libnetbsd/glob.h 314021 2017-02-21 03:46:43Z ngie $
33 #include_next <glob.h>
/freebsd-11-stable/contrib/mtree/
H A Dexcludes.c61 const char *glob; member in struct:exclude
94 e->glob = line;
95 if (strchr(e->glob, '/') != NULL)
114 if ((e->pathname && MATCH(e->glob, path))
115 || MATCH(e->glob, fname)) {
/freebsd-11-stable/contrib/serf/build/
H A Dcheck.py26 import glob namespace
54 for case in glob.glob(testdir + "/testcases/*.response"):
/freebsd-11-stable/sbin/restore/
H A Dinteractive.c47 #include <glob.h>
76 int freeglob; /* glob structure needs to be freed */
78 glob_t glob; /* globbing information */ member in struct:arglist
106 arglist.glob.gl_flags = GLOB_ALTDIRFUNC;
107 arglist.glob.gl_opendir = rst_opendir;
108 arglist.glob.gl_readdir = glob_readdir;
109 arglist.glob.gl_closedir = rst_closedir;
110 arglist.glob.gl_lstat = glob_stat;
111 arglist.glob.gl_stat = glob_stat;
118 globfree(&arglist.glob);
[all...]
/freebsd-11-stable/usr.sbin/fmtree/
H A Dexcludes.c52 const char *glob; member in struct:exclude
85 e->glob = str;
106 if ((e->pathname && MATCH(e->glob, path))
107 || MATCH(e->glob, fname))
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_global.c45 static struct drm_global_item glob[DRM_GLOBAL_NUM]; variable in typeref:struct:drm_global_item
52 struct drm_global_item *item = &glob[i];
63 struct drm_global_item *item = &glob[i];
73 struct drm_global_item *item = &glob[ref->global_type];
105 struct drm_global_item *item = &glob[ref->global_type];
/freebsd-11-stable/contrib/libucl/python/tests/
H A Dtest_validation.py5 import glob namespace
45 for jsonfile in glob.glob(TESTS_SCHEMA_FOLDER):
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_glob.c35 #include <glob.h>
41 atf_tc_set_md_var(tc, "descr", "Test glob(3) types");
51 * "The <glob.h> header shall define the glob_t structure type,
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.h1 /* $OpenBSD: glob.h,v 1.11 2010/09/24 13:32:55 djm Exp $ */
2 /* $NetBSD: glob.h,v 1.5 1994/10/26 00:55:56 cgd Exp $ */
35 * @(#)glob.h 8.1 (Berkeley) 6/2/93
38 /* OPENBSD ORIGINAL: include/glob.h */
51 # define glob(a, b, c, d) _ssh__compat_glob(a, b, c, d) macro
59 int gl_flags; /* Copy of flags parameter to glob. */
62 /* Copy of errfunc parameter to glob. */
66 * Alternate filesystem access methods for glob; replacement
100 int glob(const char *, int, int (*)(const char *, int), glob_t *);
/freebsd-11-stable/include/
H A Dglob.h32 * @(#)glob.h 8.1 (Berkeley) 6/2/93
52 int gl_flags; /* Copy of flags parameter to glob. */
54 /* Copy of errfunc parameter to glob. */
58 * Alternate filesystem access methods for glob; replacement
79 /* Error values returned by glob(3) */
101 int glob(const char * __restrict, int,
/freebsd-11-stable/contrib/tcsh/
H A Dglob.h1 /* NetBSD: glob.h,v 1.13 2001/03/16 21:02:42 christos Exp */
34 * @(#)glob.h 8.1 (Berkeley) 6/2/93
44 int gl_flags; /* Copy of flags parameter to glob. */
46 /* Copy of errfunc parameter to glob. */
50 * Alternate filesystem access methods for glob; replacement
81 #define GLOB_ALTNOT 0x1000 /* use alternate glob character [^ not !] */
83 #define GLOB_STAR 0x4000 /* use glob ** to recurse directories */
89 int glob (const char *, int, int (*)(const char *, int), glob_t *);
/freebsd-11-stable/usr.bin/login/
H A Dlogin_fbtab.c67 #include <glob.h>
129 if (glob(pattern, GLOB_NOSORT, NULL, &gl) != 0)
/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DCFString.cpp14 #include <glob.h>
146 if (::glob(path, GLOB_TILDE, NULL, &globbuf) == 0) {
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp_locl.h104 #include <glob.h>
/freebsd-11-stable/crypto/openssh/
H A Dsftp-client.h25 # include <glob.h>
27 # include "openbsd-compat/glob.h"
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c58 #include <glob.h>
136 /* glob each piece */
150 glob(argv[argc], flags, NULL, &gl) ||
H A Dftpd_locl.h109 #include <glob.h>
/freebsd-11-stable/libexec/ftpd/
H A Dpopen.c47 #include <glob.h>
97 /* glob each piece */
106 if (glob(argv[argc], flags, NULL, &gl))
/freebsd-11-stable/usr.sbin/cron/cron/
H A Dpopen.c77 extern char **glob(), **copyblk();
99 /* glob each piece */
102 if (!(pop = glob(argv[argc]))) { /* globbing failed */

Completed in 239 milliseconds

1234