Home
last modified time | relevance | path

Searched full:paths (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/linux-3.3/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
/linux-3.3/scripts/
Dcheckkconfigsymbols.sh6 paths="$@"
7 [ -z "$paths" ] && paths=.
13 find $paths -name '*.[chS]' -o -name 'Makefile' -o -name 'Makefile*[^~]'| while read i
Dheaderdep.pl60 # Get a file name that is relative to our include paths
74 # Search for the file name in the list of include paths
DMakefile.clean51 # a $(obj) prefix, except for absolute paths
58 # a $(obj) prefix, except for absolute paths
/linux-3.3/arch/mips/include/asm/octeon/
Dcvmx-spi.h89 * can operate as a full duplex (both Tx and Rx data paths
107 * can operate as a full duplex (both Tx and Rx data paths
176 * can operate as a full duplex (both Tx and Rx data paths
192 * can operate as a full duplex (both Tx and Rx data paths
209 * can operate as a full duplex (both Tx and Rx data paths
226 * can operate as a full duplex (both Tx and Rx data paths
243 * can operate as a full duplex (both Tx and Rx data paths
260 * can operate as a full duplex (both Tx and Rx data paths
/linux-3.3/security/apparmor/include/
Dpath.h21 PATH_CONNECT_PATH = 0x4, /* connect disconnected paths to / */
23 PATH_CHROOT_NSCONNECT = 0x10, /* connect paths that are at ns root */
26 PATH_MEDIATE_DELETED = 0x10000, /* mediate deleted paths */
/linux-3.3/Documentation/sound/alsa/soc/
Ddapm.txt33 3. Path domain - audio susbsystem signal paths
102 audio paths within the audio subsystem. They have the following form:-
166 This can be used to merge to signal paths together in software.
175 Widgets are connected to each other within the codec and machine by audio paths
177 create a map of all audio paths between widgets.
180 system), as it requires joining widgets together via their audio signal paths.
/linux-3.3/drivers/md/
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()
119 * the path among all paths in the path-group. in st_add_path()
123 * other paths having a positive value are in st_add_path()
181 * Compare the estimated service time of 2 paths, pi1 and pi2,
Ddm-round-robin.c22 * Path-handling code, paths are held in lists
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()
Ddm-mpath.c43 * Paths are grouped into Priority Groups and numbered from 1 upwards.
55 unsigned nr_pgpaths; /* Number of paths in PG */
78 unsigned nr_valid_paths; /* Total number of usable paths */
245 /* Skip failed paths */ in __pg_init_all_paths()
303 /* Don't change PG until it has no remaining paths */ in __choose_pgpath()
396 * If we run out of usable paths, should we queue I/O or error it?
504 * <#paths> <#per-path selector args>
615 {1, 1024, "invalid number of paths"}, in parse_priority_group()
642 * read the paths in parse_priority_group()
1011 * Fail or reinstate all paths that match the provided struct dm_dev.
[all …]
Dmultipath.c55 printk(KERN_ERR "multipath_map(): no more operational IO paths?\n"); in multipath_map()
217 " on %d IO paths.\n", in multipath_error()
461 printk(KERN_ERR "multipath: no operational IO paths for %s\n", in multipath_run()
486 "multipath: array %s active with %d out of %d IO paths\n", in multipath_run()
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()
/linux-3.3/drivers/s390/cio/
Ddevice_ops.c100 * ccw_device_is_pathgroup - determine if paths to this device are grouped
216 /* Adjust requested path mask to exclude unusable paths. */ in ccw_device_start_key()
488 * ccw_device_get_path_mask() - get currently available paths
492 * else the mask of currently available paths for the ccw device's subchannel.
593 * @lpm: mask of paths to use
620 /* Adjust requested path mask to exclude unusable paths. */ in ccw_device_tm_start_key()
638 * @lpm: mask of paths to use
664 * @lpm: mask of paths to use
682 * @lpm: mask of paths to use
699 * @mask: mask of paths to use
[all …]
Dio_sch.h59 * @lpm: mask of paths to use
129 u8 path_gone_mask; /* mask of paths, that became unavailable */
130 u8 path_new_mask; /* mask of paths, that became available */
Dccwreq.c24 * @mask: mask of available paths
72 * (Re-)Start the operation until retries and paths are exhausted.
124 /* Try all paths twice to counter link flapping. */ in ccw_request_start()
Ddevice_pgid.c276 /* Set bits for paths which are already in the target state. */ in pgid_to_donepm()
388 /* Adjust lpm if paths are not set in pam. */ in snid_do()
455 * paths are operational. The resulting path mask is stored in sch->vpm.
457 * operational paths. When finished, call ccw_device_verify_done with a
/linux-3.3/sound/soc/
Dsoc-dapm.c14 * dynamic configuration of codec internal audio paths and active
260 /* set up initial codec paths */
364 /* connect mux widget to its interconnecting audio paths */
375 list_add(&path->list, &dapm->card->paths); in dapm_connect_mux()
387 /* connect mixer widget to its interconnecting audio paths */
397 list_add(&path->list, &dapm->card->paths); in dapm_connect_mixer()
461 /* mixer/mux paths name must match control name */ in dapm_new_mixer()
638 list_for_each_entry(p, &dapm->card->paths, list) in dapm_clear_walk()
664 * output widget. Returns number of complete paths.
729 * input widget. Returns number of complete paths.
[all …]
/linux-3.3/arch/mips/cavium-octeon/executive/
Dcvmx-spi.c97 * can operate as a full duplex (both Tx and Rx data paths
143 * can operate as a full duplex (both Tx and Rx data paths
187 * can operate as a full duplex (both Tx and Rx data paths
302 * can operate as a full duplex (both Tx and Rx data paths
421 * can operate as a full duplex (both Tx and Rx data paths
499 * can operate as a full duplex (both Tx and Rx data paths
568 * can operate as a full duplex (both Tx and Rx data paths
625 * can operate as a full duplex (both Tx and Rx data paths
/linux-3.3/security/apparmor/
Dpath.c81 /* resolve paths relative to chroot?*/ in d_namespace_path()
129 * if in a chroot and doing chroot relative paths and the path in d_namespace_path()
131 * of chroot) and specifically directed to connect paths to in d_namespace_path()
/linux-3.3/fs/ntfs/
Dmft.h93 * paths and via the page cache write back code paths or between writing
/linux-3.3/drivers/parisc/
Dpdc_stable.c26 * Since locations between 96 and 192 are the various paths, most (if not
145 * content of the stable storage WRT various paths in these structs. We read
270 * Hardware paths are to be given '/'-delimited, without brackets.
499 /* Specific kobject type for our PDC paths */
511 /* An array containing all PDC paths we will deal with */
1033 * and the paths subsystem with the stable subsystem
1068 /* register the paths kset as a child of the stable kset */ in pdc_stable_init()
1069 paths_kset = kset_create_and_add("paths", NULL, stable_kobj); in pdc_stable_init()
1075 /* now we create all "files" for the paths kset */ in pdc_stable_init()
/linux-3.3/net/mac80211/
Dmesh.h191 /* Maximum number of paths per interface */
233 /* Mesh paths */
273 /* Mesh paths */
/linux-3.3/arch/x86/lib/
Drwlock.S1 /* Slow paths of read/write spinlocks. */
/linux-3.3/tools/perf/util/
Dhelp.c171 char *paths, *path, *colon; in load_command_list() local
172 path = paths = strdup(env_path); in load_command_list()
183 free(paths); in load_command_list()
/linux-3.3/fs/
Deventpoll.c269 * of emanating paths. Protected by the epmutex.
976 * These are the number paths of length 1 to 5, that we are allowing to emanate
977 * from a single file of interest. For example, we allow 1000 paths of length
979 * potential wakeup paths, which need to be limited in order to avoid massive
984 * and delete can't add additional paths. Protected by the epmutex.
991 /* Allow an arbitrary number of depth 1 paths */ in path_count_inc()
1044 * paths such that we will spend all our time waking up
1047 * Returns: Returns zero if the proposed links don't create too many paths,
1453 * links are going to add too many wakeup paths. We do in ep_loop_check_proc()
1616 * better be handled here, than in more critical paths. While we are in SYSCALL_DEFINE4()
[all …]

12345678910>>...17