Searched refs:paths (Results 1 - 200 of 444) sorted by relevance

123

/linux-4.4.14/security/apparmor/include/
H A 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-4.4.14/arch/powerpc/perf/req-gen/
H A D_begin.h1 /* Include paths to be used in interface defining headers */
/linux-4.4.14/drivers/staging/sm750fb/
H A Dsm750.h148 int paths; member in struct:lynxfb_output
149 /* which paths(s) this output stands for,for sm750:
150 paths=1:means output for panel paths
151 paths=2:means output for crt paths
152 paths=3:means output for both panel and crt paths
H A Dsm750_hw.c194 if (output->paths & sm750_panel) hw_sm750_output_setMode()
196 if (output->paths & sm750_crt) hw_sm750_output_setMode()
201 if (output->paths & sm750_panel) hw_sm750_output_setMode()
203 if (output->paths & sm750_crt) hw_sm750_output_setMode()
407 if (output->paths & sm750_crt) { hw_sm750le_setBLANK()
450 if (output->paths & sm750_crt) { hw_sm750_setBLANK()
456 if (output->paths & sm750_panel) hw_sm750_setBLANK()
H A Dsm750.c672 output->paths = sm750_pnc; sm750fb_set_drv()
679 output->paths = sm750_pnc; sm750fb_set_drv()
686 output->paths = sm750_panel; sm750fb_set_drv()
691 output->paths = sm750_crt; sm750fb_set_drv()
700 output->paths = sm750_panel; sm750fb_set_drv()
705 output->paths = sm750_crt; sm750fb_set_drv()
/linux-4.4.14/include/trace/events/
H A Dasoc.h192 TP_PROTO(int paths, int stream),
194 TP_ARGS(paths, stream),
197 __field( int, paths )
202 __entry->paths = paths;
206 TP_printk("%s: found %d paths",
207 __entry->stream ? "capture" : "playback", __entry->paths)
/linux-4.4.14/arch/x86/lib/
H A Dusercopy.c15 * nested NMI paths are careful to preserve CR2.
/linux-4.4.14/tools/perf/ui/browsers/
H A Dscripts.c49 char *buf, *names[SCRIPT_MAX_NO], *paths[SCRIPT_MAX_NO]; list_scripts() local
59 paths[i] = names[i] + SCRIPT_NAMELEN; list_scripts()
62 num = find_scripts(names, paths); list_scripts()
66 strcpy(script_name, paths[choice]); list_scripts()
/linux-4.4.14/arch/mips/include/asm/octeon/
H A 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-4.4.14/drivers/s390/cio/
H A Dio_sch.h59 * @lpm: mask of paths to use
129 u8 path_noirq_mask; /* mask of paths for which no irq was
131 u8 path_notoper_mask; /* mask of paths which were found
133 u8 path_gone_mask; /* mask of paths, that became unavailable */
134 u8 path_new_mask; /* mask of paths, that became available */
H A 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. */ ccw_request_start()
H A Ddevice_ops.c100 * ccw_device_is_pathgroup - determine if paths to this device are grouped
216 /* Adjust requested path mask to exclude unusable paths. */ ccw_device_start_key()
442 * ccw_device_get_path_mask() - get currently available paths
446 * else the mask of currently available paths for the ccw device's subchannel.
495 * @lpm: mask of paths to use
522 /* Adjust requested path mask to exclude unusable paths. */ ccw_device_tm_start_key()
540 * @lpm: mask of paths to use
566 * @lpm: mask of paths to use
584 * @lpm: mask of paths to use
601 * @mask: mask of paths to use
603 * Return the number of 64K-bytes blocks all paths at least support
613 /* Adjust requested path mask to excluded varied off paths. */ ccw_device_get_mdc()
H A Ddevice_pgid.c157 * leave paths in path_noirq_mask out. pgid_wipeout_callback()
164 * Reset pathgroups and restart path verification, leave unusable paths out.
339 /* Set bits for paths which are already in the target state. */ pgid_to_donepm()
548 * paths are operational. The resulting path mask is stored in sch->vpm.
550 * operational paths. When finished, call ccw_device_verify_done with a
H A Dcio.c833 /* Reset channel paths. */ css_reset()
850 /* Wait for machine check for all channel paths. */ css_reset()
963 * @lpm: mask of paths to use
H A Dchp.c75 * used by the subchannel and the status of the associated channel-paths.
783 /* Register available channel-paths. */ chp_init()
H A Ddevice_status.c48 * Some paths became not operational (pno bit in scsw is set).
H A Ddevice_fsm.c359 /* Save indication for new paths. */ ccw_device_oper_notify()
977 * paths are valid. ccw_device_trigger_reprobe()
/linux-4.4.14/drivers/md/
H A Ddm-service-time.c60 static void free_paths(struct list_head *paths) free_paths() argument
64 list_for_each_entry_safe(pi, next, paths, list) { list_for_each_entry_safe()
120 * the path among all paths in the path-group. st_add_path()
124 * other paths having a positive value are st_add_path()
182 * Compare the estimated service time of 2 paths, pi1 and pi2,
H A Ddm-round-robin.c22 * Path-handling code, paths are held in lists
30 static void free_paths(struct list_head *paths) free_paths() argument
34 list_for_each_entry_safe(pi, next, paths, list) { list_for_each_entry_safe()
H A Ddm-queue-length.c64 static void ql_free_paths(struct list_head *paths) ql_free_paths() argument
68 list_for_each_entry_safe(pi, next, paths, list) { list_for_each_entry_safe()
H A Ddm-path-selector.h51 * Chooses a path for this io, if no paths are available then
H A Ddm-mpath.c58 unsigned nr_pgpaths; /* Number of paths in PG */
81 unsigned nr_valid_paths; /* Total number of usable paths */
270 /* Skip failed paths */ __pg_init_all_paths()
331 /* Don't change PG until it has no remaining paths */ __choose_pgpath()
470 * If we run out of usable paths, should we queue I/O or error it?
511 * <#paths> <#per-path selector args>
642 {1, 1024, "invalid number of paths"}, parse_priority_group()
669 * read the paths parse_priority_group()
1025 * Fail or reinstate all paths that match the provided struct dm_dev.
1200 /* Activations of other paths are still on going */ pg_init_done()
1632 /* pg_init in progress or no paths available */ multipath_busy()
H A Dmultipath.c54 printk(KERN_ERR "multipath_map(): no more operational IO paths?\n"); multipath_map()
213 " on %d IO paths.\n", multipath_error()
437 printk(KERN_ERR "multipath: no operational IO paths for %s\n",
463 "multipath: array %s active with %d out of %d IO paths\n",
H A Ddm-uevent.c180 * @nr_valid_paths: number of valid paths remaining
H A Ddm-switch.c41 unsigned nr_paths; /* Number of paths in path_list. */
255 {1, (KMALLOC_MAX_SIZE - sizeof(struct switch_ctx)) / sizeof(struct switch_path), "Invalid number of paths"}, switch_ctr()
H A Ddm-cache-policy.h165 * Override functions used on the error paths of the core target.
/linux-4.4.14/scripts/
H A 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
H A Dcheckkconfigsymbols.py322 paths = referenced_features.get(feature, set())
323 paths.add(kfile)
324 referenced_features[feature] = paths
H A Dtags.sh21 # to force full paths for a non-O= build
/linux-4.4.14/arch/cris/include/arch-v10/arch/
H A Dbug.h8 /* The BUG() macro is used for marking obviously incorrect code paths.
/linux-4.4.14/include/uapi/linux/nfsd/
H A Dexport.h49 * pseudofilesystem, which provides access only to paths leading to each
/linux-4.4.14/include/uapi/linux/
H A Dtoshiba.h25 * Toshiba modules paths
H A Dmii.h45 #define BMCR_ISOLATE 0x0400 /* Isolate data paths from MII */
H A Drtnetlink.h328 * and rtt for different paths from multipath.
/linux-4.4.14/tools/perf/util/
H A Dsetup.py34 # use full paths with source files
H A Dlevenshtein.c26 * All the big loop does is determine the partial minimum-cost paths.
H A Dhelp.c172 char *paths, *path, *colon; load_command_list() local
173 path = paths = strdup(env_path); load_command_list()
184 free(paths); load_command_list()
H A Dpath.c4 * interface for paths.
H A Dthread-stack.h79 * @children: tree of call paths of functions called
H A Dthread-stack.c37 * struct call_path_root - root of all call paths.
39 * @blocks: list of blocks to store call paths
/linux-4.4.14/sound/pci/hda/
H A Dhda_generic.c52 snd_array_init(&spec->paths, sizeof(struct nid_path), 8); snd_hda_gen_spec_init()
104 snd_array_free(&spec->paths); snd_hda_gen_spec_free()
240 * parsing paths
266 for (i = 0; i < spec->paths.used; i++) { get_nid_path()
267 struct nid_path *path = snd_array_elem(&spec->paths, i); get_nid_path()
309 struct nid_path *array = spec->paths.list; snd_hda_get_path_idx()
312 if (!spec->paths.used) snd_hda_get_path_idx()
315 if (idx < 0 || idx >= spec->paths.used) snd_hda_get_path_idx()
331 if (idx <= 0 || idx > spec->paths.used) snd_hda_get_path_from_idx()
333 return snd_array_elem(&spec->paths, idx - 1); snd_hda_get_path_from_idx()
337 /* check whether the given DAC is already found in any existing paths */ is_dac_already_used()
343 for (i = 0; i < spec->paths.used; i++) { is_dac_already_used()
344 struct nid_path *path = snd_array_elem(&spec->paths, i); is_dac_already_used()
370 for (i = 0; i < spec->paths.used; i++) { is_ctl_used()
371 struct nid_path *path = snd_array_elem(&spec->paths, i); is_ctl_used()
467 * when @anchor_nid is set to a positive value, only paths through the widget
469 * when @anchor_nid is set to a negative value, paths through the widget
470 * with the negative of given value are excluded, only other paths are chosen.
511 path = snd_array_new(&spec->paths); snd_hda_add_new_path()
518 spec->paths.used--; snd_hda_add_new_path()
660 for (n = 0; n < spec->paths.used; n++) { is_active_nid()
661 struct nid_path *path = snd_array_elem(&spec->paths, n); is_active_nid()
667 /* ignore unplugged paths except for DAC/ADC */ is_active_nid()
684 /* check whether the NID is referred by any active paths */
1148 /* if there is really a single DAC used in the whole output paths, get_line_out_pfx()
1212 * Parse output paths
1554 /* cancel newly assigned paths */ fill_multi_ios()
1555 spec->paths.used -= spec->multi_ios - old_pins; fill_multi_ios()
1661 /* check whether output paths contain aamix */ indep_hp_possible()
1679 * shared dac pointed by the paths
1713 snd_array_free(&spec->paths); fill_and_eval_dacs()
2134 const int *paths, const char *pfx) create_extra_outs()
2153 err = create_extra_out(codec, paths[i], name, idx); create_extra_outs()
2222 /* update HP aamix paths in case it conflicts with indep HP */ indep_hp_put()
2324 * used for output paths
2447 /* re-initialize the output paths; only called from loopback_mixing_put() */ update_output_paths()
2449 const int *paths) update_output_paths()
2456 path = snd_hda_get_path_from_idx(codec, paths[i]); update_output_paths()
2997 * Parse input paths
3181 /* shrink the invalid adcs and input paths */ check_dyn_adc_switch()
3213 /* parse capture source paths from the given pin and create imux items */ parse_capture_source()
3982 /* power up/down widgets in the all paths that match with the given NID
3995 for (n = 0; n < spec->paths.used; n++) { set_path_power()
3996 path = snd_array_elem(&spec->paths, n); set_path_power()
4025 /* power up/down the paths of the given pin according to the jack state;
4134 /* add fake paths if not present yet */ add_fake_paths()
4147 path = snd_array_new(&spec->paths); add_fake_paths()
4159 /* create fake paths to all outputs from beep */ add_fake_beep_paths()
4186 /* power up/down beep widget and its output paths */ beep_power_hook()
4202 path = snd_array_new(&spec->paths); snd_hda_gen_fix_pin_power()
4240 int *paths, bool mute) do_automute()
4259 path = snd_hda_get_path_from_idx(codec, paths[i]); do_automute()
4307 int *paths; snd_hda_gen_update_outputs() local
4315 paths = spec->out_paths; snd_hda_gen_update_outputs()
4317 paths = spec->hp_paths; snd_hda_gen_update_outputs()
4319 spec->autocfg.hp_pins, paths, spec->master_mute); snd_hda_gen_update_outputs()
4328 paths = spec->out_paths; snd_hda_gen_update_outputs()
4330 paths = spec->speaker_paths; snd_hda_gen_update_outputs()
4332 spec->autocfg.speaker_pins, paths, on); snd_hda_gen_update_outputs()
4345 paths = spec->out_paths; snd_hda_gen_update_outputs()
4347 spec->autocfg.line_out_pins, paths, on); snd_hda_gen_update_outputs()
5659 /* initialize primary output paths */ init_multi_out()
5670 static void __init_extra_out(struct hda_codec *codec, int num_outs, int *paths) __init_extra_out() argument
5675 set_output_and_unmute(codec, paths[i]); __init_extra_out()
5678 /* initialize hp and speaker paths */ init_extra_out()
5690 /* initialize multi-io paths */ init_multi_io()
5729 /* set up input pins and loopback paths */ init_analog_input()
5749 /* initialize ADC paths */ init_input_src()
2133 create_extra_outs(struct hda_codec *codec, int num_pins, const int *paths, const char *pfx) create_extra_outs() argument
2448 update_output_paths(struct hda_codec *codec, int num_outs, const int *paths) update_output_paths() argument
4239 do_automute(struct hda_codec *codec, int num_pins, hda_nid_t *pins, int *paths, bool mute) do_automute() argument
H A Dhda_generic.h15 /* table entry for multi-io paths */
170 struct snd_array paths; member in struct:hda_gen_spec
H A Dpatch_analog.c824 /* we create four static faked paths, since AD codecs have odd ad1988_add_spdif_mux_ctl()
864 struct nid_path *path = snd_array_new(&spec->gen.paths); ad1988_add_spdif_mux_ctl()
/linux-4.4.14/fs/ext2/
H A Dfile.c31 * The lock ordering for ext2 DAX fault paths is:
39 * The default page_lock and i_size verification done by non-DAX fault paths
/linux-4.4.14/fs/ntfs/
H A Dmft.h93 * paths and via the page cache write back code paths or between writing
/linux-4.4.14/arch/mips/cavium-octeon/executive/
H A 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
188 * can operate as a full duplex (both Tx and Rx data paths
303 * can operate as a full duplex (both Tx and Rx data paths
422 * can operate as a full duplex (both Tx and Rx data paths
500 * can operate as a full duplex (both Tx and Rx data paths
569 * can operate as a full duplex (both Tx and Rx data paths
626 * can operate as a full duplex (both Tx and Rx data paths
/linux-4.4.14/fs/cifs/
H A Dexport.c31 * any nfs exports file entries which refer to cifs paths. In addition
H A Dcifs_dfs_ref.c295 * The MSDFS spec states that paths in DFS referral requests and cifs_dfs_do_automount()
H A Ddir.c154 /* BB test paths to Windows with '/' in the midst of prepath */ build_path_from_dentry()
439 * in network traffic in the other paths. cifs_atomic_open()
765 /* since paths are not looked up by component - the parent cifs_lookup()
H A Dmisc.c168 /* for most paths, more is cleared in header_assemble */ cifs_buf_get()
H A Dsmb2misc.c393 /* Windows doesn't allow paths beginning with \ */ cifs_convert_path_to_utf16()
/linux-4.4.14/arch/metag/mm/
H A Dhighmem.c37 * kmaps are appropriate for short, tight code paths only.
/linux-4.4.14/arch/mips/mm/
H A Dhighmem.c42 * kmaps are appropriate for short, tight code paths only.
/linux-4.4.14/arch/arm/mach-omap2/
H A Domap4-common.c66 * paths between the MPU to EMIF, and the MPU to L3 interconnects.
69 * of different accesses being performed via different paths, and
75 * This is to ensure that normal paths to DRAM (normal memory, cacheable
100 * Async bridges can be found on paths between MPU to EMIF and MPU to L3
H A Dmux.c131 pr_info("%s: Multiple gpio paths (%d) for gpio%i\n", __func__,
211 pr_err("%s: Multiple signal paths (%i) for %s\n", __func__,
/linux-4.4.14/security/apparmor/
H A Dpath.c81 /* resolve paths relative to chroot?*/ d_namespace_path()
129 * if in a chroot and doing chroot relative paths and the path d_namespace_path()
131 * of chroot) and specifically directed to connect paths to d_namespace_path()
H A Dlsm.c144 * common_perm - basic common permission check wrapper fn for paths
/linux-4.4.14/sound/soc/
H A Dsoc-dapm.c14 * dynamic configuration of codec internal audio paths and active
214 * input paths
215 * @w: The widget for which to invalidate the cached number of input paths
218 * that can be reached via outcoming paths from the widget.
220 * This function must be called if the number of output paths for a widget might
231 * output paths
232 * @w: The widget for which to invalidate the cached number of output paths
235 * that can be reached via incoming paths from the widget.
237 * This function must be called if the number of output paths for a widget might
260 * Weak paths or supply paths do not influence the number of input or dapm_path_invalidate()
261 * output paths of their neighbors. dapm_path_invalidate()
308 struct list_head paths; member in struct:dapm_kcontrol_data
325 INIT_LIST_HEAD(&data->paths); dapm_kcontrol_data_alloc()
462 list_add_tail(&path->list_kcontrol, &data->paths); dapm_kcontrol_add_path()
480 return &data->paths; dapm_kcontrol_get_path_list()
687 /* connect mux widget to its interconnecting audio paths */ dapm_connect_mux()
725 /* set up initial codec paths */ dapm_set_mixer_path_status()
748 /* connect mixer widget to its interconnecting audio paths */ dapm_connect_mixer()
910 /* mixer/mux paths name must match control name */ snd_soc_dapm_widget_for_each_source_path()
964 dev_err(dapm->dev, "ASoC: %s %s has no paths\n", type, w->name); dapm_new_mux()
1121 * output widget. Returns number of complete paths.
1132 * input widget. Returns number of complete paths.
1151 * Returns the number of valid paths or negative error.
1159 int paths; snd_soc_dapm_dai_get_connected_widgets() local
1174 paths = is_connected_output_ep(dai->playback_widget, &widgets); snd_soc_dapm_dai_get_connected_widgets()
1176 paths = is_connected_input_ep(dai->capture_widget, &widgets); snd_soc_dapm_dai_get_connected_widgets()
1183 paths = ret; snd_soc_dapm_dai_get_connected_widgets()
1185 trace_snd_soc_dapm_connected(paths, stream); snd_soc_dapm_dai_get_connected_widgets()
1188 return paths; snd_soc_dapm_dai_get_connected_widgets()
2289 * remove source and sink paths associated to this widget. snd_soc_dapm_free_widget()
2370 * snd_soc_dapm_sync_unlocked - scan and power dapm paths
2373 * Walks all dapm audio paths and powers widgets according to their
2394 * snd_soc_dapm_sync - scan and power dapm paths
2397 * Walks all dapm audio paths and powers widgets according to their
2544 "Conditional paths are not supported for supply widgets (%s -> [%s] -> %s)\n", snd_soc_dapm_add_path()
2569 /* connect static paths */ snd_soc_dapm_add_path()
2601 list_add(&path->list, &dapm->card->paths); snd_soc_dapm_add_path()
2737 list_for_each_entry(p, &dapm->card->paths, list) { snd_soc_dapm_del_route()
2867 dev_warn(dapm->dev, "ASoC: %d paths found for weak route %s->%s\n",
2881 * power decisions. The main intended use case is for sidetone paths
2882 * which couple audio between other independent paths if they are both
2886 * Note that CODEC drivers should not use this as sidetone type paths
2887 * can frequently also be used as bypass paths.
4033 * w->force does not affect the number of input or output paths, snd_soc_dapm_force_enable_pin_unlocked()
4127 * paths through the pin.
4150 * paths through the pin.
H A Dsoc-pcm.c1284 int paths; dpcm_path_get() local
1286 /* get number of valid DAI paths and their widgets */ dpcm_path_get()
1287 paths = snd_soc_dapm_dai_get_connected_widgets(cpu_dai, stream, list); dpcm_path_get()
1289 dev_dbg(fe->dev, "ASoC: found %d audio %s paths\n", paths, dpcm_path_get()
1292 return paths; dpcm_path_get()
1332 dev_dbg(fe->dev, "ASoC: found %d old BE paths for pruning\n", prune); dpcm_prune_paths()
1390 dev_dbg(fe->dev, "ASoC: found %d new BE paths\n", new); dpcm_add_paths()
2347 int i, old, new, paths; soc_dpcm_runtime_update() local
2362 /* DAPM sync will call this to update DSP paths */ soc_dpcm_runtime_update()
2376 paths = dpcm_path_get(fe, SNDRV_PCM_STREAM_PLAYBACK, &list); soc_dpcm_runtime_update()
2377 if (paths < 0) { soc_dpcm_runtime_update()
2381 return paths; soc_dpcm_runtime_update()
2384 /* update any new playback paths */ soc_dpcm_runtime_update()
2392 /* update any old playback paths */ soc_dpcm_runtime_update()
2412 paths = dpcm_path_get(fe, SNDRV_PCM_STREAM_CAPTURE, &list); soc_dpcm_runtime_update()
2413 if (paths < 0) { soc_dpcm_runtime_update()
2417 return paths; soc_dpcm_runtime_update()
2420 /* update any new capture paths */ soc_dpcm_runtime_update()
2428 /* update any old capture paths */ soc_dpcm_runtime_update()
/linux-4.4.14/drivers/gpu/drm/vc4/
H A Dvc4_drv.h81 * Does the right thing for modeset paths when run under kdgb or similar atomic
/linux-4.4.14/drivers/parisc/
H A 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
268 * 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 */
1034 * and the paths subsystem with the stable subsystem
1069 /* register the paths kset as a child of the stable kset */ pdc_stable_init()
1070 paths_kset = kset_create_and_add("paths", NULL, stable_kobj); pdc_stable_init()
1076 /* now we create all "files" for the paths kset */ pdc_stable_init()
/linux-4.4.14/arch/x86/mm/
H A Dhighmem_32.c31 * kmaps are appropriate for short, tight code paths only.
/linux-4.4.14/arch/mips/kernel/
H A DMakefile115 # code paths where we cannot check that the CPU we are running on supports it.
/linux-4.4.14/drivers/thunderbolt/
H A Dpath.c156 * We do (currently) not tear down paths setup by the firmeware. tb_path_activate()
164 * paths. tb_path_activate()
H A Dtunnel_pci.c49 * Currently only paths consisting of two hops are supported (that is the
52 * The paths are hard-coded to use hop 8 (the only working hop id available on
H A Dtb.h76 * tunnel two paths have to be created between the two PCIe ports.
/linux-4.4.14/include/scsi/
H A Dscsi.h183 * other paths */
185 * paths might yield different results */
/linux-4.4.14/arch/arm/mach-vexpress/
H A Dspc.c126 * it might be used in code paths where normal cacheable locks are not
149 * it might be used in code paths where normal cacheable locks are not
204 * since it might be used in code paths where normal cacheable locks are not
/linux-4.4.14/net/mac80211/
H A Dmesh.h200 /* Maximum number of paths per interface */
263 /* Mesh paths */
308 /* Mesh paths */
H A Dmesh_pathtbl.c44 static struct mesh_table __rcu *mpp_paths; /* Store paths for MPP&MAP */
743 * mesh_plink_broken - deactivates paths and sends perr when a link breaks
806 * mesh_path_flush_by_nexthop - Deletes mesh paths if their next hop matches
857 * mesh_path_flush_by_iface - Deletes all mesh paths associated with a given iface
859 * This function deletes both mesh paths as well as mesh portal paths.
H A Dagg-tx.c371 * TX paths calls into it, which could confuse the driver. ___ieee80211_stop_tx_ba_session()
373 * Wait for all currently running TX paths to finish before ___ieee80211_stop_tx_ba_session()
H A Dmesh_plink.c334 * All mesh paths with this peer as next hop will be flushed
363 * All mesh paths with this peer as next hop will be flushed
/linux-4.4.14/drivers/staging/media/davinci_vpfe/
H A Ddm365_ipipe.h136 /* data paths */
/linux-4.4.14/drivers/sh/intc/
H A Dchip.c66 * later tested in the enable/disable paths.
/linux-4.4.14/net/ax25/
H A Dax25_addr.c136 * Compare two AX.25 digipeater paths.
H A Dax25_in.c380 * Sort out any digipeated paths. ax25_rcv()
/linux-4.4.14/scripts/gdb/linux/
H A Dsymbols.py61 search path can be extended by a space separated list of paths passed to the
/linux-4.4.14/arch/mips/pci/
H A Dpci-bcm1480ht.c201 /* CFE doesn't always init all HT paths, so we always scan */ bcm1480ht_pcibios_init()
/linux-4.4.14/arch/parisc/
H A DMakefile58 # Currently we save and restore fpregs on all kernel entry/interruption paths.
/linux-4.4.14/arch/arm/mach-mmp/
H A Dttc_dkb.c209 .paths = dkb_disp_config,
/linux-4.4.14/arch/arm/mach-bcm/
H A Dbcm63xx_smp.c78 * conditionals in hot-paths, so we just restrict the system to UP. scu_a9_enable()
/linux-4.4.14/sound/soc/atmel/
H A Dsam9x5_wm8731.c66 * Audio paths on at91sam9x5ek board:
/linux-4.4.14/tools/perf/
H A Dbuiltin-trace.c1355 } paths; member in struct:thread_trace
1365 ttrace->paths.max = -1; thread_trace__new()
1457 if (fd > ttrace->paths.max) { trace__set_fd_pathname()
1458 char **npath = realloc(ttrace->paths.table, (fd + 1) * sizeof(char *)); trace__set_fd_pathname()
1463 if (ttrace->paths.max != -1) { trace__set_fd_pathname()
1464 memset(npath + ttrace->paths.max + 1, 0, trace__set_fd_pathname()
1465 (fd - ttrace->paths.max) * sizeof(char *)); trace__set_fd_pathname()
1470 ttrace->paths.table = npath; trace__set_fd_pathname()
1471 ttrace->paths.max = fd; trace__set_fd_pathname()
1474 ttrace->paths.table[fd] = strdup(pathname); trace__set_fd_pathname()
1476 return ttrace->paths.table[fd] != NULL ? 0 : -1; trace__set_fd_pathname()
1516 if ((fd > ttrace->paths.max || ttrace->paths.table[fd] == NULL)) { thread__fd_path()
1524 return ttrace->paths.table[fd]; thread__fd_path()
1547 if (ttrace && fd >= 0 && fd <= ttrace->paths.max) syscall_arg__scnprintf_close_fd()
1548 zfree(&ttrace->paths.table[fd]); syscall_arg__scnprintf_close_fd()
H A Dbuiltin-annotate.c319 OPT_BOOLEAN('P', "full-paths", &annotate.full_paths, cmd_annotate()
H A Dbuiltin-help.c330 * system-wide paths after ours to find the manual page. If setup_man_path()
H A Dperf.c594 * precedence paths: the "--exec-path" option, the PERF_EXEC_PATH main()
/linux-4.4.14/include/sound/
H A Dsoc-dapm.h696 * snd_soc_dapm_widget_for_each_sink_path - Iterates over all paths in the
699 * @dir: Whether to iterate over the paths where the specified widget is the
707 * snd_soc_dapm_widget_for_each_sink_path_safe - Iterates over all paths in the
710 * @dir: Whether to iterate over the paths where the specified widget is the
722 * snd_soc_dapm_widget_for_each_sink_path - Iterates over all paths leaving a
731 * snd_soc_dapm_widget_for_each_source_path - Iterates over all paths leading to
/linux-4.4.14/drivers/s390/block/
H A Ddasd_eckd.c1151 "Not all channel paths lead to " dasd_eckd_read_conf()
4709 * Returns a path mask containing CUIR affected paths for the give device.
4776 unsigned long paths, dasd_eckd_cuir_notify_user()
4782 while (paths) { dasd_eckd_cuir_notify_user()
4784 pos = ffs(paths) - 1; dasd_eckd_cuir_notify_user()
4796 clear_bit(pos, &paths); dasd_eckd_cuir_notify_user()
4835 unsigned long paths = 0; dasd_eckd_cuir_quiesce() local
4848 paths |= tbcpm; dasd_eckd_cuir_quiesce()
4858 paths |= tbcpm; dasd_eckd_cuir_quiesce()
4871 paths |= tbcpm; dasd_eckd_cuir_quiesce()
4881 paths |= tbcpm; dasd_eckd_cuir_quiesce()
4884 /* notify user about all paths affected by CUIR action */ dasd_eckd_cuir_quiesce()
4885 dasd_eckd_cuir_notify_user(device, paths, sch_id, CUIR_QUIESCE); dasd_eckd_cuir_quiesce()
4898 unsigned long paths = 0; dasd_eckd_cuir_resume() local
4910 paths |= tbcpm; dasd_eckd_cuir_resume()
4920 paths |= tbcpm; dasd_eckd_cuir_resume()
4934 paths |= tbcpm; dasd_eckd_cuir_resume()
4944 paths |= tbcpm; dasd_eckd_cuir_resume()
4951 /* notify user about all paths affected by CUIR action */ dasd_eckd_cuir_resume()
4952 dasd_eckd_cuir_notify_user(device, paths, sch_id, CUIR_RESUME); dasd_eckd_cuir_resume()
4775 dasd_eckd_cuir_notify_user(struct dasd_device *device, unsigned long paths, struct subchannel_id sch_id, int action) dasd_eckd_cuir_notify_user() argument
H A Ddasd_int.h295 * This function is called, when new paths become available.
386 /* paths that are not used because of a special condition */
388 __u8 hpfpm; /* the HPF requirements of the other paths are not met */
H A Ddasd.c1426 * available paths and all these paths are gone. If the lpm of dasd_start_IO()
1428 * we just do a retry with all available paths. dasd_start_IO()
1434 "start_IO: selected paths gone (%x)", dasd_start_IO()
1439 "start_IO: selected paths gone," dasd_start_IO()
1440 " retry on all paths"); dasd_start_IO()
1443 "start_IO: all paths in opm gone," dasd_start_IO()
3591 "No verified channel paths remain " dasd_generic_path_event()
H A Ddasd_3990_erp.c134 * If all alternate paths have been tried, the request is posted with a
247 * after we have tried each path and go through all paths a second time.
249 * but all paths fail and recover just with the same sequence and timing as
251 * If all alternate paths have been tried twice, the request is posted with
/linux-4.4.14/fs/
H A Deventpoll.c285 * of emanating paths. Protected by the epmutex.
1130 * These are the number paths of length 1 to 5, that we are allowing to emanate
1131 * from a single file of interest. For example, we allow 1000 paths of length
1133 * potential wakeup paths, which need to be limited in order to avoid massive
1138 * and delete can't add additional paths. Protected by the epmutex.
1145 /* Allow an arbitrary number of depth 1 paths */ path_count_inc()
1201 * paths such that we will spend all our time waking up
1204 * Returns: Returns zero if the proposed links don't create too many paths,
1706 * links are going to add too many wakeup paths. We do ep_loop_check_proc()
1873 * better be handled here, than in more critical paths. While we are SYSCALL_DEFINE4()
1876 * haven't created too many possible wakeup paths. SYSCALL_DEFINE4()
1882 * deep wakeup paths from forming in parallel through multiple SYSCALL_DEFINE4()
H A Deventfd.c46 * This function is supposed to be called by the kernel in paths that do not
/linux-4.4.14/include/net/iucv/
H A Diucv.h188 struct list_head paths; member in struct:iucv_handler
338 * established paths. This function will deal with RMDATA messages
358 * established paths. This function will deal with RMDATA messages
/linux-4.4.14/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.c472 if (mi == NULL || !mi->path_num || !mi->paths) { mmphw_probe()
542 if (!path_init(path_plat, &mi->paths[i])) { mmphw_probe()
/linux-4.4.14/net/wimax/
H A Dstack.c93 * paths can then add more attributes to the message as needed.
358 * call this might be shared from different code paths that wimax_state_change()
/linux-4.4.14/net/rds/
H A Dcong.c98 * Receive paths can mark ports congested from interrupt context so the
232 * the port congested from both send and recv paths. rds_cong_queue_updates()
H A Diw.c214 * allowed to influence which paths have priority. We could call userspace
H A Dthreads.c46 * The receive paths need to allocate but can't drop packets (!) so we have
H A Dtcp.c113 * it is set. The RDS_CONN_CONNECTED bit protects those paths from being
H A Dtcp_recv.c101 * This is racing with sending paths which are using test_bit to see if the
H A Dib.c327 * allowed to influence which paths have priority. We could call userspace
H A Drds.h285 * nesting. As paths iterate over messages on a sock, or conn, they must
424 * the send and connecting paths (xmit_* and conn_*). The
/linux-4.4.14/sound/pci/riptide/
H A Driptide.c265 #define SEND_LSEL(p,b,c,d,e,f,g,h) sendcmd(p,PARM,LSEL|BYTE1(b)|BYTE2(c)|BYTE3(d),BYTE0(e)|BYTE1(f)|BYTE2(g)|BYTE3(h),RET(0)) /* select paths for internal connections */
480 struct lbuspath paths; member in struct:pcmhw
1477 lbuspath = data->paths.noconv; snd_riptide_prepare()
1479 lbuspath = data->paths.mono; snd_riptide_prepare()
1483 lbuspath = data->paths.noconv; snd_riptide_prepare()
1485 lbuspath = data->paths.stereo; snd_riptide_prepare()
1615 data->paths = lbus_play_paths[sub_num]; snd_riptide_playback_open()
1638 data->paths = lbus_rec_path; snd_riptide_capture_open()
/linux-4.4.14/tools/lib/
H A Drbtree.c211 * - All leaf paths going through parent and node have a ____rb_erase_color()
212 * black node count that is 1 lower than other leaf paths. ____rb_erase_color()
/linux-4.4.14/drivers/usb/gadget/udc/
H A Dpxa25x_udc.h146 #define DBG_NORMAL 1 /* error paths, device state transitions */
/linux-4.4.14/drivers/usb/chipidea/
H A Dhost.c223 * ended if other resume paths consumes too much ci_ehci_bus_suspend()
/linux-4.4.14/drivers/staging/rdma/hfi1/
H A Dmad.h229 * may need to be read in code paths that we want to be fast, so it
/linux-4.4.14/drivers/mmc/core/
H A Dsdio_bus.c335 * This function can be called through error paths where sdio_add_func() was
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/
H A Dhif.h100 * HIF_ASYNCHRONOUS). The read/write data paths in HTC have been
/linux-4.4.14/arch/x86/kernel/
H A Dmachine_kexec_32.c210 * paths already have calls to disable_IO_APIC() in machine_kexec()
H A Dmachine_kexec_64.c277 * paths already have calls to disable_IO_APIC() in machine_kexec()
H A Dprocess_64.c435 * fast paths. Instead, we ensure that SS is never NULL in __switch_to()
/linux-4.4.14/scripts/dtc/
H A Dfdtput.c155 * Create paths as needed for all components of a path
/linux-4.4.14/include/video/
H A Dmmp_disp.h349 struct mmp_mach_path_config *paths; member in struct:mmp_mach_plat_info
/linux-4.4.14/kernel/time/
H A Dsched_clock.c34 * some very hot code paths. It occupies <=40 bytes and, when combined
/linux-4.4.14/fs/ocfs2/
H A Dacl.c164 * Helper function to set i_mode in memory and disk. Some call paths
H A Dalloc.c621 * Both paths should have the same root. Any non-root elements of dest
1498 * We might shift the tree depth in which case existing paths should
1725 * This function is passed two full paths from the dinode down to a
1739 * Check that the caller passed in two paths from the same tree. ocfs2_find_subtree_root()
1747 * The caller didn't pass two adjacent paths. ocfs2_find_subtree_root()
1904 * Some paths want to call this instead of allocating a path structure
2001 * two paths which are not adjacent. ocfs2_adjust_root_records()
2421 "paths ending at %llu\n", ocfs2_rotate_tree_right()
4166 * Pass both paths to the journal. The majority of inserts ocfs2_insert_path()
H A Djournal.h235 * the journal was aborted. The majority of paths don't
H A Docfs2.h131 * for shutdown paths */
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_da_btree.h131 xfs_da_state_path_t path; /* search/split paths */
/linux-4.4.14/arch/sh/
H A DMakefile166 # CPU header paths
/linux-4.4.14/arch/arm/kernel/
H A Datags_compat.c75 char paths[8][128]; member in union:param_struct::__anon198
/linux-4.4.14/arch/arm/lib/
H A Ddiv64.S51 @ Test for easy paths first.
/linux-4.4.14/drivers/firmware/efi/
H A Druntime-wrappers.c84 * However, not all of the services listed are reachable through NMI code paths,
/linux-4.4.14/sound/soc/omap/
H A Domap3pandora.c117 * Audio paths on Pandora board:
H A Domap-twl4030.c193 /* Disable not connected paths if not used */ omap_twl4030_init()
/linux-4.4.14/sound/soc/samsung/
H A Dneo1973_wm8753.c263 /* allow audio paths from the GSM modem to run during suspend */ neo1973_wm8753_init()
/linux-4.4.14/tools/testing/selftests/x86/
H A Dentry_from_vm86.c5 * This exercises a few paths that need to special-case vm86 mode.
/linux-4.4.14/net/iucv/
H A Diucv.c69 * IPALL - Indicates that all paths are affected.
796 INIT_LIST_HEAD(&handler->paths); iucv_register()
824 list_for_each_entry_safe(p, n, &handler->paths, list) { iucv_unregister()
964 list_add_tail(&path->list, &handler->paths); iucv_path_connect()
1165 * established paths. This function will deal with RMDATA messages
1215 * established paths. This function will deal with RMDATA messages
1511 list_add(&path->list, &handler->paths); iucv_path_pending()
/linux-4.4.14/drivers/tty/
H A Dtty_ldisc.c417 * they are not on hot paths so a little discipline won't do
696 open but it means auditing a lot of other paths so this is tty_ldisc_hangup()
/linux-4.4.14/drivers/scsi/
H A Dhpsa_cmd.h434 * For commands using either of the two "ioaccel" paths to
439 * For "normal" i/o's not using the "ioaccel" paths, phys_disk is
H A Dscsi_transport_srp.c79 * parameters must be such that multipath can detect failed paths timely.
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dsta.h99 * O(1) in time sensitive paths (Tx / Tx response / BA notification). These
100 * paths are triggered by the fw, and the driver needs to get a pointer to the
/linux-4.4.14/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.h492 * to optimize code-paths for a given hardware
513 * since it is going to be used in hot paths
/linux-4.4.14/lib/
H A Drbtree.c238 * - All leaf paths going through parent and node have a ____rb_erase_color()
239 * black node count that is 1 lower than other leaf paths. ____rb_erase_color()
/linux-4.4.14/kernel/power/
H A Dqos.c472 * Attempts are made to make this code callable on hot code paths.
525 * on slow code paths.
/linux-4.4.14/arch/powerpc/include/asm/
H A Dpgtable-ppc64.h453 * page. The hugetlbfs page table walking and mangling paths are totally
454 * separated form the core VM paths and they're differentiated by
/linux-4.4.14/arch/powerpc/net/
H A Dbpf_jit_comp.c575 * paths required. bpf_jit_compile()
595 * Prologue generated to support features we have seen used. Exit paths bpf_jit_compile()
/linux-4.4.14/drivers/usb/mon/
H A Dmon_main.c405 * This never happens, because the open/close paths in mon_exit()
/linux-4.4.14/drivers/media/platform/s3c-camif/
H A Dcamif-core.h150 * @vp_pix_limits: pixel limits for the codec and preview paths
H A Dcamif-core.c380 * The CAMIF device has two relatively independent data processing paths
H A Dcamif-regs.c86 /* Set both paths */ camif_hw_set_effect()
/linux-4.4.14/drivers/media/usb/hdpvr/
H A Dhdpvr-core.c289 /* to prevent oops in hdpvr_delete() on error paths */ hdpvr_probe()
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
H A Dmt7601u.h144 * @mac_lock: locks out mac80211's tx status and rx paths.
/linux-4.4.14/drivers/ata/
H A Dpata_cs5530.c202 * setup and resume paths
/linux-4.4.14/drivers/gpu/drm/i915/
H A Di915_gem_tiling.c196 * and we use the pread/pwrite bit17 paths to swizzle for it. i915_gem_set_tiling()
H A Dintel_ringbuffer.h478 * Arbitrary size for largest possible 'add request' sequence. The code paths
H A Dintel_fbc.c970 /* We update FBC along two paths, after changing fb/crtc __intel_fbc_update()
990 * disabling paths we do need to wait for a vblank at __intel_fbc_update()
/linux-4.4.14/arch/tile/mm/
H A Dhighmem.c196 * kmaps are appropriate for short, tight code paths only.
/linux-4.4.14/arch/x86/entry/
H A Dentry_64.S457 * the slow path, or one of the 32-bit compat paths.
593 * At this label, code paths which return to kernel and to user,
1201 * can't go through the normal entry paths: NMIs are masked, and
1473 * the SYSCALL entry and exit paths. On a native kernel, we
/linux-4.4.14/fs/gfs2/
H A Dmeta_io.c56 * activity, but those code paths have their own higher-level gfs2_aspace_writepage()
/linux-4.4.14/net/tipc/
H A Dnet.c59 * bearer instance valid on both paths of message transmission and
/linux-4.4.14/fs/ubifs/
H A Dshrinker.c28 * would add additional overhead to the file system fast paths. So the shrinker
/linux-4.4.14/include/misc/
H A Dcxl.h162 * // No error paths after installing the fd
/linux-4.4.14/include/linux/
H A Dcompiler-gcc.h167 * are unnecessary now for any paths leading to the usual suspects
H A Dfmc.h97 * (a very uncommon operation, and definitely not in the hot paths), just
H A Djump_label.h54 * must be considered absolute slow paths (machine wide synchronization etc.).
/linux-4.4.14/arch/sparc/kernel/
H A Drtrap_64.S105 * execute this in NMI return paths, for example.
/linux-4.4.14/arch/mn10300/include/asm/
H A Duaccess.h360 * used in fast paths and have only a small space overhead.
/linux-4.4.14/arch/cris/include/asm/
H A Duaccess.h391 * used in fast paths and have only a small space overhead.
/linux-4.4.14/fs/btrfs/
H A Dbackref.c1952 * this dumps all file system paths to the inode into the ipath struct, provided
1955 * when it returns, there are ipath->fspath->elem_cnt number of paths available
1957 * number of missed paths in recored in ipath->fspath->elem_missed, otherwise,
1959 * have been needed to return all paths.
1992 * allocates space to return multiple file system paths for an inode.
/linux-4.4.14/drivers/s390/char/
H A Dtape_3590.c1094 " paths (0x%x-0x%x) on CU", tape_3590_print_io_sim_msg_f1()
1103 " paths (0x%x-0x%x) on CU", tape_3590_print_io_sim_msg_f1()
1113 "library paths (0x%x-0x%x) on CU", tape_3590_print_io_sim_msg_f1()
/linux-4.4.14/drivers/net/wimax/i2400m/
H A Di2400m.h365 * [just using rmb()] because the paths that use this also do
370 * using the WiMAX state for certain hot paths).
375 * [just using rmb()] because the paths that use this also do
/linux-4.4.14/drivers/gpu/drm/tegra/
H A Ddpaux.c369 * The DPAUX code paths reconfigure the pads in AUX mode, but there tegra_dpaux_probe()
/linux-4.4.14/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c1212 * Tx and Rx paths.
1238 * paths. Issue "ethtool -A ethX tx on|off" under linux prompt to execute this
1276 * count on Tx and Rx paths. Issue "ethtool -c ethX" under linux prompt to
1301 * count on Tx and Rx paths. Issue "ethtool -C ethX rx-frames 5" under linux
/linux-4.4.14/drivers/acpi/acpica/
H A Dutosi.c63 * risk executing untested code paths throughout the DSDT and SSDTs.
H A Ddbnames.c132 * The scope is used as a prefix to ACPI paths.
/linux-4.4.14/arch/sparc/mm/
H A Dfault_64.c86 * We now make sure that mmap_sem is held in all paths that call
/linux-4.4.14/arch/x86/kernel/fpu/
H A Dcore.c420 * error paths.
/linux-4.4.14/fs/btrfs/tests/
H A Dqgroup-tests.c468 * Some of the paths we test assume we have a filled out fs_info, so we btrfs_test_qgroups()
/linux-4.4.14/fs/ext4/
H A Dext4_jbd2.h428 * dioread_nolock code paths, which makes it safe to avoid taking
/linux-4.4.14/fs/ocfs2/dlm/
H A Ddlmast.c61 * This is needed because the lock and convert paths can queue
H A Ddlmlock.c570 * lock and convert paths, especially in the retry blocks */ dlmlock()
/linux-4.4.14/fs/xfs/
H A Dxfs_mount.h245 #define SHUTDOWN_DEVICE_REQ 0x0020 /* failed all paths to the device */
H A Dxfs_symlink.c473 * the second transaction. In the error paths we need it xfs_inactive_symlink_rmt()
/linux-4.4.14/arch/powerpc/platforms/52xx/
H A Dmpc52xx_lpbfifo.c217 * extra fiddling is done to make sure all paths lead to the same
/linux-4.4.14/arch/parisc/kernel/
H A Dsyscall_table.S270 * all the paths use values which should be same wide and narrow.
/linux-4.4.14/arch/blackfin/include/asm/
H A Dbfin_serial.h396 * when checking the LSR in other code paths (TX).
/linux-4.4.14/sound/soc/codecs/
H A Dwm8804.c151 /* power down only both paths are disabled */ wm8804_aif_event()
H A Dwm9090.c273 * control of the analogue paths and they can change hp_ev()
H A Dwm_hubs.c119 dev_vdbg(codec->dev, "Analogue paths connected: %x\n", wm_hubs_dac_hp_direct()
132 dev_vdbg(codec->dev, "Analogue paths connected: %x\n", wm_hubs_dac_hp_direct()
/linux-4.4.14/tools/usb/
H A Dffs-test.c350 /* test the FIFO ioctls (non-ep0 code paths) */ cleanup_thread()
/linux-4.4.14/drivers/base/power/
H A Dqos.c410 * Attempts are made to make this code callable on hot code paths.
457 * recompute the current target value. Call this on slow code paths.
/linux-4.4.14/kernel/trace/
H A Dtrace_functions_graph.c24 * paths of function graph to keep those paths from doing any more harm.
/linux-4.4.14/net/batman-adv/
H A Dnetwork-coding.c399 * batadv_nc_purge_paths - traverse all nc paths part of the hash and remove
402 * @hash: hash table containing the nc paths to check
672 /* Loop coding paths */ batadv_nc_process_nc_paths()
/linux-4.4.14/drivers/usb/host/
H A Dfhci-hcd.c365 * (On restart paths, hub_wq already knows about the root fhci_start()
H A Dohci-hub.c643 * presumably other disconnect paths might do it too. root_port_reset()
/linux-4.4.14/drivers/usb/misc/
H A Dusbtest.c1425 * hcd states and code paths, even with little other system load. unlink1()
1442 * paths, we can't. unlink1()
1476 /* test sync and async paths */ unlink_simple()
2070 * it locks out usbcore in certain code paths. Notably, if you disconnect
/linux-4.4.14/drivers/soc/ti/
H A Dknav_dma.c286 /* Always enable all Rx channels. Rx paths are managed using flows */ knav_dma_hw_init()
/linux-4.4.14/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c796 * Fail I/O to all paths not in state
/linux-4.4.14/drivers/scsi/fnic/
H A Dfcpio.h111 FCPIO_NO_PATH_AVAIL, /* no paths to the lun was available */
/linux-4.4.14/drivers/lguest/x86/
H A Dswitcher_32.S198 // We tread two paths to switch back to the Host
/linux-4.4.14/drivers/net/xen-netback/
H A Dinterface.c678 * error handling paths in xenbus.c:connect().
/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_ctl.c26 * Hardware capabilities determine the number of concurrent data paths
/linux-4.4.14/drivers/char/
H A Dapm-emulation.c71 * A thread migrates in one of three paths:
/linux-4.4.14/fs/f2fs/
H A Dgc.c250 * This function is called from two paths.
/linux-4.4.14/net/atm/
H A Dcommon.c631 skb->dev = NULL; /* for paths shared with net_device interfaces */ vcc_sendmsg()
/linux-4.4.14/net/core/
H A Dnetpoll.c190 * the dev_open/close paths use this to block netpoll activity netpoll_poll_dev()
/linux-4.4.14/kernel/
H A Dcpu.c671 * hotplug and Suspend/Hibernate call paths by hooking onto the Suspend/

Completed in 7608 milliseconds

123