/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_device.c | 52 struct ttm_global *glob = &ttm_glob; in ttm_global_release() local 61 __free_page(glob->dummy_read_page); in ttm_global_release() 62 memset(glob, 0, sizeof(*glob)); in ttm_global_release() 69 struct ttm_global *glob = &ttm_glob; in ttm_global_init() local 99 glob->dummy_read_page = alloc_page(__GFP_ZERO | GFP_DMA32 | in ttm_global_init() 103 if (unlikely(glob->dummy_read_page == NULL)) { in ttm_global_init() 104 glob->dummy_read_page = alloc_page(__GFP_ZERO); in ttm_global_init() 105 if (unlikely(glob->dummy_read_page == NULL)) { in ttm_global_init() 112 INIT_LIST_HEAD(&glob->device_list); in ttm_global_init() 113 atomic_set(&glob->bo_count, 0); in ttm_global_init() [all …]
|
/linux/kernel/trace/ |
H A D | trace_events_trigger.c | 545 static int register_trigger(char *glob, in register_trigger() argument 582 static bool try_unregister_trigger(char *glob, in try_unregister_trigger() argument 621 static void unregister_trigger(char *glob, in unregister_trigger() argument 625 try_unregister_trigger(glob, test, file); in unregister_trigger() 715 bool event_trigger_check_remove(const char *glob) in event_trigger_check_remove() argument 717 return (glob && glob[0] == '!') ? true : false; in event_trigger_check_remove() 931 char *glob, in event_trigger_register() argument 934 return cmd_ops->reg(glob, trigger_data, file); in event_trigger_register() 949 char *glob, in event_trigger_unregister() argument 952 cmd_ops->unreg(glob, trigger_data, file); in event_trigger_unregister() [all …]
|
H A D | trace_functions.c | 833 struct ftrace_hash *hash, char *glob, in ftrace_trace_probe_callback() argument 844 if (glob[0] == '!') in ftrace_trace_probe_callback() 845 return unregister_ftrace_function_probe_func(glob+1, tr, ops); in ftrace_trace_probe_callback() 864 ret = register_ftrace_function_probe(glob, tr, ops, count); in ftrace_trace_probe_callback() 871 char *glob, char *cmd, char *param, int enable) in ftrace_trace_onoff_callback() argument 884 return ftrace_trace_probe_callback(tr, ops, hash, glob, cmd, in ftrace_trace_onoff_callback() 890 char *glob, char *cmd, char *param, int enable) in ftrace_stacktrace_callback() argument 899 return ftrace_trace_probe_callback(tr, ops, hash, glob, cmd, in ftrace_stacktrace_callback() 905 char *glob, char *cmd, char *param, int enable) in ftrace_dump_callback() argument 915 return ftrace_trace_probe_callback(tr, ops, hash, glob, cmd, in ftrace_dump_callback() [all …]
|
H A D | trace.h | 1206 register_ftrace_function_probe(char *glob, struct trace_array *tr, 1209 unregister_ftrace_function_probe_func(char *glob, struct trace_array *tr, 1747 char *glob, char *cmd, 1749 extern int event_enable_register_trigger(char *glob, 1752 extern void event_enable_unregister_trigger(char *glob, 1777 extern bool event_trigger_check_remove(const char *glob); 1796 char *glob, 1800 char *glob, 1950 char *glob, char *cmd, 1952 int (*reg)(char *glob, [all …]
|
H A D | trace_eprobe.c | 490 char *glob, char *cmd, in eprobe_trigger_cmd_parse() argument 496 static int eprobe_trigger_reg_func(char *glob, in eprobe_trigger_reg_func() argument 503 static void eprobe_trigger_unreg_func(char *glob, in eprobe_trigger_unreg_func() argument
|
/linux/tools/perf/Documentation/ |
H A D | perf-ftrace.txt | 88 function (or a glob pattern). Multiple functions can be given 90 can be a glob pattern. It will be passed to 'set_ftrace_filter' 97 specify multiple functions (or glob patterns). It will be 109 function (or a glob pattern). This is useful to trace for 117 given function (or a glob pattern). Like -G option, this is useful 168 Set function filter on the given function (or a glob pattern). 170 The function argument also can be a glob pattern. It will be passed 176 can be used more than once to specify multiple functions (or glob 181 Set graph filter on the given function (or a glob pattern). This is 188 Set graph notrace filter on the given function (or a glob patter [all...] |
/linux/drivers/comedi/drivers/ni_routing/tools/ |
H A D | csv_collection.py | 3 import os, csv, glob 26 for fname in glob.glob(pattern):
|
/linux/tools/testing/selftests/drivers/net/ |
H A D | queues.py | 10 import glob 14 folders = glob.glob(f'/sys/class/net/{ifname}/queues/{qtype}-*')
|
/linux/Documentation/sphinx/ |
H A D | kerneldoc.py | 35 import glob 105 for f in glob.glob(env.config.kerneldoc_srctree + '/' + pattern):
|
/linux/tools/cgroup/ |
H A D | iocost_coef_gen.py | 24 import glob 67 parents = glob.glob('/sys/block/*/' + devname)
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H 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/testing/selftests/drivers/sdsi/ |
H A D | sdsi_test.py | 8 import glob 20 SOCKETS = glob.glob('/sys/bus/auxiliary/devices/intel_vsec.sdsi.*')
|
/linux/scripts/dtc/ |
H A D | dt-extract-compatibles | 97 def glob_without_symlinks(root, glob): argument 104 if fnmatch.fnmatch(f, glob):
|
/linux/Documentation/trace/coresight/ |
H A D | index.rst | 7 :glob:
|
/linux/Documentation/trace/rv/ |
H A D | index.rst | 7 :glob:
|
/linux/Documentation/bpf/ |
H A D | programs.rst | 7 :glob:
|
/linux/tools/crypto/ccp/ |
H A D | test_dbc.py | 6 import glob 26 fused_part = glob.glob("/sys/bus/pci/drivers/ccp/**/fused_part")[0]
|
/linux/Documentation/input/devices/ |
H A D | index.rst | 10 :glob:
|
/linux/Documentation/wmi/devices/ |
H A D | index.rst | 13 :glob:
|
/linux/tools/testing/selftests/devices/error_logs/ |
H A D | test_device_error_logs.py | 14 import glob
|
/linux/tools/testing/selftests/hid/tests/ |
H A D | conftest.py | 65 for module in modules.glob("*.ko"):
|
/linux/tools/hv/ |
H A D | vmbus_testing | 19 import glob 148 for f_path in glob.iglob(path + '**/*'):
|
/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | README-PLUGINS | 23 the valgrind output for test xxx. Any file matching the glob 'vgnd-*.log' will be
|
/linux/tools/perf/util/ |
H A D | dwarf-aux.h | 45 bool die_match_name(Dwarf_Die *dw_die, const char *glob);
|
/linux/tools/testing/selftests/mm/ |
H A D | thuge-gen.c | 179 glob("/sys/kernel/mm/hugepages/hugepages-*kB", 0, NULL, &g); in find_pagesizes()
|