/Linux-v4.19/Documentation/device-mapper/ |
D | dm-service-time.txt | 10 The performance value is a relative throughput value among all paths 21 among all paths in the path-group. 25 other paths having a positive value are available. 33 among all paths in the path-group. 49 1. If the paths have the same 'relative_throughput', skip 52 2. If the paths have the same 'in-flight-size', skip the division 55 3. If some paths have non-zero 'relative_throughput' and others 56 have zero 'relative_throughput', ignore those paths with zero 68 In case that 2 paths (sda and sdb) are used with repeat_count == 128
|
D | switch.txt | 6 paths. The path used for any specific region can be switched 37 robin algorithm to send I/O across all paths and let the storage array 51 Lower Tier - Load balance amongst paths to a particular member. 54 Each of these multipath devices contains the set of paths directly to 56 selectors to load balance amongst these paths. We also build a 57 non-preferred priority group containing paths to other array members for 74 The number of paths across which to distribute the I/O. 78 to any of the available paths. 98 which paths.
|
D | dm-queue-length.txt | 30 In case that 2 paths (sda and sdb) are used with repeat_count == 128.
|
/Linux-v4.19/tools/perf/ |
D | Build | 36 paths += -DPERF_HTML_PATH="BUILD_STR($(htmldir_SQ))" 37 paths += -DPERF_INFO_PATH="BUILD_STR($(infodir_SQ))" 38 paths += -DPERF_MAN_PATH="BUILD_STR($(mandir_SQ))" 40 CFLAGS_builtin-help.o += $(paths) 41 CFLAGS_builtin-timechart.o += $(paths)
|
D | builtin-trace.c | 919 } paths; member 929 ttrace->paths.max = -1; in thread_trace__new() 977 if (fd > ttrace->paths.max) { in trace__set_fd_pathname() 978 char **npath = realloc(ttrace->paths.table, (fd + 1) * sizeof(char *)); in trace__set_fd_pathname() 983 if (ttrace->paths.max != -1) { in trace__set_fd_pathname() 984 memset(npath + ttrace->paths.max + 1, 0, in trace__set_fd_pathname() 985 (fd - ttrace->paths.max) * sizeof(char *)); in trace__set_fd_pathname() 990 ttrace->paths.table = npath; in trace__set_fd_pathname() 991 ttrace->paths.max = fd; in trace__set_fd_pathname() 994 ttrace->paths.table[fd] = strdup(pathname); in trace__set_fd_pathname() [all …]
|
/Linux-v4.19/scripts/ |
D | leaking_addresses.pl | 521 my ($total, $dmesg, $paths, $files) = parse_raw_file($file); 534 squash_by($paths, 'path'); 561 my %paths; # Unique paths containing leaks. 572 cache_path(\%paths, $line); 576 return $total, \@dmesg, \%paths, \%files; 618 my ($paths, $line) = @_; 624 add_to_cache($paths, $path, substr($line, $index));
|
/Linux-v4.19/include/trace/events/ |
D | asoc.h | 192 TP_PROTO(int paths, int stream), 194 TP_ARGS(paths, stream), 197 __field( int, paths ) 202 __entry->paths = paths; 207 __entry->stream ? "capture" : "playback", __entry->paths)
|
/Linux-v4.19/tools/perf/ui/browsers/ |
D | scripts.c | 50 char *buf, *names[SCRIPT_MAX_NO], *paths[SCRIPT_MAX_NO]; in list_scripts() local 60 paths[i] = names[i] + SCRIPT_NAMELEN; in list_scripts() 63 num = find_scripts(names, paths); in list_scripts() 67 strcpy(script_name, paths[choice]); in list_scripts()
|
/Linux-v4.19/drivers/staging/sm750fb/ |
D | sm750_hw.c | 198 if (output->paths & sm750_panel) in hw_sm750_output_setMode() 200 if (output->paths & sm750_crt) in hw_sm750_output_setMode() 205 if (output->paths & sm750_panel) in hw_sm750_output_setMode() 207 if (output->paths & sm750_crt) in hw_sm750_output_setMode() 414 if (output->paths & sm750_crt) { in hw_sm750le_setBLANK() 459 if (output->paths & sm750_crt) { in hw_sm750_setBLANK() 468 if (output->paths & sm750_panel) { in hw_sm750_setBLANK()
|
D | sm750.c | 676 output->paths = sm750_pnc; in sm750fb_set_drv() 683 output->paths = sm750_pnc; in sm750fb_set_drv() 690 output->paths = sm750_panel; in sm750fb_set_drv() 695 output->paths = sm750_crt; in sm750fb_set_drv() 704 output->paths = sm750_panel; in sm750fb_set_drv() 709 output->paths = sm750_crt; in sm750fb_set_drv()
|
/Linux-v4.19/Documentation/driver-api/firmware/ |
D | direct-fs-lookup.rst | 7 filesystem in the paths documented in the section 'Firmware search paths'. 12 It is recommended you keep /lib/firmware paths on your root filesystem,
|
D | fw_search_path.rst | 2 Firmware search paths 5 The following search paths are used to look for firmware on your
|
/Linux-v4.19/tools/lib/subcmd/ |
D | help.c | 207 char *paths, *path, *colon; in load_command_list() local 208 path = paths = strdup(env_path); in load_command_list() 219 free(paths); in load_command_list()
|
/Linux-v4.19/drivers/md/ |
D | dm-round-robin.c | 32 static void free_paths(struct list_head *paths) in free_paths() argument 36 list_for_each_entry_safe(pi, next, paths, list) { in free_paths()
|
D | dm-queue-length.c | 66 static void ql_free_paths(struct list_head *paths) in ql_free_paths() argument 70 list_for_each_entry_safe(pi, next, paths, list) { in ql_free_paths()
|
D | dm-service-time.c | 62 static void free_paths(struct list_head *paths) in free_paths() argument 66 list_for_each_entry_safe(pi, next, paths, list) { in free_paths()
|
/Linux-v4.19/scripts/dtc/ |
D | dtx_diff | 52 include paths will be set properly. 55 the dts source file for include paths to be set properly for '#include' 72 add the path of DTx_1 and DTx_2 to the include paths. If DTx_2 includes
|
/Linux-v4.19/drivers/base/firmware_loader/ |
D | Kconfig | 9 look for the requested firmware in a series of filesystem paths: 33 /lib/firmware/ paths. This option enables you to build into the 36 /lib/firmware paths documented on CONFIG_FW_LOADER. 73 firmware failed using the different /lib/firmware/ paths, or the 116 this may be that your firmware resides outside of the paths the kernel
|
/Linux-v4.19/tools/kvm/kvm_stat/ |
D | kvm_stat | 722 self.paths = [] 762 self.paths = list(filter(lambda x: "{}-".format(pid) in x, vms)) 765 self.paths = [] 770 for path in self.paths: 772 self.paths.remove(path) 791 paths = self.paths 793 paths = [] 796 paths.append(dir) 797 for path in paths:
|
/Linux-v4.19/Documentation/sound/soc/ |
D | dapm.rst | 39 audio subsystem signal paths 170 audio paths within the audio subsystem. They have the following form:- 239 This can be used to merge to signal paths together in software. 249 audio paths (called interconnections). Each interconnection must be defined in 250 order to create a map of all audio paths between widgets. 254 paths.
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_generic.c | 52 snd_array_init(&spec->paths, sizeof(struct nid_path), 8); in snd_hda_gen_spec_init() 104 snd_array_free(&spec->paths); in snd_hda_gen_spec_free() 270 snd_array_for_each(&spec->paths, i, path) { in get_nid_path() 296 struct nid_path *array = spec->paths.list; in snd_hda_get_path_idx() 299 if (!spec->paths.used) in snd_hda_get_path_idx() 302 if (idx < 0 || idx >= spec->paths.used) in snd_hda_get_path_idx() 318 if (idx <= 0 || idx > spec->paths.used) in snd_hda_get_path_from_idx() 320 return snd_array_elem(&spec->paths, idx - 1); in snd_hda_get_path_from_idx() 331 snd_array_for_each(&spec->paths, i, path) { in is_dac_already_used() 358 snd_array_for_each(&spec->paths, i, path) { in is_ctl_used() [all …]
|
/Linux-v4.19/Documentation/core-api/ |
D | gfp_mask-from-fs-io.rst | 11 Code paths in the filesystem and IO stacks must be careful when 13 memory reclaim calling back into the FS or IO paths and blocking on
|
/Linux-v4.19/arch/arm64/boot/dts/amlogic/ |
D | meson-gxl-mali.dtsi | 28 * Mali clocking is provided by two identical clock paths
|
/Linux-v4.19/Documentation/devicetree/bindings/leds/ |
D | leds-lm3692x.txt | 23 - reg : 0 - Will enable all LED sync paths
|
/Linux-v4.19/Documentation/acpi/ |
D | osi.txt | 27 Experience shows that taking untested paths through the BIOS 143 catastrophic failure resulting from the BIOS taking paths that 174 to the hardware and validated BIOS paths seen by OSX. 181 from going down untested combinations of paths.
|