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

1234

/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_memory.h97 * @glob: The struct ttm_mem_global object to register with.
104 static inline int ttm_mem_register_shrink(struct ttm_mem_global *glob, argument
107 mtx_lock(&glob->lock);
108 if (glob->shrink != NULL) {
109 mtx_unlock(&glob->lock);
112 glob->shrink = shrink;
113 mtx_unlock(&glob->lock);
120 * @glob: The struct ttm_mem_global object to unregister from.
125 static inline void ttm_mem_unregister_shrink(struct ttm_mem_global *glob, argument
128 mtx_lock(&glob
[all...]
H A Dttm_memory.c38 struct ttm_mem_global *glob; member in struct:ttm_mem_zone
65 mtx_lock(&zone->glob->lock);
76 mtx_unlock(&zone->glob->lock);
83 static void ttm_check_swapping(struct ttm_mem_global *glob);
103 mtx_lock(&zone->glob->lock);
116 mtx_unlock(&zone->glob->lock);
118 ttm_check_swapping(zone->glob);
124 static void ttm_mem_global_kobj_release(struct ttm_mem_global *glob) argument
128 static bool ttm_zones_above_swap_target(struct ttm_mem_global *glob, argument
135 for (i = 0; i < glob
160 ttm_shrink(struct ttm_mem_global *glob, bool from_wq, uint64_t extra) argument
186 struct ttm_mem_global *glob = arg; local
191 ttm_mem_init_kernel_zone(struct ttm_mem_global *glob, uint64_t mem) argument
211 ttm_mem_init_dma32_zone(struct ttm_mem_global *glob, uint64_t mem) argument
247 ttm_mem_global_init(struct ttm_mem_global *glob) argument
283 ttm_mem_global_release(struct ttm_mem_global *glob) argument
304 ttm_check_swapping(struct ttm_mem_global *glob) argument
326 ttm_mem_global_free_zone(struct ttm_mem_global *glob, struct ttm_mem_zone *single_zone, uint64_t amount) argument
343 ttm_mem_global_free(struct ttm_mem_global *glob, uint64_t amount) argument
349 ttm_mem_global_reserve(struct ttm_mem_global *glob, struct ttm_mem_zone *single_zone, uint64_t amount, bool reserve) argument
389 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
410 ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory, bool no_wait, bool interruptible) argument
424 ttm_mem_global_alloc_page(struct ttm_mem_global *glob, struct vm_page *page, bool no_wait, bool interruptible) argument
442 ttm_mem_global_free_page(struct ttm_mem_global *glob, struct vm_page *page) argument
[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, argument
H A Dttm_execbuf_util.c87 struct ttm_bo_global *glob; local
93 glob = entry->bo->glob;
94 mtx_lock(&glob->lru_lock);
96 mtx_unlock(&glob->lru_lock);
113 struct ttm_bo_global *glob; local
128 glob = entry->bo->glob;
130 mtx_lock(&glob->lru_lock);
170 mtx_unlock(&glob
207 struct ttm_bo_global *glob; local
[all...]
H A Dttm_bo.c44 static void ttm_bo_global_kobj_release(struct ttm_bo_global *glob);
95 static ssize_t ttm_bo_global_show(struct ttm_bo_global *glob,
100 (unsigned long) atomic_read(&glob->bo_count));
124 atomic_dec(&bo->glob->bo_count);
130 ttm_mem_global_free(bdev->glob->mem_glob, acc_size);
148 ret = -msleep(bo, &bo->glob->lru_lock, flags, wmsg, 0);
173 list_add_tail(&bo->swap, &bo->glob->swap_lru);
281 struct ttm_bo_global *glob = bo->glob; local
285 mtx_lock(&bo->glob
335 struct ttm_bo_global *glob = bo->glob; local
358 struct ttm_bo_global *glob = bo->glob; local
371 struct ttm_bo_global *glob = bo->glob; local
551 struct ttm_bo_global *glob = bo->glob; local
612 struct ttm_bo_global *glob = bo->glob; local
693 struct ttm_bo_global *glob = bdev->glob; local
863 struct ttm_bo_global *glob = bdev->glob; local
1364 struct ttm_bo_global *glob = bdev->glob; local
1469 ttm_bo_global_kobj_release(struct ttm_bo_global *glob) argument
1478 struct ttm_bo_global *glob = ref->object; local
1488 struct ttm_bo_global *glob = ref->object; local
1537 struct ttm_bo_global *glob = bdev->glob; local
1578 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
1804 struct ttm_bo_global *glob = local
[all...]
/freebsd-current/lib/libnetbsd/
H A Dglob.h31 #include_next <glob.h>
/freebsd-current/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-current/sbin/restore/
H A Dinteractive.c40 #include <glob.h>
69 int freeglob; /* glob structure needs to be freed */
71 glob_t glob; /* globbing information */ member in struct:arglist
99 arglist.glob.gl_flags = GLOB_ALTDIRFUNC;
100 arglist.glob.gl_opendir = rst_opendir;
101 arglist.glob.gl_readdir = glob_readdir;
102 arglist.glob.gl_closedir = rst_closedir;
103 arglist.glob.gl_lstat = glob_stat;
104 arglist.glob.gl_stat = glob_stat;
111 globfree(&arglist.glob);
[all...]
/freebsd-current/sys/dev/drm2/
H A Ddrm_global.c43 static struct drm_global_item glob[DRM_GLOBAL_NUM]; variable in typeref:struct:drm_global_item
50 struct drm_global_item *item = &glob[i];
61 struct drm_global_item *item = &glob[i];
71 struct drm_global_item *item = &glob[ref->global_type];
101 struct drm_global_item *item = &glob[ref->global_type];
/freebsd-current/sys/contrib/libsodium/regen-msvc/
H A Dregen-msvc.py4 import glob namespace
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-current/tests/sys/ses/
H A Dcommon.h40 r = glob("/dev/ses*", GLOB_NOCHECK | GLOB_NOSORT, NULL, &g);
63 r = glob("/dev/ses*", GLOB_NOCHECK | GLOB_NOSORT, NULL, &g);
/freebsd-current/lib/libc/gen/
H A Dglob-compat11.h37 #include <glob.h>
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
/freebsd-current/contrib/libucl/python/tests/
H A Dtest_validation.py5 import glob namespace
45 for jsonfile in glob.glob(TESTS_SCHEMA_FOLDER):
/freebsd-current/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-current/crypto/openssh/openbsd-compat/
H A Dglob.h1 /* $OpenBSD: glob.h,v 1.14 2019/02/04 16:45:40 millert 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 */
52 # define glob(a, b, c, d) _ssh__compat_glob(a, b, c, d) macro
60 int gl_flags; /* Copy of flags parameter to glob. */
63 /* Copy of errfunc parameter to glob. */
67 * Alternate filesystem access methods for glob; replacement
101 int glob(const char *, int, int (*)(const char *, int), glob_t *);
/freebsd-current/lib/libc/tests/gen/
H A Dglob2_test.c30 #include <glob.h>
41 * https://research.swtch.com/glob article.
77 rc = glob(pattern, 0, 0, &g);
97 ATF_CHECK_MSG(dt < 1, "glob(3) took far too long: %d %.9f", i,
/freebsd-current/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-current/include/
H A Dglob.h51 int gl_flags; /* Copy of flags parameter to glob. */
53 /* Copy of errfunc parameter to glob. */
57 * Alternate filesystem access methods for glob; replacement
78 /* Error values returned by glob(3) */
100 int glob(const char * __restrict, int,
/freebsd-current/usr.bin/login/
H A Dlogin_fbtab.c64 #include <glob.h>
126 if (glob(pattern, GLOB_NOSORT, NULL, &gl) != 0)
/freebsd-current/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.py11 from glob import glob namespace
120 targets = list(map(lambda x: x.replace('\\', '/'), glob(targets_dir + '*.test*')))
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dftp_locl.h104 #include <glob.h>
/freebsd-current/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-current/usr.sbin/cron/cron/
H A Dpopen.c64 extern char **glob(), **copyblk();
86 /* glob each piece */
89 if (!(pop = glob(argv[argc]))) { /* globbing failed */
/freebsd-current/libexec/ftpd/
H A Dpopen.c40 #include <glob.h>
90 /* glob each piece */
99 if (glob(argv[argc], flags, NULL, &gl))

Completed in 898 milliseconds

1234