/linux-4.1.27/scripts/kconfig/ |
D | symbol.c | 68 if (sym_is_choice_value(sym) && sym->visible == yes) in sym_get_type() 120 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_default_prop() 121 if (prop->visible.tri != no) in sym_get_default_prop() 132 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_get_range_prop() 133 if (prop->visible.tri != no) in sym_get_range_prop() 217 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_calc_visibility() 218 tri = EXPR_OR(tri, prop->visible.tri); in sym_calc_visibility() 222 if (sym->visible != tri) { in sym_calc_visibility() 223 sym->visible = tri; in sym_calc_visibility() 263 prop->visible.tri = expr_calc_value(prop->visible.expr); in sym_choice_default() [all …]
|
D | menu.c | 134 prop->visible.expr = menu_check_dep(dep); in menu_add_prop() 165 prop->visible.expr in menu_add_prop() 166 = expr_alloc_and(prop->visible.expr, in menu_add_prop() 310 parentdep = parent->prompt->visible.expr; in menu_finalize() 326 dep = expr_transform(prop->visible.expr); in menu_finalize() 331 prop->visible.expr = dep; in menu_finalize() 342 basedep = parent->prompt ? parent->prompt->visible.expr : NULL; in menu_finalize() 347 dep = menu->prompt ? menu->prompt->visible.expr : menu->dep; in menu_finalize() 404 prop->visible.expr = expr_alloc_and(expr_copy(basedep), in menu_finalize() 405 prop->visible.expr); in menu_finalize() [all …]
|
D | zconf.y | 433 | visibility_list visible 437 visible: T_VISIBLE if_expr 635 if (!expr_is_yes(prop->visible.expr)) { in print_symbol() 637 expr_fprint(prop->visible.expr, out); in print_symbol() 644 if (!expr_is_yes(prop->visible.expr)) { in print_symbol() 646 expr_fprint(prop->visible.expr, out); in print_symbol() 706 if (!expr_is_yes(prop->visible.expr)) { in zconfdump() 708 expr_fprint(prop->visible.expr, out); in zconfdump()
|
D | qconf.h | 148 : Parent(parent, after), menu(m), visible(v), goParent(false) in ConfigItem() 153 : Parent(parent, after), menu(m), visible(v), goParent(false) in ConfigItem() 158 : Parent(parent, after), menu(0), visible(v), goParent(true) in ConfigItem() 199 bool visible; variable
|
D | qconf.cc | 229 if (!sym_has_value(sym) && visible) in updateMenu() 239 visible = v; in testUpdateMenu() 257 if (visible) { in paintCell() 606 bool visible; in updateMenuList() local 635 visible = menu_is_visible(child); in updateMenuList() 640 item = new ConfigItem(parent, last, child, visible); in updateMenuList() 642 item->testUpdateMenu(visible); in updateMenuList() 1009 str += sym->visible == yes ? "y" : sym->visible == mod ? "m" : "n"; in symbolInfo() 1059 if (_menu->prompt->visible.expr) { in menuInfo() 1061 expr_print(_menu->prompt->visible.expr, expr_print_help, &debug, E_NONE); in menuInfo() [all …]
|
D | expr.h | 81 tristate visible; member 147 struct expr_value visible; member
|
D | zconf.gperf | 41 visible, T_VISIBLE, TF_COMMAND
|
D | zconf.tab.c | 2439 if (!expr_is_yes(prop->visible.expr)) { in print_symbol() 2441 expr_fprint(prop->visible.expr, out); in print_symbol() 2448 if (!expr_is_yes(prop->visible.expr)) { in print_symbol() 2450 expr_fprint(prop->visible.expr, out); in print_symbol() 2510 if (!expr_is_yes(prop->visible.expr)) { in zconfdump() 2512 expr_fprint(prop->visible.expr, out); in zconfdump()
|
D | mconf.c | 474 bool visible; in build_conf() local 480 visible = menu_is_visible(menu); in build_conf() 483 else if (!show_all_options && !visible) in build_conf()
|
D | zconf.hash.c_shipped | 118 char kconf_id_strings_str42[sizeof("visible")]; 154 "visible",
|
D | zconf.tab.c_shipped | 570 "depends", "visibility_list", "visible", "prompt_stmt_opt", "prompt", 2333 case T_VISIBLE: return "visible"; 2439 if (!expr_is_yes(prop->visible.expr)) { 2441 expr_fprint(prop->visible.expr, out); 2448 if (!expr_is_yes(prop->visible.expr)) { 2450 expr_fprint(prop->visible.expr, out); 2510 if (!expr_is_yes(prop->visible.expr)) { 2512 expr_fprint(prop->visible.expr, out);
|
D | confdata.c | 277 if (expr_calc_value(prop->visible.expr) == no || in conf_read_simple() 456 if (sym->visible == no && !conf_unsaved) in conf_read()
|
D | zconf.lex.c_shipped | 853 These are made visible to non-reentrant scanners for convenience. */
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_plane_helper.c | 141 bool *visible) in drm_plane_helper_check_update() argument 146 *visible = false; in drm_plane_helper_check_update() 152 *visible = false; in drm_plane_helper_check_update() 169 *visible = drm_rect_clip_scaled(src, dest, clip, hscale, vscale); in drm_plane_helper_check_update() 170 if (!*visible) in drm_plane_helper_check_update() 255 bool visible; in drm_primary_helper_update() local 261 false, false, &visible); in drm_primary_helper_update() 265 if (!visible) in drm_primary_helper_update()
|
/linux-4.1.27/arch/x86/boot/ |
D | video-mode.c | 84 int visible = mi->x || mi->y; in raw_set_mode() local 86 if ((mode == nmode && visible) || in raw_set_mode() 93 if (visible) in raw_set_mode()
|
D | video.c | 165 int visible = mi->x && mi->y; in display_menu() local 169 if (!visible) in display_menu()
|
/linux-4.1.27/Documentation/kbuild/ |
D | kconfig-language.txt | 22 visible if its parent entry is also visible. 69 default values are visible, only the first defined one is active. 75 prompt is visible the default value is presented to the user and can 111 In general use select only for non-visible symbols 116 - limiting menu display: "visible if" <expr> 121 entries. Default value of "visible" is true. 195 respectively for calculations). A menu entry becomes visible when its 231 - the child entry must only be visible, if the parent is visible 243 MODVERSIONS directly depends on MODULES, this means it's only visible if 245 visible when MODULES is visible (the (empty) dependency of MODULES is [all …]
|
/linux-4.1.27/Documentation/ |
D | atomic_ops.txt | 66 which simply reads the counter value currently visible to the calling thread. 72 initialization by any other thread is visible yet, so the user of the 304 "1" to obj->dead will be globally visible to other cpus before the 308 implementation could legally allow the atomic counter update visible 379 update done by the obj list deletion be visible to other processors 405 counter decrement would not become globally visible until the 465 made visible globally before the atomic bit operation is made visible. 466 Likewise, the atomic bit operation must be visible globally before any 467 subsequent memory operation is made visible. For example: 475 "obj->dead = 1;" is visible to cpus before the atomic memory operation [all …]
|
D | cachetlb.txt | 35 visible to the cpu. 45 'mm' will be visible to the cpu. That is, after running, 59 'start' to 'end-1' will be visible to the cpu. That is, after 84 user virtual address 'addr' will be visible to the cpu. That 297 visible to user space mappings of that page. 393 modified in the vmap range is made visible to the physical
|
D | VGA-softcursor.txt | 10 hardware cursor should remain visible or not. There may be other things I have
|
D | io-mapping.txt | 70 range, creating a permanent kernel-visible mapping to the resource. The
|
D | nommu-mmap.txt | 56 are visible in other processes (no MMU protection), but should not 149 visible through /proc/maps in no-MMU mode. 151 (*) A list of all the mappings in use by a process is visible through
|
D | kernel-doc-nano-HOWTO.txt | 30 functions externally visible to other kernel files (not marked 38 Data structures visible in kernel include files should also be
|
D | volatile-considered-harmful.txt | 79 visible side effects, risks being deleted by GCC. Adding the volatile
|
D | stable_kernel_rules.txt | 20 exists and additional information on the user-visible impact.
|
D | circular-buffers.txt | 132 producer and consumer become visible cannot be guaranteed as they are
|
D | kmemleak.txt | 191 will eventually become visible.
|
D | parport-lowlevel.txt | 129 The visible parts of the 'struct parport *' argument given to 378 The visible parts of the returned 'struct pardevice' are:
|
D | kernel-per-CPU-kthreads.txt | 165 2. A given workqueue can be made visible in the sysfs filesystem
|
D | workqueue.txt | 387 The work item's function should be trivially visible in the stack
|
D | CodingStyle | 86 with a long argument list. However, never break user-visible strings such as 335 In certain structures which are visible to userspace, we cannot
|
D | kmemcheck.txt | 94 Now the kmemcheck menu should be visible (under "Kernel hacking" / "Memory
|
D | kprobes.txt | 687 With recent kernels (> 2.6.20) the list of registered kprobes is visible
|
D | memory-barriers.txt | 459 RELEASE on that same variable are guaranteed to be visible. In other 2702 eventually become visible on all CPUs, there's no guarantee that they will 2756 smp_wmb(); Make sure change to v is visible before
|
D | DMA-API-HOWTO.txt | 336 to memory is immediately visible to the device, and vice
|
D | SubmittingPatches | 115 Describe user-visible impact. Straight up crashes and lockups are
|
D | kernel-parameters.txt | 589 - foo isn't visible as an individually mountable 4006 workqueues visible under /sys/bus/workqueue/.
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_sprite.c | 882 state->visible = false; in intel_check_sprite_plane() 915 state->visible = drm_rect_clip_scaled(src, dst, clip, hscale, vscale); in intel_check_sprite_plane() 922 if (state->visible) { in intel_check_sprite_plane() 979 state->visible = false; in intel_check_sprite_plane() 984 if (state->visible && (src_w != crtc_w || src_h != crtc_h)) { in intel_check_sprite_plane() 992 state->visible = false; in intel_check_sprite_plane() 995 state->visible = false; in intel_check_sprite_plane() 1008 if (state->visible) { in intel_check_sprite_plane() 1027 WARN_ON(state->hides_primary && !state->visible && intel_crtc->active); in intel_check_sprite_plane() 1045 if (!state->visible) { in intel_check_sprite_plane() [all …]
|
D | intel_drv.h | 249 bool visible; member
|
D | intel_display.c | 4316 intel_state->visible = false; in disable_plane_internal() 12469 false, true, &state->visible); in intel_check_primary_plane() 12493 if (state->visible) { in intel_check_primary_plane() 12510 if (!state->visible || !fb) in intel_check_primary_plane() 12544 if (state->visible) { in intel_commit_primary_plane() 12763 true, true, &state->visible); in intel_check_cursor_plane() 12834 intel_crtc_update_cursor(crtc, state->visible); in intel_commit_cursor_plane()
|
/linux-4.1.27/drivers/i2c/algos/ |
D | Kconfig | 6 visible if !I2C_HELPER_AUTO
|
/linux-4.1.27/Documentation/leds/ |
D | leds-lp5523.txt | 37 enginex_load : microcode load (visible only in load mode) 38 enginex_leds : led mux control (visible only in load mode)
|
D | leds-lp5521.txt | 27 enginex_load : store program (visible only in engine load mode) 101 disabled and it is not visible in the sysfs.
|
D | leds-lp5562.txt | 120 disabled and it is not visible in the sysfs.
|
/linux-4.1.27/fs/overlayfs/ |
D | Kconfig | 6 object in the 'upper' filesystem is visible while the object in the
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | mxs-audio-sgtl5000.txt | 5 - model: The user-visible name of this sound complex
|
D | storm.txt | 14 - qcom,model : The user-visible name of this sound card.
|
D | eukrea-tlv320.txt | 7 - eukrea,model : The user-visible name of this sound complex.
|
D | atmel-at91sam9g20ek-wm8731-audio.txt | 5 - atmel,model: The user-visible name of this sound complex.
|
D | atmel-sam9x5-wm8731-audio.txt | 5 - atmel,model: The user-visible name of this sound complex.
|
D | imx-audio-spdif.txt | 7 - model : The user-visible name of this sound complex
|
D | samsung,odroidx2-max98090.txt | 6 - samsung,model : the user-visible name of this sound complex
|
D | nvidia,tegra-audio-wm9712.txt | 11 - nvidia,model : The user-visible name of this sound complex.
|
D | atmel-wm8904.txt | 5 - atmel,model: The user-visible name of this sound complex.
|
D | imx-audio-wm8962.txt | 7 - model : The user-visible name of this sound complex
|
D | imx-audio-sgtl5000.txt | 7 - model : The user-visible name of this sound complex
|
D | nvidia,tegra-audio-alc5632.txt | 11 - nvidia,model : The user-visible name of this sound complex.
|
D | nvidia,tegra-audio-wm8753.txt | 11 - nvidia,model : The user-visible name of this sound complex.
|
D | nvidia,tegra-audio-max98090.txt | 11 - nvidia,model : The user-visible name of this sound complex.
|
D | nvidia,tegra-audio-rt5640.txt | 11 - nvidia,model : The user-visible name of this sound complex.
|
D | imx-audio-es8328.txt | 5 - model : The user-visible name of this sound complex
|
D | davinci-evm-audio.txt | 5 - ti,model : The user-visible name of this sound complex.
|
D | nvidia,tegra-audio-wm8903.txt | 11 - nvidia,model : The user-visible name of this sound complex.
|
D | nvidia,tegra-audio-rt5677.txt | 11 - nvidia,model : The user-visible name of this sound complex.
|
D | fsl-asoc-card.txt | 35 - model : The user-visible name of this sound complex
|
/linux-4.1.27/Documentation/misc-devices/ |
D | spear-pcie-gadget.txt | 85 memory, which is to be made visible to PCIe host. Similarly any other peripheral 86 can also be made visible to PCIe host. E.g., if you program base address of UART 88 visible as UART.
|
D | apds990x.txt | 21 (infrared + visible light) and IR only. However, threshold comparisons happen
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_crtc.h | 57 bool visible; member
|
D | nv50_display.c | 948 nv_crtc->cursor.visible = true; in nv50_crtc_cursor_show() 974 nv_crtc->cursor.visible = false; in nv50_crtc_cursor_hide()
|
/linux-4.1.27/firmware/ |
D | WHENCE | 15 Licence: Allegedly GPLv2+, but no source visible. Marked: 85 Licence: Allegedly GPLv2+, but no source visible. Marked: 234 Licence: Allegedly GPLv2+, but no source visible. Marked: 263 Licence: Allegedly GPLv2, but no source visible. Marked: 280 Licence: Allegedly GPLv2+, but no source visible. Marked: 322 Licence: Allegedly GPLv2+, but no source visible. Marked: 369 Licence: Allegedly GPLv2+, but no source visible. Marked: 395 License: GPLv2 or OpenIB.org BSD license, no source visible 464 Licence: Allegedly GPLv2, but no source visible. 604 Licence: Allegedly GPL, but no source visible. Marked: [all …]
|
/linux-4.1.27/include/drm/ |
D | drm_plane_helper.h | 92 bool *visible);
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | jack.txt | 9 user visible jack. In embedded systems it is common for multiple 31 This represents a physical jack on the system and is what is visible to
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | nic.c | 459 size_t visible = 0; in efx_nic_describe_stats() local 469 ++visible; in efx_nic_describe_stats() 473 return visible; in efx_nic_describe_stats()
|
/linux-4.1.27/Documentation/power/regulator/ |
D | design.txt | 15 requirements are visible to software.
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | configfs-spear-pcie-gadget | 12 Nodes are only visible when configfs is mounted. To mount configfs
|
D | sysfs-devices-power | 229 latency the device can suffer without any visible adverse
|
D | sysfs-bus-iio | 1191 that measurements contains visible and infrared light
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 16 visible to the OS, but will only accept a restricted set of 74 meaning that it should be visible to the OS. This property 75 may be visible but produce a '0' after some operation that
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | review-checklist.txt | 33 11. New guest visible features must either be documented in a hardware manual
|
D | hypercalls.txt | 67 shared page that contains parts of supervisor visible register state.
|
D | nested-vmx.txt | 92 * these two user-visible fields */
|
D | ppc-pv.txt | 67 page that contains parts of supervisor visible register state. The guest can
|
D | timekeeping.txt | 339 allows the guest visible TSC to be offset by a constant. Newer implementations 563 faster clock cannot be made visible to a guest without the potential of time
|
D | api.txt | 932 mmap() that affects the region will be made visible immediately. Another 1647 read value of the INTx disable bit in the guest visible PCI command register.
|
/linux-4.1.27/drivers/staging/panel/ |
D | Kconfig | 93 This is the number of visible character lines on the LCD in custom profile. 113 to the terminal. This results in some non-visible but addressable characters, 115 however, use the same line width internally as what is visible. The KS0074 116 for example, uses 16 characters per line for 16 visible characters per line.
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-decoder-regs.txt | 102 NOTE: For both registers, the resulting image must be fully visible on 104 size must be adjusted to reflect the visible portion. For the source width, 458 NOTE: For both registers, the resulting image must be fully visible on 460 destination size must be adjusted to reflect the visible portion. For the 706 much is visible. The visible osd area cannot exceed the right edge of the
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
D | TODO | 18 - Names that are visible in kernel global namespace should have a common
|
/linux-4.1.27/Documentation/RCU/ |
D | arrayRCU.txt | 80 * contents of the new array are visible before the new 81 * array becomes visible.
|
D | rculist_nulls.txt | 164 * changes to obj->key must be visible before refcnt one
|
D | torture.txt | 232 o "rtc": The hexadecimal address of the structure currently visible 236 has changed the structure visible to readers.
|
D | checklist.txt | 226 synchronize_rcu() is visible from userspace, synchronize_rcu()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | nile4.h | 254 int on_memory_bus, int visible);
|
/linux-4.1.27/Documentation/cgroups/ |
D | hugetlb.txt | 16 visible at /sys/fs/cgroup. At bootup, this group includes all the tasks in
|
D | cpuacct.txt | 16 visible at /sys/fs/cgroup. At bootup, this group includes all the tasks in
|
D | net_prio.txt | 22 becomes visible at '/sys/fs/cgroup/net_prio'. This group includes all tasks in
|
D | freezer-subsystem.txt | 48 prevent the freeze/unfreeze cycle from becoming visible to the tasks
|
D | cgroups.txt | 556 visible to cgroup_for_each_child/descendant_*() iterators. The 614 visible again later.
|
D | blkio-controller.txt | 125 Various user visible config options
|
D | unified-hierarchy.txt | 438 internal details and userland-visible interface. Of course, this
|
D | memory.txt | 300 also be visible from the user counter.
|
D | cpusets.txt | 46 hierarchy visible in a virtual file system. These are the essential
|
/linux-4.1.27/Documentation/devicetree/bindings/soc/mediatek/ |
D | pwrap.txt | 6 is not directly visible to the CPU, but only through the PMIC wrapper
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | icp_qat_uclo.h | 358 unsigned char visible; member
|
/linux-4.1.27/Documentation/devicetree/bindings/devfreq/event/ |
D | exynos-ppmu.txt | 7 use to analyze system performance, to make behaviors visible and to count
|
/linux-4.1.27/Documentation/fb/ |
D | tgafb.txt | 24 User-visible changes since Linux 2.2.x:
|
D | framebuffer.txt | 87 visible and virtual geometry, depth, color map format, timing, and so on. 161 is hit by an electron, it emits a photon and thus becomes visible. 202 stable picture without visible flicker, VESA recommends a vertical scanrate of
|
D | api.txt | 182 __u32 xres; /* visible resolution */ 186 __u32 xoffset; /* offset from virtual to visible */
|
D | vesafb.txt | 124 interface. The visible screen is just a window of the
|
D | uvesafb.txt | 60 interface. The visible screen is just a window of the
|
/linux-4.1.27/Documentation/timers/ |
D | timer_stats.txt | 5 system visible to kernel and userspace developers. If enabled in the config
|
D | timekeeping.txt | 47 the user-visible time to RTC clocks in the system or against networked time
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | vexpress.txt | 43 - tile's HBI number (unique ARM's board model ID, visible on the 218 /* CS0 is visible at 0x08000000 */
|
D | cci.txt | 26 Node's parent must be the root node /, and the address space visible
|
/linux-4.1.27/Documentation/device-mapper/ |
D | snapshot.txt | 30 its visible content unchanged, at least until the <COW device> fills up. 72 3) a "snapshot" device, combining #1 and #2, which is the visible snapshot
|
/linux-4.1.27/drivers/staging/iio/ |
D | TODO | 71 necessitate a header that is also visible from arch board
|
/linux-4.1.27/Documentation/usb/ |
D | authorization.txt | 44 can be connected (for example, it is a kiosk machine with a visible
|
D | power-management.txt | 673 "hotplug" indicates an externally connectable/visible 678 "hardwired" refers to a port that is not visible but
|
D | WUSB-Design-overview.txt | 221 Now it is visible. If there were other devices in the same radio channel
|
/linux-4.1.27/Documentation/devicetree/bindings/iommu/ |
D | samsung,sysmmu.txt | 4 physical memory chunks visible as a contiguous region to DMA-capable peripheral
|
/linux-4.1.27/Documentation/cpuidle/ |
D | sysfs.txt | 15 following objects are visible instead.
|
/linux-4.1.27/drivers/tty/serial/ |
D | Kconfig | 41 Even if you say Y here, the currently visible framebuffer console 69 Even if you say Y here, the currently visible framebuffer console 235 Even if you say Y here, the currently visible virtual console 284 Even if you say Y here, the currently visible virtual console 306 Even if you say Y here, the currently visible virtual console 417 Even if you say Y here, the currently visible virtual console 454 Even if you say Y here, the currently visible virtual console 479 Even if you say Y here, the currently visible virtual console 589 Even if you say Y here, the currently visible virtual console 886 Even if you say Y here, the currently visible framebuffer console [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | fsl-sec6.txt | 77 range can be made visible to one (or more) cores.
|
D | fsl-sec4.txt | 37 Each JR is located on a separate 4k page, they may (or may not) be made visible 131 range can be made visible to one (or more) cores.
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | machinecheck | 32 per bank. This is not visible here
|
/linux-4.1.27/sound/ |
D | Kconfig | 46 The only visible difference is use of additional module aliases
|
/linux-4.1.27/drivers/xen/ |
D | Kconfig | 82 is not accidentally visible to other domains. Is it more 178 you want to make visible to other guests.
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | TODO | 7 for visible, important contributions to this module. Here
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop.c | 590 bool visible; in vop_update_plane_event() local 615 can_position, false, &visible); in vop_update_plane_event() 619 if (!visible) in vop_update_plane_event()
|
/linux-4.1.27/fs/reiserfs/ |
D | namei.c | 431 struct inode *inode, int visible) in reiserfs_add_entry() argument 502 visible ? mark_de_visible(deh) : mark_de_hidden(deh); in reiserfs_add_entry() 574 if (!S_ISDIR(inode->i_mode) && visible) in reiserfs_add_entry()
|
/linux-4.1.27/Documentation/filesystems/ |
D | dlmfs.txt | 123 Once written, an LVB will be visible to other nodes who obtain Read
|
D | devpts.txt | 51 /bin/bash in the child process. A pty created by the sshd is not visible in
|
D | tmpfs.txt | 32 set, the user visible part of tmpfs is not build. But the internal
|
D | sharedsubtree.txt | 73 contents will be visible under /tmp/a too. 204 If the entire mount tree is visible at multiple locations, then 887 The former modifies a vfsmount that has not been visible in any shared
|
D | mandatory-locking.txt | 22 the file data in a state which should not have been visible
|
D | overlayfs.txt | 34 object in the 'upper' filesystem is visible while the object in the
|
D | vfat.txt | 46 encoding is used for user visible filename and 16 bit
|
D | ext2.txt | 252 the visible on-disk format). However, an old kernel writing to such a
|
D | ntfs.txt | 151 will not be visible due to bugs/mis-features in glibc.
|
D | vfs.txt | 738 freepage: freepage is called once the page is no longer visible in
|
/linux-4.1.27/include/linux/ |
D | serial_core.h | 216 #error Change mask not equivalent to userspace-visible bit defines
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.devices | 129 Even if you say Y here, the currently visible virtual console
|
/linux-4.1.27/Documentation/networking/ |
D | ray_cs.txt | 130 useful for debugging 802.11 lowlevel protocols that are not visible to
|
D | netlink_mmap.txt | 82 The blocks are only visible to the kernel, from the point of view of user-space
|
D | netdev-FAQ.txt | 216 indicates the end-user visible symptom, the underlying reason as
|
D | spider_net.txt | 64 dma-mapping it so as to make it visible to the hardware. The OS will
|
D | cs89x0.txt | 489 The 2 and 3-media adapters have two LEDs visible on the back end of the board
|
D | packet_mmap.txt | 1000 and such packets are also not visible to other PF_PACKET sockets anymore. So,
|
D | arcnet-hardware.txt | 715 Two diagnostic LEDs are visible on the rear bracket of the board. 942 Two diagnostic LEDs are visible on the rear bracket of the board.
|
D | can.txt | 114 Similar functionality visible from user-space could be provided by a
|
D | ip-sysctl.txt | 524 of some services (f.e. SMTP relaying), visible not by you,
|
D | bonding.txt | 525 externally visible on only one port (network adapter)
|
/linux-4.1.27/fs/jffs2/ |
D | Kconfig | 23 KERN_DEBUG loglevel, where they won't normally be visible. Level 2
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_dev.h | 439 uint8_t visible; member
|
D | qxl_display.c | 382 cmd->u.set.visible = 1; in qxl_crtc_cursor_set2()
|
/linux-4.1.27/Documentation/s390/ |
D | kvm.txt | 36 the calling process. It does not have any user-visible effect other than a small
|
/linux-4.1.27/Documentation/vm/ |
D | pagemap.txt | 91 only huge/giga pages are made visible to end users.
|
D | numa | 24 Coherent NUMA or ccNUMA systems. With ccNUMA systems, all memory is visible
|
/linux-4.1.27/Documentation/locking/ |
D | lglock.txt | 29 resulting in a globally visible critical section.
|
/linux-4.1.27/drivers/media/tuners/ |
D | Kconfig | 18 visible if !MEDIA_SUBDRV_AUTOSELECT
|
/linux-4.1.27/Documentation/arm/ |
D | vlocks.txt | 76 As long as the last_vote variable is globally visible to all CPUs, it
|
D | cluster-pm-race-avoidance.txt | 175 procedure, so the remaining steps are not visible as part of the
|
/linux-4.1.27/Documentation/powerpc/ |
D | transactional_memory.txt | 82 remain visible, but depending on the call they may abort your transaction as a
|
/linux-4.1.27/drivers/iommu/ |
D | Kconfig | 153 all the OS-visible memory. Hence the driver can continue
|
/linux-4.1.27/Documentation/gpio/ |
D | driver.txt | 20 GPIO descriptor is never made visible outside of the driver.
|
/linux-4.1.27/fs/ |
D | namespace.c | 3204 bool visible = false; in fs_fully_visible() local 3251 visible = true; in fs_fully_visible() 3257 return visible; in fs_fully_visible()
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | philips.txt | 142 like PCA645, PCVC750VC, etc) and optionally the serial number (visible
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoint-analysis.txt | 29 All possible events are visible from /sys/kernel/debug/tracing/events. Simply
|
/linux-4.1.27/Documentation/power/ |
D | pm_qos_interface.txt | 193 it may cause excess latencies to be visible to software, causing it to miss
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 381 By default, <n> is set to the number of visible text lines on the 398 <offset> is the offset of the visible part of the screen memory to its 486 the physical linelength differs from the visible length. With ProMST,
|
/linux-4.1.27/Documentation/block/ |
D | data-integrity.txt | 265 'name' is a text string which will be visible in sysfs. This is
|
/linux-4.1.27/net/ |
D | Kconfig | 138 run globally visible servers from within a masqueraded local network
|
/linux-4.1.27/Documentation/arm/OMAP/ |
D | DSS | 99 usually visible to users except through omapfb driver. They register
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | Kconfig | 72 Even if you say Y here, the currently visible virtual console
|
/linux-4.1.27/kernel/ |
D | cgroup.c | 192 bool visible); 4545 bool visible) in create_css() argument 4569 if (visible) { in create_css()
|
/linux-4.1.27/arch/sparc/ |
D | Kconfig | 381 Even if you say Y here, the currently visible virtual console
|
/linux-4.1.27/Documentation/ioctl/ |
D | ioctl-number.txt | 59 This table lists ioctls visible from user land for Linux/x86. It contains
|
/linux-4.1.27/Documentation/development-process/ |
D | 6.Followthrough | 118 contents visible to the development community as a whole. At this point,
|
/linux-4.1.27/drivers/media/i2c/ |
D | Kconfig | 25 visible if !MEDIA_SUBDRV_AUTOSELECT
|
/linux-4.1.27/drivers/tty/ |
D | Kconfig | 65 If you do say Y here, by default the currently visible virtual
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_fc_transport.txt | 394 the kernel and LLDD, but it is not active or visible on the FC link in
|
D | ChangeLog.ncr53c8xx | 177 - Declare static all symbols that do not need to be visible from
|
D | ChangeLog.lpfc | 998 visible via sysfs. 1471 * Change driver name to a consistent lpfc in every visible place.
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | Kconfig | 2 visible if !MEDIA_SUBDRV_AUTOSELECT
|
/linux-4.1.27/Documentation/video4linux/ |
D | Zoran | 440 is clearly visible, looking at the file size.
|
D | vivid.txt | 299 visible. For 50 Hz standards the top field is the oldest and the bottom field
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 308 will be visible via configfs. At that point, mkdir(2) can be called and
|
/linux-4.1.27/Documentation/PCI/ |
D | pci.txt | 405 to be visible to the host CPU(s) when the MSI is delivered. This
|
/linux-4.1.27/drivers/usb/serial/ |
D | Kconfig | 32 Even if you say Y here, the currently visible virtual console
|
/linux-4.1.27/Documentation/spi/ |
D | spi-summary | 246 * visible on the relevant pins ... bootloaders on
|
/linux-4.1.27/init/ |
D | Kconfig | 252 POSIX message queues are visible as a filesystem called 'mqueue' 1346 # Unhide debug options, to make the on-by-default options visible
|
/linux-4.1.27/Documentation/devicetree/ |
D | booting-without-of.txt | 757 translation isn't possible, i.e., the registers are not visible on the 778 registers are visible on the parent bus using an identity mapping
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 593 These are made visible to non-reentrant scanners for convenience. */
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 686 These are made visible to non-reentrant scanners for convenience. */
|
/linux-4.1.27/drivers/rtc/ |
D | Kconfig | 199 the RTC/NVRAM backup power, and alarms. NVRAM is visible in
|
/linux-4.1.27/Documentation/security/ |
D | keys.txt | 820 immediately, though they are still visible in /proc/keys until deleted
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 273 This option will extract the user-visible kernel headers whenever
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1142 visible impact on the overall performance or power consumption of the
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 745 visible to userspace. They are used by the snd-hda-intel audio driver.
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 1881 * a pending CTXTDONE or SAVEPTR is visible in the active
|
/linux-4.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 1324 visible. You may add other material on the covers in addition.
|