/linux-4.1.27/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-4.1.27/tools/perf/ |
D | Build | 31 paths += -DPERF_HTML_PATH="BUILD_STR($(htmldir_SQ))" 32 paths += -DPERF_INFO_PATH="BUILD_STR($(infodir_SQ))" 33 paths += -DPERF_MAN_PATH="BUILD_STR($(mandir_SQ))" 35 CFLAGS_builtin-help.o += $(paths) 36 CFLAGS_builtin-timechart.o += $(paths)
|
D | builtin-trace.c | 1173 } paths; member 1183 ttrace->paths.max = -1; in thread_trace__new() 1265 if (fd > ttrace->paths.max) { in trace__set_fd_pathname() 1266 char **npath = realloc(ttrace->paths.table, (fd + 1) * sizeof(char *)); in trace__set_fd_pathname() 1271 if (ttrace->paths.max != -1) { in trace__set_fd_pathname() 1272 memset(npath + ttrace->paths.max + 1, 0, in trace__set_fd_pathname() 1273 (fd - ttrace->paths.max) * sizeof(char *)); in trace__set_fd_pathname() 1278 ttrace->paths.table = npath; in trace__set_fd_pathname() 1279 ttrace->paths.max = fd; in trace__set_fd_pathname() 1282 ttrace->paths.table[fd] = strdup(pathname); in trace__set_fd_pathname() [all …]
|
/linux-4.1.27/include/trace/events/ |
D | asoc.h | 215 TP_PROTO(int paths, int stream), 217 TP_ARGS(paths, stream), 220 __field( int, paths ) 225 __entry->paths = paths; 230 __entry->stream ? "capture" : "playback", __entry->paths)
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | scripts.c | 49 char *buf, *names[SCRIPT_MAX_NO], *paths[SCRIPT_MAX_NO]; in list_scripts() local 59 paths[i] = names[i] + SCRIPT_NAMELEN; in list_scripts() 62 num = find_scripts(names, paths); in list_scripts() 66 strcpy(script_name, paths[choice]); in list_scripts()
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | sm750_hw.c | 236 if(output->paths & sm750_panel) in hw_sm750_output_setMode() 238 if(output->paths & sm750_crt) in hw_sm750_output_setMode() 243 if(output->paths & sm750_panel) in hw_sm750_output_setMode() 245 if(output->paths & sm750_crt) in hw_sm750_output_setMode() 479 if(output->paths & sm750_crt){ in hw_sm750le_setBLANK() 541 if(output->paths & sm750_crt){ in hw_sm750_setBLANK() 547 if(output->paths & sm750_panel){ in hw_sm750_setBLANK()
|
D | sm750.c | 730 output->paths = sm750_pnc; in sm750fb_set_drv() 737 output->paths = sm750_pnc; in sm750fb_set_drv() 744 output->paths = sm750_panel; in sm750fb_set_drv() 749 output->paths = sm750_crt; in sm750fb_set_drv() 758 output->paths = sm750_panel; in sm750fb_set_drv() 763 output->paths = sm750_crt; in sm750fb_set_drv()
|
D | sm750.h | 132 int paths; member
|
/linux-4.1.27/scripts/ |
D | checkkconfigsymbols.py | 262 paths = referenced_features.get(feature, set()) 263 paths.add(kfile) 264 referenced_features[feature] = paths
|
D | Kbuild.include | 213 # Add $(obj)/ for paths that are not absolute
|
D | spelling.txt | 690 pathes||paths
|
/linux-4.1.27/drivers/md/ |
D | dm-round-robin.c | 30 static void free_paths(struct list_head *paths) in free_paths() argument 34 list_for_each_entry_safe(pi, next, paths, list) { in free_paths()
|
D | dm-queue-length.c | 64 static void ql_free_paths(struct list_head *paths) in ql_free_paths() argument 68 list_for_each_entry_safe(pi, next, paths, list) { in ql_free_paths()
|
D | dm-service-time.c | 60 static void free_paths(struct list_head *paths) in free_paths() argument 64 list_for_each_entry_safe(pi, next, paths, list) { in free_paths()
|
D | Kconfig | 453 mapping of fixed-size regions of I/O across a fixed set of paths.
|
/linux-4.1.27/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() 266 for (i = 0; i < spec->paths.used; i++) { in get_nid_path() 267 struct nid_path *path = snd_array_elem(&spec->paths, i); in get_nid_path() 309 struct nid_path *array = spec->paths.list; in snd_hda_get_path_idx() 312 if (!spec->paths.used) in snd_hda_get_path_idx() 315 if (idx < 0 || idx >= spec->paths.used) in snd_hda_get_path_idx() 331 if (idx <= 0 || idx > spec->paths.used) in snd_hda_get_path_from_idx() 333 return snd_array_elem(&spec->paths, idx - 1); in snd_hda_get_path_from_idx() 343 for (i = 0; i < spec->paths.used; i++) { in is_dac_already_used() [all …]
|
D | hda_generic.h | 170 struct snd_array paths; member
|
D | patch_analog.c | 865 struct nid_path *path = snd_array_new(&spec->gen.paths); in ad1988_add_spdif_mux_ctl()
|
/linux-4.1.27/tools/perf/util/ |
D | help.c | 172 char *paths, *path, *colon; in load_command_list() local 173 path = paths = strdup(env_path); in load_command_list() 184 free(paths); in load_command_list()
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | dapm.txt | 33 3. Path domain - audio subsystem signal paths 117 audio paths within the audio subsystem. They have the following form:- 183 This can be used to merge to signal paths together in software. 193 audio paths (called interconnections). Each interconnection must be defined in 194 order to create a map of all audio paths between widgets. 198 paths.
|
D | machine.txt | 6 relationships between each componnent which include audio paths, GPIOs,
|
D | DPCM.txt | 14 graph representing the DSP internal audio paths and uses the mixer settings to
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-css | 20 Description: Contains the ids of the channel paths used by this
|
D | sysfs-class-net-mesh | 108 uses to find the optimal paths through the mesh.
|
/linux-4.1.27/Documentation/virtual/ |
D | paravirt_ops.txt | 31 because they include sensitive instructions or some of code paths in
|
/linux-4.1.27/scripts/coccinelle/locks/ |
D | double_lock.cocci | 1 /// Find double locks. False positives may occur when some paths cannot
|
/linux-4.1.27/scripts/coccinelle/free/ |
D | kfree.cocci | 3 //# execution paths are not possible, resulting in false positives.
|
/linux-4.1.27/tools/power/cpupower/ |
D | README | 31 cpufreq-bench to put in /usr/sbin. If you want to set up the paths
|
/linux-4.1.27/Documentation/vm/ |
D | remap_file_pages.txt | 9 code in kernel virtual memory subsystem including hot paths. Also to get
|
D | split_page_table_lock | 68 paths: i.e X86_PAE preallocate few PMDs on pgd_alloc().
|
D | transhuge.txt | 343 paths. If instead pmd_trans_huge returns true, you have to take the 353 wait_split_huge_page and then fallback the old code paths. You are
|
D | numa_memory_policy.txt | 349 extra reference on shared policies in the same query/allocation paths
|
/linux-4.1.27/sound/soc/ |
D | soc-pcm.c | 1238 int paths; in dpcm_path_get() local 1246 paths = snd_soc_dapm_dai_get_connected_widgets(cpu_dai, stream, &list); in dpcm_path_get() 1248 dev_dbg(fe->dev, "ASoC: found %d audio %s paths\n", paths, in dpcm_path_get() 1252 return paths; in dpcm_path_get() 2265 int i, old, new, paths; in soc_dpcm_runtime_update() local 2294 paths = dpcm_path_get(fe, SNDRV_PCM_STREAM_PLAYBACK, &list); in soc_dpcm_runtime_update() 2295 if (paths < 0) { in soc_dpcm_runtime_update() 2299 return paths; in soc_dpcm_runtime_update() 2330 paths = dpcm_path_get(fe, SNDRV_PCM_STREAM_CAPTURE, &list); in soc_dpcm_runtime_update() 2331 if (paths < 0) { in soc_dpcm_runtime_update() [all …]
|
D | soc-dapm.c | 302 struct list_head paths; member 320 INIT_LIST_HEAD(&data->paths); in dapm_kcontrol_data_alloc() 407 list_add_tail(&path->list_kcontrol, &data->paths); in dapm_kcontrol_add_path() 430 return &data->paths; in dapm_kcontrol_get_path_list() 1068 int paths; in snd_soc_dapm_dai_get_connected_widgets() local 1082 paths = is_connected_output_ep(dai->playback_widget, list); in snd_soc_dapm_dai_get_connected_widgets() 1084 paths = is_connected_input_ep(dai->capture_widget, list); in snd_soc_dapm_dai_get_connected_widgets() 1086 trace_snd_soc_dapm_connected(paths, stream); in snd_soc_dapm_dai_get_connected_widgets() 1089 return paths; in snd_soc_dapm_dai_get_connected_widgets() 2419 list_add(&path->list, &dapm->card->paths); in snd_soc_dapm_add_path() [all …]
|
/linux-4.1.27/Documentation/ |
D | kselftest.txt | 5 code paths in the kernel.
|
D | efi-stub.txt | 75 which understands relative paths, whereas the rest of the command line
|
D | parport.txt | 233 several code paths: 246 To turn off the 'protocol in hardware' code paths, disable
|
D | static-keys.txt | 43 kernel code paths should be able to make use of the static keys facility. 245 Since there are a number of static key API uses in the scheduler paths,
|
D | workqueue.txt | 148 on code paths that handle memory reclaim are required to be queued on 195 All wq which might be used in the memory reclaim paths _MUST_
|
D | sysfs-rules.txt | 162 position of a parent device or exposing relative paths using "../" to
|
D | dma-buf-sharing.txt | 242 paths. 289 facilitate non-blocking fast-paths. Neither the importer nor the exporter (in
|
D | this_cpu_ops.txt | 118 the same code paths. Since each processor has its own per cpu
|
D | dynamic-debug-howto.txt | 324 // enable messages in files of which the paths include string "usb"
|
D | initrd.txt | 244 - use relative paths for dev/console in the exec command
|
D | atomic_ops.txt | 454 paths using these interfaces, so on 64-bit if the bit is set in the
|
D | edac.txt | 61 and various other hardware data paths. If the hardware reports it, then
|
D | applying-patches.txt | 38 This means that paths to files inside the patch file contain the name of the
|
D | CodingStyle | 440 The bug in this code is that on some exit paths "foo" is NULL. Normally the
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-annotate.txt | 59 --full-paths::
|
/linux-4.1.27/arch/arm/mach-mmp/ |
D | ttc_dkb.c | 209 .paths = dkb_disp_config,
|
/linux-4.1.27/include/video/ |
D | mmp_disp.h | 349 struct mmp_mach_path_config *paths; member
|
/linux-4.1.27/Documentation/networking/ |
D | vxge.txt | 45 Checksum offload (TCP/UDP/IP) on transmit and receive paths
|
D | netdev-features.txt | 28 error paths of ndo_set_features callback.
|
D | filter.txt | 165 (e.g. different return codes for various code paths). Moreover, BPF JIT 835 descends all possible paths. It simulates execution of every insn and observes 1013 Second step starts from the first insn and descends all possible paths.
|
D | ip-sysctl.txt | 428 if paths are using per packet load balancing (like bonding rr mode) 1741 are sent at the specified interval on idle paths to probe the state of
|
D | bonding.txt | 1378 example paths accordingly.
|
/linux-4.1.27/include/net/iucv/ |
D | iucv.h | 188 struct list_head paths; member
|
/linux-4.1.27/Documentation/gpio/ |
D | sysfs.txt | 56 GPIO signals have paths like /sys/class/gpio/gpio42/ (for GPIO #42) 100 GPIO controllers have paths like /sys/class/gpio/gpiochip42/ (for the
|
D | gpio-legacy.txt | 675 GPIO signals have paths like /sys/class/gpio/gpio42/ (for GPIO #42) 719 GPIO controllers have paths like /sys/class/gpio/gpiochip42/ (for the
|
/linux-4.1.27/Documentation/powerpc/ |
D | cpu_features.txt | 24 several paths that are performance-critical and would suffer if an array
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | AUTHORS | 53 bugs in error paths. Valuable suggestions also have come from Al Viro
|
D | CHANGES | 81 top of the share. Fix problem in 2.6.28 resolving DFS paths to 479 or out of order NULL pointer checks in little used error paths). 594 Fix some small memory leaks in some unmount error paths. Fix major leak 864 common error paths. Add generic sendfile support.
|
D | README | 177 files with absolute paths (ie beginning with slash) such as: 495 posix acls, posix locks, posix paths, symlink support 528 a problem with parsing of DFS paths with Samba server
|
/linux-4.1.27/sound/pci/riptide/ |
D | riptide.c | 480 struct lbuspath paths; member 1477 lbuspath = data->paths.noconv; in snd_riptide_prepare() 1479 lbuspath = data->paths.mono; in snd_riptide_prepare() 1483 lbuspath = data->paths.noconv; in snd_riptide_prepare() 1485 lbuspath = data->paths.stereo; in snd_riptide_prepare() 1615 data->paths = lbus_play_paths[sub_num]; in snd_riptide_playback_open() 1638 data->paths = lbus_rec_path; in snd_riptide_capture_open()
|
/linux-4.1.27/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.c | 472 if (mi == NULL || !mi->path_num || !mi->paths) { in mmphw_probe() 542 if (!path_init(path_plat, &mi->paths[i])) { in mmphw_probe()
|
/linux-4.1.27/Documentation/wimax/ |
D | README.wimax | 69 /sys/kernel/debug, those paths will change.
|
D | README.i2400m | 163 /sys/kernel/debug, those paths will change.
|
/linux-4.1.27/arch/arm/kernel/ |
D | atags_compat.c | 75 char paths[8][128]; member
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 83 error handling paths - GPUs will die eventually in the oddmost corner cases 101 this will allow you to test 90% of all error handling paths by just 104 paths pretty much for free for graphics drivers. Also, be consistent with
|
/linux-4.1.27/net/iucv/ |
D | iucv.c | 796 INIT_LIST_HEAD(&handler->paths); in iucv_register() 824 list_for_each_entry_safe(p, n, &handler->paths, list) { in iucv_unregister() 964 list_add_tail(&path->list, &handler->paths); in iucv_path_connect() 1511 list_add(&path->list, &handler->paths); in iucv_path_pending()
|
/linux-4.1.27/Documentation/arm/ |
D | Setup | 123 paths[8][128]
|
D | cluster-pm-race-avoidance.txt | 265 the existence of two different paths from CLUSTER_GOING_DOWN/
|
/linux-4.1.27/arch/arm/lib/ |
D | div64.S | 51 @ Test for easy paths first.
|
/linux-4.1.27/Documentation/zh_CN/ |
D | SubmittingPatches | 378 宏只在 static inline 函数不是最优的时候[在 fast paths 里有很少的独立的
|
/linux-4.1.27/fs/xfs/ |
D | Kconfig | 92 and extra sanity-checking functions in various code paths.
|
/linux-4.1.27/Documentation/s390/ |
D | driver-model.txt | 230 2. Channel paths 233 Channel paths show up, like subchannels, under the channel subsystem root (css0)
|
D | Debugging390.txt | 1321 up to 8 channel paths to a device, this offers redundancy if one is not 1358 operating characteristics of a subchannel (e.g. channel paths). 1374 IOP's can use one or more links ( known as channel paths ) to talk to each 1380 logic to interface the channel paths & channel path IO protocols to 1429 One of these paths can be daisy chained to up to 8 control units. 1545 This is used to switch on or off channel paths to devices.
|
/linux-4.1.27/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 14 But please note that here, only the call paths are illustrated, with the aim 15 of describing where they take different paths and where they share code.
|
D | swsusp.txt | 123 Q: Maybe I'm missing something, but why don't the regular I/O paths work? 125 A: We do use the regular I/O paths. However we cannot restore the data
|
D | pci.txt | 459 devices that don't depend on each other in a known way (i.e. none of the paths
|
/linux-4.1.27/Documentation/filesystems/ |
D | overlayfs.txt | 197 object in overlayfs will not contain valid absolute paths, only 198 relative paths leading up to the filesystem's root. This will be
|
D | ramfs-rootfs-initramfs.txt | 236 If you don't already understand what shared libraries, devices, and paths
|
/linux-4.1.27/tools/virtio/virtio-trace/ |
D | README | 42 virtio-trace uses virtio-serial pipe as trace data paths as to the number
|
/linux-4.1.27/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 19 Ability to create long paths to objects and remove arbitrarily huge
|
/linux-4.1.27/Documentation/locking/ |
D | mutex-design.txt | 37 When acquiring a mutex, there are three possible paths that can be
|
D | lockdep-design.txt | 201 We also assume that all NMI/SMM paths [which could interrupt
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | Kconfig | 150 debug option enables debug on hot paths (e.g Tx, Rx, ISR) and
|
/linux-4.1.27/include/sound/ |
D | soc.h | 1112 struct list_head paths; member 1428 INIT_LIST_HEAD(&card->paths); in snd_soc_initialize_card_lists()
|
/linux-4.1.27/fs/cifs/ |
D | Kconfig | 147 messages in some error paths, slowing performance. This
|
/linux-4.1.27/net/mac80211/ |
D | Kconfig | 128 paths.
|
/linux-4.1.27/Documentation/timers/ |
D | hrtimers.txt | 45 error conditions in various I/O paths, such as networking and block
|
/linux-4.1.27/Documentation/usb/ |
D | mass-storage.txt | 34 This parameter lists paths to files or block devices used for
|
/linux-4.1.27/Documentation/acpi/ |
D | namespace.txt | 80 is a hierarchy of objects identified by names and paths.
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 88 pattern, in effect specifying several alternative paths to travel 89 for those packets. The router considers all these paths to be of
|
/linux-4.1.27/Documentation/development-process/ |
D | 4.Coding | 270 fact of the matter, though, is that the resulting failure recovery paths 273 paths had been exercised a few times.
|
/linux-4.1.27/Documentation/serial/ |
D | tty.txt | 252 Because this includes panic paths drivers generally
|
/linux-4.1.27/net/ |
D | Kconfig | 102 overhead in the transmit and receive paths.
|
/linux-4.1.27/Documentation/crypto/ |
D | asymmetric-keys.txt | 261 This is called to preparse the key from the key creation and update paths.
|
/linux-4.1.27/drivers/platform/x86/ |
D | thinkpad_acpi.c | 519 #define TPACPI_HANDLE(object, parent, paths...) \ argument 523 static char *object##_paths[] __initdata = { paths } 674 char **paths, const int num_paths) in drv_acpi_handle_init() argument 683 status = acpi_get_handle(parent, paths[i], handle); in drv_acpi_handle_init() 687 paths[i], name); in drv_acpi_handle_init()
|
/linux-4.1.27/Documentation/arm64/ |
D | arm-acpi.txt | 49 and x86 would end up using completely different code paths in both firmware 294 eliminate some duplication of code paths in driver probing functions and
|
/linux-4.1.27/drivers/infiniband/core/ |
D | cm.c | 3402 int paths = 0; in cm_recv_handler() local 3406 paths = 1 + (((struct cm_req_msg *) mad_recv_wc->recv_buf.mad)-> in cm_recv_handler() 3435 paths = 1; in cm_recv_handler() 3450 work = kmalloc(sizeof *work + sizeof(struct ib_sa_path_rec) * paths, in cm_recv_handler()
|
/linux-4.1.27/Documentation/fmc/ |
D | carrier.txt | 307 expected to ever by in hot paths, and GPIO access so fare has only been
|
/linux-4.1.27/Documentation/cgroups/ |
D | cgroups.txt | 91 minimal impact on the system fast paths, and provides hooks for 193 into the rest of the kernel, none in performance-critical paths:
|
D | cpusets.txt | 139 into the rest of the kernel, none in performance critical paths:
|
/linux-4.1.27/arch/ |
D | Kconfig | 129 code paths to be selected for these cases. Some network
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | Kconfig | 80 paths hardwired to the Audio codec chip on-board and doesn't work
|
/linux-4.1.27/Documentation/RCU/ |
D | whatisRCU.txt | 18 the experience has been that different people must take different paths 20 different paths, as follows:
|
/linux-4.1.27/Documentation/kdump/ |
D | kdump.txt | 477 The kernel parameter, panic_on_warn, calls panic() in all WARN() paths. This
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 557 we care most about hot paths that are probably in cache already.
|
/linux-4.1.27/drivers/spi/ |
D | Kconfig | 467 TX and RX data paths.
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_fc_transport.txt | 419 Within the LLDD, the normal code paths for a scsi_host teardown should
|
D | ChangeLog.megaraid_sas | 637 ii. Defined MEGASAS_IOC_FIRMWARE32 for code paths that handles 32 bit applications in 64 bit system…
|
D | ChangeLog.lpfc | 265 * Fixed memory leaks in mailbox error paths.
|
/linux-4.1.27/init/ |
D | Kconfig | 592 code paths on small(er) systems. 1401 sys_sysctl uses binary paths that have been found challenging 1403 using paths with ascii names is now the primary path to this
|
/linux-4.1.27/net/sctp/ |
D | socket.c | 2995 int paths = 0; in sctp_setsockopt_associnfo() local 3001 paths++; in sctp_setsockopt_associnfo() 3009 if (paths > 1 && in sctp_setsockopt_associnfo()
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 1343 userland code paths which assume predetermined contiguous
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 1653 process and adds some branches to paths used during
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2642 You change that to list the names and paths of the modules that you
|