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

123

/freebsd-9.3-release/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.c45 static void ttm_bo_global_kobj_release(struct ttm_bo_global *glob);
96 static ssize_t ttm_bo_global_show(struct ttm_bo_global *glob,
101 (unsigned long) atomic_read(&glob->bo_count));
125 atomic_dec(&bo->glob->bo_count);
131 ttm_mem_global_free(bdev->glob->mem_glob, acc_size);
149 ret = -msleep(bo, &bo->glob->lru_lock, flags, wmsg, 0);
174 list_add_tail(&bo->swap, &bo->glob->swap_lru);
282 struct ttm_bo_global *glob = bo->glob; local
286 mtx_lock(&bo->glob
336 struct ttm_bo_global *glob = bo->glob; local
359 struct ttm_bo_global *glob = bo->glob; local
372 struct ttm_bo_global *glob = bo->glob; local
552 struct ttm_bo_global *glob = bo->glob; local
613 struct ttm_bo_global *glob = bo->glob; local
694 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
1532 struct ttm_bo_global *glob = bdev->glob; local
1573 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
1799 struct ttm_bo_global *glob = local
[all...]
H A Dttm_tt.c188 ttm->glob = bdev->glob;
218 ttm->glob = bdev->glob;
H A Dttm_bo_driver.h120 struct ttm_bo_global *glob; member in struct:ttm_tt
537 struct ttm_bo_global *glob; member in struct:ttm_bo_device
738 * @glob: A pointer to an initialized struct ttm_bo_global.
749 struct ttm_bo_global *glob,
/freebsd-9.3-release/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-9.3-release/sbin/restore/
H A Dinteractive.c47 #include <glob.h>
77 int freeglob; /* glob structure needs to be freed */
79 glob_t glob; /* globbing information */ member in struct:arglist
107 arglist.glob.gl_flags = GLOB_ALTDIRFUNC;
108 arglist.glob.gl_opendir = rst_opendir;
109 arglist.glob.gl_readdir = glob_readdir;
110 arglist.glob.gl_closedir = rst_closedir;
111 arglist.glob.gl_lstat = glob_stat;
112 arglist.glob.gl_stat = glob_stat;
119 globfree(&arglist.glob);
[all...]
/freebsd-9.3-release/usr.sbin/mtree/
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-9.3-release/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];
100 struct drm_global_item *item = &glob[ref->global_type];
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dglob.hin32 * @(#)glob.h 8.1 (Berkeley) 6/2/93
51 #define glob rk_glob
59 int gl_flags; /* Copy of flags parameter to glob. */
61 /* Copy of errfunc parameter to glob. */
65 * Alternate filesystem access methods for glob; replacement
95 glob (const char *, int, int (*)(const char *, int), glob_t *);
/freebsd-9.3-release/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-9.3-release/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 */
55 int gl_flags; /* Copy of flags parameter to glob. */
58 /* Copy of errfunc parameter to glob. */
62 * Alternate filesystem access methods for glob; replacement
96 int glob(const char *, int, int (*)(const char *, int), glob_t *);
/freebsd-9.3-release/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-9.3-release/usr.bin/login/
H A Dlogin_fbtab.c67 #include <glob.h>
130 if (glob(pattern, GLOB_NOSORT, NULL, &gl) != 0)
/freebsd-9.3-release/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-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp_locl.h105 #include <glob.h>
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dpopen.c86 #include <glob.h>
140 /* glob each piece */
148 if (glob(argv[argc], flags, NULL, &gl)) {
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c58 #include <glob.h>
138 /* glob each piece */
152 glob(argv[argc], flags, NULL, &gl) ||
H A Dftpd_locl.h109 #include <glob.h>
/freebsd-9.3-release/libexec/ftpd/
H A Dpopen.c51 #include <glob.h>
102 /* glob each piece */
111 if (glob(argv[argc], flags, NULL, &gl))
/freebsd-9.3-release/usr.sbin/cron/cron/
H A Dpopen.c76 extern char **glob(), **copyblk();
99 /* glob each piece */
102 if (!(pop = glob(argv[argc]))) { /* globbing failed */
/freebsd-9.3-release/crypto/openssh/
H A Dincludes.h38 # include <glob.h>
H A Dsftp-glob.c1 /* $OpenBSD: sftp-glob.c,v 1.26 2013/11/08 11:15:19 dtucker Exp $ */
149 return(glob(pattern, flags | GLOB_ALTDIRFUNC, errfunc, pglob));

Completed in 249 milliseconds

123