Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 120 of 120) sorted by relevance

/linux-4.1.27/Documentation/device-mapper/
Ddm-service-time.txt10 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
Dswitch.txt6 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.
Ddm-queue-length.txt30 In case that 2 paths (sda and sdb) are used with repeat_count == 128.
/linux-4.1.27/tools/perf/
DBuild31 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)
Dbuiltin-trace.c1173 } 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/
Dasoc.h215 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/
Dscripts.c49 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/
Dsm750_hw.c236 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()
Dsm750.c730 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()
Dsm750.h132 int paths; member
/linux-4.1.27/scripts/
Dcheckkconfigsymbols.py262 paths = referenced_features.get(feature, set())
263 paths.add(kfile)
264 referenced_features[feature] = paths
DKbuild.include213 # Add $(obj)/ for paths that are not absolute
Dspelling.txt690 pathes||paths
/linux-4.1.27/drivers/md/
Ddm-round-robin.c30 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()
Ddm-queue-length.c64 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()
Ddm-service-time.c60 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()
DKconfig453 mapping of fixed-size regions of I/O across a fixed set of paths.
/linux-4.1.27/sound/pci/hda/
Dhda_generic.c52 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 …]
Dhda_generic.h170 struct snd_array paths; member
Dpatch_analog.c865 struct nid_path *path = snd_array_new(&spec->gen.paths); in ad1988_add_spdif_mux_ctl()
/linux-4.1.27/tools/perf/util/
Dhelp.c172 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/
Ddapm.txt33 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.
Dmachine.txt6 relationships between each componnent which include audio paths, GPIOs,
DDPCM.txt14 graph representing the DSP internal audio paths and uses the mixer settings to
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-bus-css20 Description: Contains the ids of the channel paths used by this
Dsysfs-class-net-mesh108 uses to find the optimal paths through the mesh.
/linux-4.1.27/Documentation/virtual/
Dparavirt_ops.txt31 because they include sensitive instructions or some of code paths in
/linux-4.1.27/scripts/coccinelle/locks/
Ddouble_lock.cocci1 /// Find double locks. False positives may occur when some paths cannot
/linux-4.1.27/scripts/coccinelle/free/
Dkfree.cocci3 //# execution paths are not possible, resulting in false positives.
/linux-4.1.27/tools/power/cpupower/
DREADME31 cpufreq-bench to put in /usr/sbin. If you want to set up the paths
/linux-4.1.27/Documentation/vm/
Dremap_file_pages.txt9 code in kernel virtual memory subsystem including hot paths. Also to get
Dsplit_page_table_lock68 paths: i.e X86_PAE preallocate few PMDs on pgd_alloc().
Dtranshuge.txt343 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
Dnuma_memory_policy.txt349 extra reference on shared policies in the same query/allocation paths
/linux-4.1.27/sound/soc/
Dsoc-pcm.c1238 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 …]
Dsoc-dapm.c302 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/
Dkselftest.txt5 code paths in the kernel.
Defi-stub.txt75 which understands relative paths, whereas the rest of the command line
Dparport.txt233 several code paths:
246 To turn off the 'protocol in hardware' code paths, disable
Dstatic-keys.txt43 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,
Dworkqueue.txt148 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_
Dsysfs-rules.txt162 position of a parent device or exposing relative paths using "../" to
Ddma-buf-sharing.txt242 paths.
289 facilitate non-blocking fast-paths. Neither the importer nor the exporter (in
Dthis_cpu_ops.txt118 the same code paths. Since each processor has its own per cpu
Ddynamic-debug-howto.txt324 // enable messages in files of which the paths include string "usb"
Dinitrd.txt244 - use relative paths for dev/console in the exec command
Datomic_ops.txt454 paths using these interfaces, so on 64-bit if the bit is set in the
Dedac.txt61 and various other hardware data paths. If the hardware reports it, then
Dapplying-patches.txt38 This means that paths to files inside the patch file contain the name of the
DCodingStyle440 The bug in this code is that on some exit paths "foo" is NULL. Normally the
/linux-4.1.27/tools/perf/Documentation/
Dperf-annotate.txt59 --full-paths::
/linux-4.1.27/arch/arm/mach-mmp/
Dttc_dkb.c209 .paths = dkb_disp_config,
/linux-4.1.27/include/video/
Dmmp_disp.h349 struct mmp_mach_path_config *paths; member
/linux-4.1.27/Documentation/networking/
Dvxge.txt45 Checksum offload (TCP/UDP/IP) on transmit and receive paths
Dnetdev-features.txt28 error paths of ndo_set_features callback.
Dfilter.txt165 (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.
Dip-sysctl.txt428 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
Dbonding.txt1378 example paths accordingly.
/linux-4.1.27/include/net/iucv/
Diucv.h188 struct list_head paths; member
/linux-4.1.27/Documentation/gpio/
Dsysfs.txt56 GPIO signals have paths like /sys/class/gpio/gpio42/ (for GPIO #42)
100 GPIO controllers have paths like /sys/class/gpio/gpiochip42/ (for the
Dgpio-legacy.txt675 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/
Dcpu_features.txt24 several paths that are performance-critical and would suffer if an array
/linux-4.1.27/Documentation/filesystems/cifs/
DAUTHORS53 bugs in error paths. Valuable suggestions also have come from Al Viro
DCHANGES81 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.
DREADME177 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/
Driptide.c480 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/
Dmmp_ctrl.c472 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/
DREADME.wimax69 /sys/kernel/debug, those paths will change.
DREADME.i2400m163 /sys/kernel/debug, those paths will change.
/linux-4.1.27/arch/arm/kernel/
Datags_compat.c75 char paths[8][128]; member
/linux-4.1.27/Documentation/ioctl/
Dbotching-up-ioctls.txt83 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/
Diucv.c796 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/
DSetup123 paths[8][128]
Dcluster-pm-race-avoidance.txt265 the existence of two different paths from CLUSTER_GOING_DOWN/
/linux-4.1.27/arch/arm/lib/
Ddiv64.S51 @ Test for easy paths first.
/linux-4.1.27/Documentation/zh_CN/
DSubmittingPatches378 宏只在 static inline 函数不是最优的时候[在 fast paths 里有很少的独立的
/linux-4.1.27/fs/xfs/
DKconfig92 and extra sanity-checking functions in various code paths.
/linux-4.1.27/Documentation/s390/
Ddriver-model.txt230 2. Channel paths
233 Channel paths show up, like subchannels, under the channel subsystem root (css0)
DDebugging390.txt1321 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/
Dsuspend-and-cpuhotplug.txt14 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.
Dswsusp.txt123 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
Dpci.txt459 devices that don't depend on each other in a known way (i.e. none of the paths
/linux-4.1.27/Documentation/filesystems/
Doverlayfs.txt197 object in overlayfs will not contain valid absolute paths, only
198 relative paths leading up to the filesystem's root. This will be
Dramfs-rootfs-initramfs.txt236 If you don't already understand what shared libraries, devices, and paths
/linux-4.1.27/tools/virtio/virtio-trace/
DREADME42 virtio-trace uses virtio-serial pipe as trace data paths as to the number
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt19 Ability to create long paths to objects and remove arbitrarily huge
/linux-4.1.27/Documentation/locking/
Dmutex-design.txt37 When acquiring a mutex, there are three possible paths that can be
Dlockdep-design.txt201 We also assume that all NMI/SMM paths [which could interrupt
/linux-4.1.27/drivers/net/wireless/ipw2x00/
DKconfig150 debug option enables debug on hot paths (e.g Tx, Rx, ISR) and
/linux-4.1.27/include/sound/
Dsoc.h1112 struct list_head paths; member
1428 INIT_LIST_HEAD(&card->paths); in snd_soc_initialize_card_lists()
/linux-4.1.27/fs/cifs/
DKconfig147 messages in some error paths, slowing performance. This
/linux-4.1.27/net/mac80211/
DKconfig128 paths.
/linux-4.1.27/Documentation/timers/
Dhrtimers.txt45 error conditions in various I/O paths, such as networking and block
/linux-4.1.27/Documentation/usb/
Dmass-storage.txt34 This parameter lists paths to files or block devices used for
/linux-4.1.27/Documentation/acpi/
Dnamespace.txt80 is a hierarchy of objects identified by names and paths.
/linux-4.1.27/net/ipv4/
DKconfig88 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/
D4.Coding270 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/
Dtty.txt252 Because this includes panic paths drivers generally
/linux-4.1.27/net/
DKconfig102 overhead in the transmit and receive paths.
/linux-4.1.27/Documentation/crypto/
Dasymmetric-keys.txt261 This is called to preparse the key from the key creation and update paths.
/linux-4.1.27/drivers/platform/x86/
Dthinkpad_acpi.c519 #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/
Darm-acpi.txt49 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/
Dcm.c3402 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/
Dcarrier.txt307 expected to ever by in hot paths, and GPIO access so fare has only been
/linux-4.1.27/Documentation/cgroups/
Dcgroups.txt91 minimal impact on the system fast paths, and provides hooks for
193 into the rest of the kernel, none in performance-critical paths:
Dcpusets.txt139 into the rest of the kernel, none in performance critical paths:
/linux-4.1.27/arch/
DKconfig129 code paths to be selected for these cases. Some network
/linux-4.1.27/drivers/usb/gadget/legacy/
DKconfig80 paths hardwired to the Audio codec chip on-board and doesn't work
/linux-4.1.27/Documentation/RCU/
DwhatisRCU.txt18 the experience has been that different people must take different paths
20 different paths, as follows:
/linux-4.1.27/Documentation/kdump/
Dkdump.txt477 The kernel parameter, panic_on_warn, calls panic() in all WARN() paths. This
/linux-4.1.27/kernel/trace/
DKconfig557 we care most about hot paths that are probably in cache already.
/linux-4.1.27/drivers/spi/
DKconfig467 TX and RX data paths.
/linux-4.1.27/Documentation/scsi/
Dscsi_fc_transport.txt419 Within the LLDD, the normal code paths for a scsi_host teardown should
DChangeLog.megaraid_sas637 ii. Defined MEGASAS_IOC_FIRMWARE32 for code paths that handles 32 bit applications in 64 bit system…
DChangeLog.lpfc265 * Fixed memory leaks in mailbox error paths.
/linux-4.1.27/init/
DKconfig592 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/
Dsocket.c2995 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/
DKconfig.debug1343 userland code paths which assume predetermined contiguous
/linux-4.1.27/arch/x86/
DKconfig1653 process and adds some branches to paths used during
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2642 You change that to list the names and paths of the modules that you