Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.c1355 } paths; member
1365 ttrace->paths.max = -1; in thread_trace__new()
1457 if (fd > ttrace->paths.max) { in trace__set_fd_pathname()
1458 char **npath = realloc(ttrace->paths.table, (fd + 1) * sizeof(char *)); in trace__set_fd_pathname()
1463 if (ttrace->paths.max != -1) { in trace__set_fd_pathname()
1464 memset(npath + ttrace->paths.max + 1, 0, in trace__set_fd_pathname()
1465 (fd - ttrace->paths.max) * sizeof(char *)); in trace__set_fd_pathname()
1470 ttrace->paths.table = npath; in trace__set_fd_pathname()
1471 ttrace->paths.max = fd; in trace__set_fd_pathname()
1474 ttrace->paths.table[fd] = strdup(pathname); in trace__set_fd_pathname()
[all …]
/linux-4.4.14/include/trace/events/
Dasoc.h192 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-4.4.14/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.4.14/drivers/staging/sm750fb/
Dsm750_hw.c194 if (output->paths & sm750_panel) in hw_sm750_output_setMode()
196 if (output->paths & sm750_crt) in hw_sm750_output_setMode()
201 if (output->paths & sm750_panel) in hw_sm750_output_setMode()
203 if (output->paths & sm750_crt) in hw_sm750_output_setMode()
407 if (output->paths & sm750_crt) { in hw_sm750le_setBLANK()
450 if (output->paths & sm750_crt) { in hw_sm750_setBLANK()
456 if (output->paths & sm750_panel) in hw_sm750_setBLANK()
Dsm750.c672 output->paths = sm750_pnc; in sm750fb_set_drv()
679 output->paths = sm750_pnc; in sm750fb_set_drv()
686 output->paths = sm750_panel; in sm750fb_set_drv()
691 output->paths = sm750_crt; in sm750fb_set_drv()
700 output->paths = sm750_panel; in sm750fb_set_drv()
705 output->paths = sm750_crt; in sm750fb_set_drv()
Dsm750.h148 int paths; member
/linux-4.4.14/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()
DKconfig466 mapping of fixed-size regions of I/O across a fixed set of paths.
/linux-4.4.14/scripts/
Dcheckkconfigsymbols.py322 paths = referenced_features.get(feature, set())
323 paths.add(kfile)
324 referenced_features[feature] = paths
DKbuild.include217 # Add $(obj)/ for paths that are not absolute
Dspelling.txt710 pathes||paths
/linux-4.4.14/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.c864 struct nid_path *path = snd_array_new(&spec->gen.paths); in ad1988_add_spdif_mux_ctl()
/linux-4.4.14/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.4.14/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.4.14/Documentation/virtual/
Dparavirt_ops.txt31 because they include sensitive instructions or some of code paths in
/linux-4.4.14/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.4.14/scripts/coccinelle/locks/
Ddouble_lock.cocci1 /// Find double locks. False positives may occur when some paths cannot
/linux-4.4.14/scripts/coccinelle/free/
Dkfree.cocci3 //# execution paths are not possible, resulting in false positives.
/linux-4.4.14/tools/power/cpupower/
DREADME31 cpufreq-bench to put in /usr/sbin. If you want to set up the paths
/linux-4.4.14/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.txt353 paths. If instead pmd_trans_huge returns true, you have to take the
363 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.4.14/sound/soc/
Dsoc-pcm.c1284 int paths; in dpcm_path_get() local
1287 paths = snd_soc_dapm_dai_get_connected_widgets(cpu_dai, stream, list); in dpcm_path_get()
1289 dev_dbg(fe->dev, "ASoC: found %d audio %s paths\n", paths, in dpcm_path_get()
1292 return paths; in dpcm_path_get()
2347 int i, old, new, paths; in soc_dpcm_runtime_update() local
2376 paths = dpcm_path_get(fe, SNDRV_PCM_STREAM_PLAYBACK, &list); in soc_dpcm_runtime_update()
2377 if (paths < 0) { in soc_dpcm_runtime_update()
2381 return paths; in soc_dpcm_runtime_update()
2412 paths = dpcm_path_get(fe, SNDRV_PCM_STREAM_CAPTURE, &list); in soc_dpcm_runtime_update()
2413 if (paths < 0) { in soc_dpcm_runtime_update()
[all …]
Dsoc-dapm.c308 struct list_head paths; member
325 INIT_LIST_HEAD(&data->paths); in dapm_kcontrol_data_alloc()
462 list_add_tail(&path->list_kcontrol, &data->paths); in dapm_kcontrol_add_path()
480 return &data->paths; in dapm_kcontrol_get_path_list()
1159 int paths; in snd_soc_dapm_dai_get_connected_widgets() local
1174 paths = is_connected_output_ep(dai->playback_widget, &widgets); in snd_soc_dapm_dai_get_connected_widgets()
1176 paths = is_connected_input_ep(dai->capture_widget, &widgets); in snd_soc_dapm_dai_get_connected_widgets()
1183 paths = ret; in snd_soc_dapm_dai_get_connected_widgets()
1185 trace_snd_soc_dapm_connected(paths, stream); in snd_soc_dapm_dai_get_connected_widgets()
1188 return paths; in snd_soc_dapm_dai_get_connected_widgets()
[all …]
/linux-4.4.14/arch/arm/mach-mmp/
Dttc_dkb.c209 .paths = dkb_disp_config,
/linux-4.4.14/tools/perf/Documentation/
Dperf-annotate.txt59 --full-paths::
/linux-4.4.14/drivers/s390/block/
Ddasd_eckd.c4776 unsigned long paths, in dasd_eckd_cuir_notify_user() argument
4782 while (paths) { in dasd_eckd_cuir_notify_user()
4784 pos = ffs(paths) - 1; in dasd_eckd_cuir_notify_user()
4796 clear_bit(pos, &paths); in dasd_eckd_cuir_notify_user()
4835 unsigned long paths = 0; in dasd_eckd_cuir_quiesce() local
4848 paths |= tbcpm; in dasd_eckd_cuir_quiesce()
4858 paths |= tbcpm; in dasd_eckd_cuir_quiesce()
4871 paths |= tbcpm; in dasd_eckd_cuir_quiesce()
4881 paths |= tbcpm; in dasd_eckd_cuir_quiesce()
4885 dasd_eckd_cuir_notify_user(device, paths, sch_id, CUIR_QUIESCE); in dasd_eckd_cuir_quiesce()
[all …]
/linux-4.4.14/Documentation/gpio/
Dsysfs.txt55 GPIO signals have paths like /sys/class/gpio/gpio42/ (for GPIO #42)
99 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.4.14/include/net/iucv/
Diucv.h188 struct list_head paths; member
/linux-4.4.14/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.txt454 if paths are using per packet load balancing (like bonding rr mode)
1827 are sent at the specified interval on idle paths to probe the state of
Dbonding.txt1415 example paths accordingly.
/linux-4.4.14/include/video/
Dmmp_disp.h349 struct mmp_mach_path_config *paths; member
/linux-4.4.14/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.txt58 kernel code paths should be able to make use of the static keys facility.
250 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.txt456 paths using these interfaces, so on 64-bit if the bit is set in the
Dapplying-patches.txt38 This means that paths to files inside the patch file contain the name of the
Dadding-syscalls.txt489 implementation paths in detail for v3.14:
Dedac.txt42 interconnections, and various other hardware data paths. If the hardware
DCodingStyle440 The bug in this code is that on some exit paths "foo" is NULL. Normally the
/linux-4.4.14/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.4.14/Documentation/powerpc/
Dcpu_features.txt24 several paths that are performance-critical and would suffer if an array
/linux-4.4.14/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.4.14/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.4.14/arch/arm/kernel/
Datags_compat.c75 char paths[8][128]; member
/linux-4.4.14/Documentation/wimax/
DREADME.wimax69 /sys/kernel/debug, those paths will change.
DREADME.i2400m163 /sys/kernel/debug, those paths will change.
/linux-4.4.14/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.4.14/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.4.14/Documentation/arm/
DSetup123 paths[8][128]
Dcluster-pm-race-avoidance.txt265 the existence of two different paths from CLUSTER_GOING_DOWN/
/linux-4.4.14/arch/arm/lib/
Ddiv64.S51 @ Test for easy paths first.
/linux-4.4.14/Documentation/zh_CN/
DSubmittingPatches378 宏只在 static inline 函数不是最优的时候[在 fast paths 里有很少的独立的
/linux-4.4.14/fs/xfs/
DKconfig92 and extra sanity-checking functions in various code paths.
/linux-4.4.14/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.4.14/Documentation/filesystems/
Doverlayfs.txt198 object in overlayfs will not contain valid absolute paths, only
199 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.4.14/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.4.14/tools/virtio/virtio-trace/
DREADME42 virtio-trace uses virtio-serial pipe as trace data paths as to the number
/linux-4.4.14/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt19 Ability to create long paths to objects and remove arbitrarily huge
/linux-4.4.14/drivers/net/wireless/ipw2x00/
DKconfig150 debug option enables debug on hot paths (e.g Tx, Rx, ISR) and
/linux-4.4.14/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.4.14/fs/cifs/
DKconfig147 messages in some error paths, slowing performance. This
/linux-4.4.14/net/mac80211/
DKconfig127 paths.
/linux-4.4.14/include/sound/
Dsoc.h1148 struct list_head paths; member
1524 INIT_LIST_HEAD(&card->paths); in snd_soc_initialize_card_lists()
/linux-4.4.14/Documentation/timers/
Dhrtimers.txt45 error conditions in various I/O paths, such as networking and block
/linux-4.4.14/Documentation/usb/
Dmass-storage.txt34 This parameter lists paths to files or block devices used for
/linux-4.4.14/Documentation/acpi/
Dnamespace.txt80 is a hierarchy of objects identified by names and paths.
/linux-4.4.14/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.4.14/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.4.14/Documentation/crypto/
Dasymmetric-keys.txt261 This is called to preparse the key from the key creation and update paths.
/linux-4.4.14/drivers/platform/x86/
Dthinkpad_acpi.c520 #define TPACPI_HANDLE(object, parent, paths...) \ argument
524 static char *object##_paths[] __initdata = { paths }
675 char **paths, const int num_paths) in drv_acpi_handle_init() argument
684 status = acpi_get_handle(parent, paths[i], handle); in drv_acpi_handle_init()
688 paths[i], name); in drv_acpi_handle_init()
/linux-4.4.14/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.4.14/drivers/infiniband/core/
Dcm.c3491 int paths = 0; in cm_recv_handler() local
3496 paths = 1 + (((struct cm_req_msg *) mad_recv_wc->recv_buf.mad)-> in cm_recv_handler()
3525 paths = 1; in cm_recv_handler()
3540 work = kmalloc(sizeof *work + sizeof(struct ib_sa_path_rec) * paths, in cm_recv_handler()
/linux-4.4.14/arch/arm/boot/dts/
Dam43x-epos-evm.dts541 * SelLCDorHDMI selects between display and audio paths:
Dam437x-gp-evm.dts698 * SelLCDorHDMI selects between display and audio paths:
/linux-4.4.14/net/
DKconfig105 overhead in the transmit and receive paths.
/linux-4.4.14/Documentation/serial/
Dtty.txt267 Because this includes panic paths drivers generally
/linux-4.4.14/Documentation/fmc/
Dcarrier.txt307 expected to ever by in hot paths, and GPIO access so fare has only been
/linux-4.4.14/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.4.14/arch/
DKconfig137 code paths to be selected for these cases. Some network
/linux-4.4.14/drivers/usb/gadget/legacy/
DKconfig80 paths hardwired to the Audio codec chip on-board and doesn't work
/linux-4.4.14/Documentation/RCU/
DwhatisRCU.txt18 the experience has been that different people must take different paths
20 different paths, as follows:
/linux-4.4.14/Documentation/kdump/
Dkdump.txt477 The kernel parameter, panic_on_warn, calls panic() in all WARN() paths. This
/linux-4.4.14/drivers/spi/
DKconfig487 TX and RX data paths.
/linux-4.4.14/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.4.14/kernel/trace/
DKconfig557 we care most about hot paths that are probably in cache already.
/linux-4.4.14/init/
DKconfig583 code paths on small(er) systems.
1412 sys_sysctl uses binary paths that have been found challenging
1414 using paths with ascii names is now the primary path to this
/linux-4.4.14/net/sctp/
Dsocket.c2982 int paths = 0; in sctp_setsockopt_associnfo() local
2988 paths++; in sctp_setsockopt_associnfo()
2996 if (paths > 1 && in sctp_setsockopt_associnfo()
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt261 API. The example sysfs paths and diagrams are relative to the Example
/linux-4.4.14/Documentation/DocBook/
Ddevice-drivers.xml.db521 API-mpt-raid-phys-disk-get-num-paths
/linux-4.4.14/lib/
DKconfig.debug1400 userland code paths which assume predetermined contiguous
/linux-4.4.14/arch/x86/
DKconfig1677 process and adds some branches to paths used during
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt2642 You change that to list the names and paths of the modules that you