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

1234

/freebsd-10.0-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...]
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dexpand.cpp45 glob_to_regex(const std::string& glob) argument
48 regex.reserve(glob.length() * 2);
51 for (std::string::const_iterator iter = glob.begin(); iter != glob.end();
71 impl::is_glob(const std::string& glob) argument
74 return glob.find_first_of("*?") != std::string::npos;
78 impl::matches_glob(const std::string& glob, const std::string& candidate) argument
80 return atf::text::match(candidate, glob_to_regex(glob));
H A Dexpand.hpp44 //! \brief Checks if the given string is a glob pattern.
46 //! Returns true if the given string is a glob pattern; i.e. if it contains
52 //! \brief Checks if a given string matches a glob pattern.
54 //! Given a glob pattern and a string, checks whether the former matches
60 //! \brief Expands a glob pattern among multiple candidates.
62 //! Given a glob pattern and a set of candidate strings, checks which of
63 //! those strings match the glob pattern and returns them.
66 std::vector< std::string > expand_glob(const std::string& glob, argument
73 if (matches_glob(glob, *iter))
/freebsd-10.0-release/contrib/serf/build/
H A Dcheck.py22 import glob
45 for case in glob.glob(testdir + "/testcases/*.response"):
/freebsd-10.0-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-10.0-release/sbin/restore/
H A Dinteractive.c47 #include <glob.h>
78 int freeglob; /* glob structure needs to be freed */
80 glob_t glob; /* globbing information */ member in struct:arglist
108 arglist.glob.gl_flags = GLOB_ALTDIRFUNC;
109 arglist.glob.gl_opendir = rst_opendir;
110 arglist.glob.gl_readdir = glob_readdir;
111 arglist.glob.gl_closedir = rst_closedir;
112 arglist.glob.gl_lstat = glob_stat;
113 arglist.glob.gl_stat = glob_stat;
120 globfree(&arglist.glob);
[all...]
/freebsd-10.0-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-10.0-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-10.0-release/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-10.0-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-10.0-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-10.0-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-10.0-release/usr.bin/login/
H A Dlogin_fbtab.c67 #include <glob.h>
130 if (glob(pattern, GLOB_NOSORT, NULL, &gl) != 0)
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dftp_locl.h104 #include <glob.h>
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dpopen.c86 #include <glob.h>
140 /* glob each piece */
148 if (glob(argv[argc], flags, NULL, &gl)) {
/freebsd-10.0-release/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-10.0-release/libexec/ftpd/
H A Dpopen.c51 #include <glob.h>
102 /* glob each piece */
111 if (glob(argv[argc], flags, NULL, &gl))
/freebsd-10.0-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-10.0-release/contrib/unbound/util/
H A Dconfiglexer.lex15 # include <glob.h>
106 r = glob(filename, flags, NULL, &g);
/freebsd-10.0-release/crypto/openssh/
H A Dincludes.h38 # include <glob.h>

Completed in 277 milliseconds

1234