| /linux/drivers/gpu/drm/vmwgfx/ |
| A D | ttm_memory.c | 190 spin_lock(&glob->lock); in ttm_mem_global_show() 321 zone->glob = glob; in ttm_mem_init_kernel_zone() 329 glob->zones[glob->num_zones++] = zone; in ttm_mem_init_kernel_zone() 357 zone->glob = glob; in ttm_mem_init_highmem_zone() 366 glob->zones[glob->num_zones++] = zone; in ttm_mem_init_highmem_zone() 405 zone->glob = glob; in ttm_mem_init_dma32_zone() 413 glob->zones[glob->num_zones++] = zone; in ttm_mem_init_dma32_zone() 480 memset(glob, 0, sizeof(*glob)); in ttm_mem_global_release() 501 (void)queue_work(glob->swap_queue, &glob->work); in ttm_check_swapping() 525 return ttm_mem_global_free_zone(glob, glob->zone_kernel, amount); in ttm_mem_global_free() [all …]
|
| A D | ttm_memory.h | 83 int ttm_mem_global_init(struct ttm_mem_global *glob, struct device *dev); 84 void ttm_mem_global_release(struct ttm_mem_global *glob); 85 int ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory, 87 void ttm_mem_global_free(struct ttm_mem_global *glob, uint64_t amount); 88 int ttm_mem_global_alloc_page(struct ttm_mem_global *glob, 91 void ttm_mem_global_free_page(struct ttm_mem_global *glob, 94 bool ttm_check_under_lowerlimit(struct ttm_mem_global *glob, uint64_t num_pages,
|
| A D | vmwgfx_ttm_buffer.c | 320 struct ttm_mem_global *glob = vmw_mem_glob(dev_priv); in vmw_ttm_map_dma() local 349 ret = ttm_mem_global_alloc(glob, vmw_tt->sg_alloc_size, &ctx); in vmw_ttm_map_dma() 365 ttm_mem_global_free(glob, over_alloc); in vmw_ttm_map_dma() 395 ttm_mem_global_free(glob, vmw_tt->sg_alloc_size); in vmw_ttm_map_dma()
|
| /linux/drivers/gpu/drm/ttm/ |
| A D | ttm_device.c | 51 struct ttm_global *glob = &ttm_glob; in ttm_global_release() local 60 __free_page(glob->dummy_read_page); in ttm_global_release() 61 memset(glob, 0, sizeof(*glob)); in ttm_global_release() 68 struct ttm_global *glob = &ttm_glob; in ttm_global_init() local 100 if (unlikely(glob->dummy_read_page == NULL)) { in ttm_global_init() 105 INIT_LIST_HEAD(&glob->device_list); in ttm_global_init() 106 atomic_set(&glob->bo_count, 0); in ttm_global_init() 109 &glob->bo_count); in ttm_global_init() 125 struct ttm_global *glob = &ttm_glob; in ttm_global_swapout() local 204 struct ttm_global *glob = &ttm_glob; in ttm_device_init() local [all …]
|
| /linux/kernel/trace/ |
| A D | trace_functions.c | 799 struct ftrace_hash *hash, char *glob, in ftrace_trace_probe_callback() argument 810 if (glob[0] == '!') in ftrace_trace_probe_callback() 830 ret = register_ftrace_function_probe(glob, tr, ops, count); in ftrace_trace_probe_callback() 837 char *glob, char *cmd, char *param, int enable) in ftrace_trace_onoff_callback() argument 850 return ftrace_trace_probe_callback(tr, ops, hash, glob, cmd, in ftrace_trace_onoff_callback() 856 char *glob, char *cmd, char *param, int enable) in ftrace_stacktrace_callback() argument 865 return ftrace_trace_probe_callback(tr, ops, hash, glob, cmd, in ftrace_stacktrace_callback() 871 char *glob, char *cmd, char *param, int enable) in ftrace_dump_callback() argument 881 return ftrace_trace_probe_callback(tr, ops, hash, glob, cmd, in ftrace_dump_callback() 887 char *glob, char *cmd, char *param, int enable) in ftrace_cpudump_callback() argument [all …]
|
| A D | trace_events_trigger.c | 643 char *glob, char *cmd, char *param) in event_trigger_callback() argument 675 if (glob[0] == '!') { in event_trigger_callback() 676 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_trigger_callback() 711 ret = cmd_ops->reg(glob, trigger_ops, trigger_data, file); in event_trigger_callback() 718 cmd_ops->unreg(glob, trigger_ops, trigger_data, file); in event_trigger_callback() 1126 return register_trigger(glob, ops, data, file); in register_snapshot_trigger() 1385 char *glob, char *cmd, char *param) in event_enable_trigger_func() argument 1457 if (glob[0] == '!') { in event_enable_trigger_func() 1458 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_enable_trigger_func() 1534 int event_enable_register_trigger(char *glob, in event_enable_register_trigger() argument [all …]
|
| A D | trace.h | 1068 register_ftrace_function_probe(char *glob, struct trace_array *tr, 1071 unregister_ftrace_function_probe_func(char *glob, struct trace_array *tr, 1577 char *glob, char *cmd, char *param); 1578 extern int event_enable_register_trigger(char *glob, 1582 extern void event_enable_unregister_trigger(char *glob, 1742 char *glob, char *cmd, char *params); 1743 int (*reg)(char *glob, 1747 void (*unreg)(char *glob,
|
| A D | trace_eprobe.c | 560 char *glob, char *cmd, char *param) in eprobe_trigger_cmd_func() argument 565 static int eprobe_trigger_reg_func(char *glob, struct event_trigger_ops *ops, in eprobe_trigger_reg_func() argument 572 static void eprobe_trigger_unreg_func(char *glob, struct event_trigger_ops *ops, in eprobe_trigger_unreg_func() argument
|
| /linux/drivers/comedi/drivers/ni_routing/tools/ |
| A D | csv_collection.py | 3 import os, csv, glob 26 for fname in glob.glob(pattern):
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| A D | gv100.c | 35 char glob[128]; in gv100_gr_trap_sm() local 37 nvkm_snprintbf(glob, sizeof(glob), gf100_mp_global_error, gerr); in gv100_gr_trap_sm() 42 gpc, tpc, sm, gerr, glob, werr, warp ? warp->name : ""); in gv100_gr_trap_sm()
|
| /linux/tools/perf/Documentation/ |
| A D | perf-ftrace.txt | 75 function (or a glob pattern). Multiple functions can be given 77 can be a glob pattern. It will be passed to 'set_ftrace_filter' 84 specify multiple functions (or glob patterns). It will be 95 function (or a glob pattern). This is useful to trace for 103 given function (or a glob pattern). Like -G option, this is useful
|
| A D | perf-probe.txt | 69 Delete probe events. This accepts glob wildcards('*', '?') and character 109 (Only for --vars and --funcs) Set filter. FILTER is a combination of glob 229 The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and targe… 238 The filter pattern is a glob matching pattern(s) to filter variables.
|
| /linux/tools/perf/tests/ |
| A D | attr.py | 7 import glob 310 for f in glob.glob(tempdir + '/event*'): 327 for f in glob.glob(options.test_dir + '/' + options.test):
|
| /linux/Documentation/sphinx/ |
| A D | kerneldoc.py | 35 import glob 105 for f in glob.glob(env.config.kerneldoc_srctree + '/' + pattern):
|
| /linux/tools/cgroup/ |
| A D | iocost_coef_gen.py | 24 import glob 67 parents = glob.glob('/sys/block/*/' + devname)
|
| /linux/Documentation/trace/coresight/ |
| A D | index.rst | 7 :glob:
|
| /linux/lib/ |
| A D | .glob.o.cmd | 1 …glob.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bin/aar… 3 source_lib/glob.o := lib/glob.c 5 deps_lib/glob.o := \ 877 include/linux/glob.h \ 879 lib/glob.o: $(deps_lib/glob.o) 881 $(deps_lib/glob.o):
|
| A D | .built-in.a.cmd | 1 …lib/nlattr.o lib/checksum.o lib/cpu_rmap.o lib/dynamic_queue_limits.o lib/glob.o lib/mpi/built-in.…
|
| A D | built-in.a | 95 glob.o/
|
| /linux/Documentation/input/devices/ |
| A D | index.rst | 10 :glob:
|
| /linux/tools/hv/ |
| A D | vmbus_testing | 19 import glob 148 for f_path in glob.iglob(path + '**/*'):
|
| /linux/tools/testing/selftests/tc-testing/plugin-lib/ |
| A D | README-PLUGINS | 23 the valgrind output for test xxx. Any file matching the glob 'vgnd-*.log' will be
|
| /linux/tools/perf/util/ |
| A D | dwarf-aux.h | 45 bool die_match_name(Dwarf_Die *dw_die, const char *glob);
|
| A D | dwarf-aux.c | 215 bool die_match_name(Dwarf_Die *dw_die, const char *glob) in die_match_name() argument 220 if (name && strglobmatch(name, glob)) in die_match_name() 224 if (name && strglobmatch(name, glob)) in die_match_name()
|
| /linux/tools/testing/selftests/vm/ |
| A D | thuge-gen.c | 65 glob("/sys/kernel/mm/hugepages/hugepages-*kB", 0, NULL, &g); in find_pagesizes()
|