Home
last modified time | relevance | path

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

1234

/dragonfly/sys/dev/drm/ttm/
H A Dttm_memory.c174 kfree(glob); in ttm_mem_global_kobj_release()
189 zone = glob->zones[i]; in ttm_zones_above_swap_target()
255 zone->glob = glob; in ttm_mem_init_kernel_zone()
263 glob->zones[glob->num_zones++] = zone; in ttm_mem_init_kernel_zone()
298 zone->glob = glob; in ttm_mem_init_dma32_zone()
306 glob->zones[glob->num_zones++] = zone; in ttm_mem_init_dma32_zone()
349 zone = glob->zones[i]; in ttm_mem_global_init()
353 ttm_page_alloc_init(glob, glob->zone_kernel->max_mem/(2*PAGE_SIZE)); in ttm_mem_global_init()
354 ttm_dma_page_alloc_init(glob, glob->zone_kernel->max_mem/(2*PAGE_SIZE)); in ttm_mem_global_init()
375 zone = glob->zones[i]; in ttm_mem_global_release()
[all …]
H A Dttm_bo.c114 struct ttm_bo_global *glob = in ttm_bo_global_show() local
216 struct ttm_bo_global *glob = bo->bdev->glob; in ttm_bo_del_sub_from_lru() local
391 struct ttm_bo_global *glob = bdev->glob; in ttm_bo_cleanup_refs_or_queue() local
462 struct ttm_bo_global *glob = bo->bdev->glob; in ttm_bo_cleanup_refs() local
534 struct ttm_bo_global *glob = bdev->glob; in ttm_bo_delayed_delete() local
723 struct ttm_bo_global *glob = bdev->glob; in ttm_mem_evict_first() local
1321 struct ttm_bo_global *glob = bdev->glob; in ttm_bo_force_list_clean() local
1478 glob->mem_glob->bo_glob = glob; in ttm_bo_global_init()
1497 kfree(glob); in ttm_bo_global_init()
1508 struct ttm_bo_global *glob = bdev->glob; in ttm_bo_device_release() local
[all …]
H A Dttm_execbuf_util.c59 struct ttm_bo_global *glob; in ttm_eu_backoff_reservation() local
65 glob = entry->bo->bdev->glob; in ttm_eu_backoff_reservation()
67 lockmgr(&glob->lru_lock, LK_EXCLUSIVE); in ttm_eu_backoff_reservation()
74 lockmgr(&glob->lru_lock, LK_RELEASE); in ttm_eu_backoff_reservation()
97 struct ttm_bo_global *glob; in ttm_eu_reserve_buffers() local
105 glob = entry->bo->bdev->glob; in ttm_eu_reserve_buffers()
172 lockmgr(&glob->lru_lock, LK_EXCLUSIVE); in ttm_eu_reserve_buffers()
174 lockmgr(&glob->lru_lock, LK_RELEASE); in ttm_eu_reserve_buffers()
185 struct ttm_bo_global *glob; in ttm_eu_fence_buffer_objects() local
195 glob = bo->bdev->glob; in ttm_eu_fence_buffer_objects()
[all …]
H A Dttm_page_alloc.c812 int ttm_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages) in ttm_page_alloc_init() argument
839 &glob->kobj, "pool"); in ttm_page_alloc_init()
871 struct ttm_mem_global *mem_glob = ttm->bdev->glob->mem_glob; in ttm_pool_unpopulate_helper()
892 struct ttm_mem_global *mem_glob = ttm->bdev->glob->mem_glob; in ttm_pool_populate()
/dragonfly/sys/dev/drm/include/drm/ttm/
H A Dttm_memory.h83 extern int ttm_mem_global_init(struct ttm_mem_global *glob);
84 extern void ttm_mem_global_release(struct ttm_mem_global *glob);
85 extern int ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory,
87 extern void ttm_mem_global_free(struct ttm_mem_global *glob,
89 extern int ttm_mem_global_alloc_page(struct ttm_mem_global *glob,
92 extern void ttm_mem_global_free_page(struct ttm_mem_global *glob,
95 extern uint64_t ttm_get_kernel_zone_memory_size(struct ttm_mem_global *glob);
96 extern bool ttm_check_under_lowerlimit(struct ttm_mem_global *glob,
H A Dttm_page_alloc.h37 int ttm_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages);
81 int ttm_dma_page_alloc_init(struct ttm_mem_global *glob, unsigned max_pages);
98 static inline int ttm_dma_page_alloc_init(struct ttm_mem_global *glob, in ttm_dma_page_alloc_init() argument
H A Dttm_bo_driver.h462 struct ttm_bo_global *glob; member
573 int ttm_bo_device_init(struct ttm_bo_device *bdev, struct ttm_bo_global *glob,
759 lockmgr(&bo->bdev->glob->lru_lock, LK_EXCLUSIVE); in ttm_bo_unreserve()
761 lockmgr(&bo->bdev->glob->lru_lock, LK_RELEASE); in ttm_bo_unreserve()
/dragonfly/tools/tools/netrate/kq_sendrecv/kq_sendcli/
H A Dkq_sendcli.c146 struct send_globctx glob; in main() local
269 memset(&glob, 0, sizeof(glob)); in main()
270 STAILQ_INIT(&glob.g_conn); in main()
271 glob.g_nconn = nconn; in main()
273 glob.g_dur = dur; in main()
274 glob.g_readto_ms = readto_ms; in main()
275 glob.g_sendfile = do_sendfile; in main()
276 glob.g_buflen = buflen; in main()
295 ctx->t_glob = &glob; in main()
383 while (glob.g_nconn != 0) in main()
[all …]
/dragonfly/usr.sbin/mtree/
H A Dexcludes.c51 const char *glob; member
84 e->glob = line; in read_excludes_file()
85 if (strchr(e->glob, '/') != NULL) in read_excludes_file()
104 if ((e->pathname && MATCH(e->glob, path)) in check_excludes()
105 || MATCH(e->glob, fname)) { in check_excludes()
/dragonfly/sbin/restore/
H A Dinteractive.c69 glob_t glob; /* globbing information */ member
97 arglist.glob.gl_flags = GLOB_ALTDIRFUNC; in runcmdshell()
98 arglist.glob.gl_opendir = (void *)rst_opendir; in runcmdshell()
101 arglist.glob.gl_lstat = glob_stat; in runcmdshell()
102 arglist.glob.gl_stat = glob_stat; in runcmdshell()
109 globfree(&arglist.glob); in runcmdshell()
359 if (glob(name, GLOB_ALTDIRFUNC, NULL, &ap->glob) < 0) in getcmd()
361 if (ap->glob.gl_pathc == 0) in getcmd()
364 ap->argcnt = ap->glob.gl_pathc; in getcmd()
367 strncpy(name, ap->glob.gl_pathv[ap->glob.gl_pathc - ap->argcnt], size); in getcmd()
[all …]
/dragonfly/sys/dev/drm/
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()
82 struct drm_global_item *item = &glob[ref->global_type]; in drm_global_item_ref()
126 struct drm_global_item *item = &glob[ref->global_type]; in drm_global_item_unref()
/dragonfly/contrib/cvs-1.12/lib/
H A Dglob-libc.h148 # define glob glob64 macro
161 extern int glob (__const char *__restrict __pattern, int __flags,
168 extern int __REDIRECT_NTH (glob, (__const char *__restrict __pattern,
H A Dglob.c243 glob (pattern, flags, errfunc, pglob) in glob() function
329 return glob (pattern, flags & ~GLOB_BRACE, errfunc, pglob);
343 return glob (pattern, flags & ~GLOB_BRACE, errfunc, pglob);
373 result = glob (onealt,
490 int val = glob (dirname, flags | GLOB_MARK, errfunc, pglob);
749 status = glob (dirname,
884 #if defined _LIBC && !defined glob
885 libc_hidden_def (glob)
H A Dglob_.h56 #define glob rpl_glob macro
/dragonfly/lib/libssh/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 *);
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddumpfile.h129 const char *glob; member
216 dump_register (const char *suffix, const char *swtch, const char *glob,
H A Ddumpfile.c164 XDELETEVEC (const_cast <char *> (dfi->glob)); in ~dump_manager()
175 dump_register (const char *suffix, const char *swtch, const char *glob, in dump_register() argument
203 m_extra_dump_files[count].glob = glob; in dump_register()
809 if (doglob && !dfi->glob) in dump_switch_p_1()
812 option_value = skip_leading_substring (arg, doglob ? dfi->glob : dfi->swtch); in dump_switch_p_1()
/dragonfly/usr.sbin/cron/cron/
H A Dpopen.c68 extern char **glob(), **copyblk(); in cron_popen()
94 if (!(pop = glob(argv[argc]))) { /* globbing failed */ in cron_popen()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-dump.c835 dump_register (const char *suffix, const char *swtch, const char *glob, in dump_register() argument
857 extra_dump_files[count].glob = glob; in dump_register()
1033 if (doglob && !dfi->glob) in dump_switch_p_1()
1036 option_value = skip_leading_substring (arg, doglob ? dfi->glob : dfi->swtch); in dump_switch_p_1()
/dragonfly/contrib/tcsh-6/
H A Dglob.h89 int glob (const char *, int, int (*)(const char *, int), glob_t *);
/dragonfly/include/
H A Dglob.h105 int glob(const char * __restrict, int, int (*)(const char *, int),
/dragonfly/tools/regression/lib/libc-regex/
H A DREADME46 S REG_SHELL SRE (sh glob)
47 K REG_SHELL|REG_AUGMENTED KRE (ksh glob)
125 David Korn dgkorn@gmail.com (ksh glob matcher)
/dragonfly/contrib/tcsh-6/nls/russian/
H A Dset115 13 Внутренняя ошибка glob
/dragonfly/contrib/tcsh-6/nls/ja/
H A Dset115 13 globの内部エラーです
/dragonfly/usr.bin/login/
H A Dlogin_fbtab.c128 if (glob(pattern, GLOB_NOSORT, NULL, &gl) != 0) in login_protect()

1234