/linux-4.4.14/drivers/regulator/ |
D | anatop-regulator.c | 55 bool bypass; member 90 sel = anatop_reg->bypass ? LDO_FET_FULL_ON : anatop_reg->sel; in anatop_regmap_enable() 110 if (anatop_reg->bypass || !anatop_regmap_is_enabled(reg)) { in anatop_regmap_core_set_voltage_sel() 125 if (anatop_reg->bypass || !anatop_regmap_is_enabled(reg)) in anatop_regmap_core_get_voltage_sel() 138 WARN_ON(!anatop_reg->bypass); in anatop_regmap_get_bypass() 140 WARN_ON(anatop_reg->bypass); in anatop_regmap_get_bypass() 142 *enable = anatop_reg->bypass; in anatop_regmap_get_bypass() 151 if (enable == anatop_reg->bypass) in anatop_regmap_set_bypass() 155 anatop_reg->bypass = enable; in anatop_regmap_set_bypass() 288 sreg->bypass = true; in anatop_regulator_probe()
|
D | internal.h | 28 unsigned int bypass:1; member
|
D | core.c | 664 bool bypass; in regulator_bypass_show() local 667 ret = rdev->desc->ops->get_bypass(rdev, &bypass); in regulator_bypass_show() 671 else if (bypass) in regulator_bypass_show() 678 static DEVICE_ATTR(bypass, 0444, 3362 if (enable && !regulator->bypass) { in regulator_allow_bypass() 3371 } else if (!enable && regulator->bypass) { in regulator_allow_bypass() 3382 regulator->bypass = enable; in regulator_allow_bypass()
|
/linux-4.4.14/sound/soc/codecs/ |
D | rl6231.c | 125 bool bypass = false; in rl6231_pll_calc() local 136 bypass = pll_preset_table[i].m_bp; in rl6231_pll_calc() 151 bypass = true; in rl6231_pll_calc() 157 bypass = true; in rl6231_pll_calc() 168 bypass = false; in rl6231_pll_calc() 181 pll_code->m_bp = bypass; in rl6231_pll_calc()
|
D | wm2200.c | 2351 !wm2200->pdata.micbias[i].bypass) in wm2200_i2c_probe() 2368 if (wm2200->pdata.micbias[i].bypass) in wm2200_i2c_probe()
|
/linux-4.4.14/include/trace/events/ |
D | bcache.h | 123 TP_PROTO(struct bio *bio, bool hit, bool bypass), 124 TP_ARGS(bio, hit, bypass), 132 __field(bool, bypass ) 141 __entry->bypass = bypass; 147 __entry->nr_sector, __entry->cache_hit, __entry->bypass) 152 bool writeback, bool bypass), 153 TP_ARGS(c, inode, bio, writeback, bypass), 162 __field(bool, bypass ) 172 __entry->bypass = bypass; 178 __entry->nr_sector, __entry->writeback, __entry->bypass)
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | sram.h | 16 extern u32 omap2_set_prcm(u32 dpll_ctrl_val, u32 sdrc_rfr_val, int bypass); 29 int bypass); 42 int bypass);
|
D | clkt2xxx_dpllcore.c | 116 u32 bypass = 0; in omap2_reprogram_dpllcore() local 163 bypass = 1; in omap2_reprogram_dpllcore() 170 bypass); in omap2_reprogram_dpllcore()
|
D | sram.c | 162 static u32 (*_omap2_set_prcm)(u32 dpll_ctrl_val, u32 sdrc_rfr_val, int bypass); 164 u32 omap2_set_prcm(u32 dpll_ctrl_val, u32 sdrc_rfr_val, int bypass) in omap2_set_prcm() argument 167 return _omap2_set_prcm(dpll_ctrl_val, sdrc_rfr_val, bypass); in omap2_set_prcm()
|
D | clkt2xxx_virt_prcm_set.c | 101 u32 cur_rate, done_rate, bypass = 0; in omap2_select_table_rate() local 136 bypass = 1; in omap2_select_table_rate() 154 bypass); in omap2_select_table_rate()
|
D | sram242x.S | 280 cmp r2, #0x1 @ stay in bypass?
|
D | sram243x.S | 280 cmp r2, #0x1 @ stay in bypass?
|
/linux-4.4.14/arch/arc/plat-axs10x/ |
D | axs10x.c | 329 unsigned int pad:17, noupd:1, bypass:1, edge:1, high:6, low:6; member 331 unsigned int low:6, high:6, edge:1, bypass:1, noupd:1, pad:17; 346 if (idiv.bypass != 1) in axs103_get_freq() 349 if (fbdiv.bypass != 1) in axs103_get_freq() 352 if (odiv.bypass != 1) in axs103_get_freq() 366 div.bypass = id == 1 ? 1 : 0; in encode_div()
|
/linux-4.4.14/Documentation/devicetree/bindings/c6x/ |
D | clocks.txt | 24 - ti,c64x+pll-bypass-delay: CPU cycles to delay when entering bypass mode 37 ti,c64x+pll-bypass-delay = <200>;
|
/linux-4.4.14/net/sched/ |
D | sch_fifo.c | 53 bool bypass; in fifo_init() local 73 bypass = sch->limit >= psched_mtu(qdisc_dev(sch)); in fifo_init() 75 bypass = sch->limit >= 1; in fifo_init() 77 if (bypass) in fifo_init()
|
/linux-4.4.14/drivers/md/bcache/ |
D | stats.c | 184 bool hit, bool bypass) in mark_cache_stats() argument 186 if (!bypass) in mark_cache_stats() 199 bool hit, bool bypass) in bch_mark_cache_accounting() argument 202 mark_cache_stats(&dc->accounting.collector, hit, bypass); in bch_mark_cache_accounting() 203 mark_cache_stats(&c->accounting.collector, hit, bypass); in bch_mark_cache_accounting()
|
D | request.c | 204 if (op->bypass) in bch_data_insert_start() 280 op->bypass = true; in bch_data_insert_start() 321 op->writeback, op->bypass); in bch_data_insert() 774 !s->cache_miss, s->iop.bypass); in cached_dev_read_done_bh() 775 trace_bcache_read(s->orig_bio, !s->cache_miss, s->iop.bypass); in cached_dev_read_done_bh() 793 if (s->cache_miss || s->iop.bypass) { in cached_dev_cache_miss() 891 s->iop.bypass = false; in cached_dev_write() 903 s->iop.bypass = true; in cached_dev_write() 907 s->iop.bypass)) { in cached_dev_write() 908 s->iop.bypass = false; in cached_dev_write() [all …]
|
D | request.h | 19 unsigned bypass:1; member
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ti/ |
D | dpll.txt | 7 (reference clock and bypass clock), with digital phase locked 38 and second entry bypass clock 52 - ti,low-power-bypass : DPLL output matches rate of parent bypass clock 68 ti,low-power-bypass;
|
D | fapll.txt | 7 (reference clock and bypass clock), and one or more child 15 - clocks : link phandles of parent clocks (clk-ref and clk-bypass)
|
D | apll.txt | 7 (reference clock and bypass clock), with analog phase locked 19 - clocks : link phandles of parent clocks (clk-ref and clk-bypass)
|
/linux-4.4.14/drivers/clk/socfpga/ |
D | clk-pll.c | 54 unsigned long bypass; in clk_pll_recalc_rate() local 57 bypass = readl(clk_mgr_base_addr + CLKMGR_BYPASS); in clk_pll_recalc_rate() 58 if (bypass & MAINPLL_BYPASS) in clk_pll_recalc_rate()
|
/linux-4.4.14/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper-jtag.c | 66 jtgc.s.bypass = 0x3; in cvmx_helper_qlm_jtag_init() 68 jtgc.s.bypass = 0xf; in cvmx_helper_qlm_jtag_init()
|
/linux-4.4.14/drivers/clk/at91/ |
D | clk-slow.c | 128 bool bypass) in at91_clk_register_slow_osc() argument 151 if (bypass) in at91_clk_register_slow_osc() 169 bool bypass; in of_at91sam9x5_clk_slow_osc_setup() local 174 bypass = of_property_read_bool(np, "atmel,osc-bypass"); in of_at91sam9x5_clk_slow_osc_setup() 177 bypass); in of_at91sam9x5_clk_slow_osc_setup()
|
D | clk-main.c | 146 bool bypass) in at91_clk_register_main_osc() argument 179 if (bypass) in at91_clk_register_main_osc() 201 bool bypass; in of_at91rm9200_clk_main_osc_setup() local 204 bypass = of_property_read_bool(np, "atmel,osc-bypass"); in of_at91rm9200_clk_main_osc_setup() 211 clk = at91_clk_register_main_osc(pmc, irq, name, parent_name, bypass); in of_at91rm9200_clk_main_osc_setup()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-asxx-defs.h | 224 uint64_t bypass:1; member 226 uint64_t bypass:1; 557 uint64_t bypass:1; member 563 uint64_t bypass:1; 583 uint64_t bypass:1; member 593 uint64_t bypass:1;
|
D | cvmx-ciu-defs.h | 8231 uint64_t bypass:4; member 8233 uint64_t bypass:4; 8249 uint64_t bypass:2; member 8251 uint64_t bypass:2; 8266 uint64_t bypass:4; member 8268 uint64_t bypass:4; 8283 uint64_t bypass:3; member 8285 uint64_t bypass:3;
|
D | cvmx-lmcx-defs.h | 2462 uint64_t bypass:1; member 2488 uint64_t bypass:1;
|
/linux-4.4.14/drivers/base/regmap/ |
D | regcache.c | 318 bool bypass; in regcache_sync() local 324 bypass = map->cache_bypass; in regcache_sync() 358 map->cache_bypass = bypass; in regcache_sync() 387 bool bypass; in regcache_sync_region() local 394 bypass = map->cache_bypass; in regcache_sync_region() 413 map->cache_bypass = bypass; in regcache_sync_region()
|
D | regmap.c | 2090 bool bypass; in regmap_multi_reg_write_bypassed() local 2094 bypass = map->cache_bypass; in regmap_multi_reg_write_bypassed() 2099 map->cache_bypass = bypass; in regmap_multi_reg_write_bypassed() 2777 bool bypass; in regmap_register_patch() local 2796 bypass = map->cache_bypass; in regmap_register_patch() 2804 map->cache_bypass = bypass; in regmap_register_patch()
|
/linux-4.4.14/arch/c6x/platforms/ |
D | pll.c | 272 u8 bypass; in clk_pllclk_recalc() local 283 bypass = 0; in clk_pllclk_recalc() 285 bypass = 1; in clk_pllclk_recalc() 306 if (!bypass) { in clk_pllclk_recalc()
|
/linux-4.4.14/include/uapi/linux/netfilter/ |
D | xt_NFQUEUE.h | 26 __u16 bypass; member
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | clock.c | 417 u8 bypass; in clk_pllclk_recalc() local 425 bypass = 0; in clk_pllclk_recalc() 432 bypass = 1; in clk_pllclk_recalc() 454 if (!bypass) { in clk_pllclk_recalc() 462 if (bypass) in clk_pllclk_recalc()
|
/linux-4.4.14/include/sound/ |
D | wm2200.h | 44 unsigned int bypass:1; /** Use bypass mode */ member
|
/linux-4.4.14/Documentation/devicetree/bindings/mfd/ |
D | omap-usb-host.txt | 32 - single-ulpi-bypass: Must be present if the controller contains a single 33 ULPI bypass control bit. e.g. OMAP3 silicon <= ES2.1
|
D | qcom-rpm.txt | 212 QCOM_RPM_FORCE_MODE_BYPASS - set regulator to use bypass
|
/linux-4.4.14/include/linux/mfd/arizona/ |
D | pdata.h | 63 unsigned int bypass:1; /** Use bypass mode */ member
|
/linux-4.4.14/arch/powerpc/boot/ |
D | 4xx.c | 447 goto bypass; in __ibm440eplike_fixup_clocks() 454 bypass: in __ibm440eplike_fixup_clocks() 775 goto bypass; in ibm405ex_fixup_clocks() 780 bypass: in ibm405ex_fixup_clocks()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | gt215.c | 368 u32 bypass; in prog_pll() local 372 bypass = nvkm_rd32(device, ctrl) & 0x00000008; in prog_pll() 373 if (!bypass) { in prog_pll()
|
/linux-4.4.14/arch/c6x/boot/dts/ |
D | tms320c6457.dtsi | 63 ti,c64x+pll-bypass-delay = <300>;
|
D | tms320c6474.dtsi | 84 ti,c64x+pll-bypass-delay = <120>;
|
D | tms320c6455.dtsi | 73 ti,c64x+pll-bypass-delay = <1440>;
|
D | tms320c6472.dtsi | 107 ti,c64x+pll-bypass-delay = <200>;
|
D | tms320c6678.dtsi | 129 ti,c64x+pll-bypass-delay = <200>;
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | sram.S | 39 strh r0, [r2] @ set dpll into bypass mode
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | regulator.txt | 13 - regulator-allow-bypass: allow the regulator to go into bypass mode
|
D | ti-abb-regulator.txt | 32 0-bypass
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | exynos5260-xyref5260.dts | 71 bypass-smu;
|
D | imx27-phytec-phycore-rdk.dts | 321 nxp,no-comparator-bypass;
|
D | omap34xx-omap36xx-clocks.dtsi | 173 ti,low-power-bypass;
|
D | atlas7.dtsi | 1606 regulator-allow-bypass;
|
/linux-4.4.14/net/netfilter/ |
D | xt_NFQUEUE.c | 57 if (info->bypass) in nfqueue_tg_v2()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | vp702x.c | 155 static int vp702x_set_pld_mode(struct dvb_usb_adapter *adap, u8 bypass) in vp702x_set_pld_mode() argument 166 ret = vp702x_usb_in_op(adap->dev, 0xe0, (bypass << 8) | 0x0e, in vp702x_set_pld_mode()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-regulator | 353 What: /sys/class/regulator/.../bypass 359 bypass. This indicates if the device is in bypass mode. 367 'enabled' means the regulator is in bypass mode.
|
/linux-4.4.14/Documentation/DocBook/ |
D | regulator.xml.db | 41 API-regulator-allow-bypass
|
D | kernel-api.xml.db | 603 API-blk-queue-bypass-start 604 API-blk-queue-bypass-end
|
/linux-4.4.14/drivers/crypto/amcc/ |
D | crypto4xx_core.h | 130 u32 bypass; member
|
D | crypto4xx_reg_def.h | 266 u32 bypass:8; member
|
D | crypto4xx_core.c | 961 pd->pd_ctl_len.w = 0x00400000 | (ctx->bypass << 24) | datalen; in crypto4xx_build_pd()
|
/linux-4.4.14/Documentation/devicetree/bindings/net/can/ |
D | sja1000.txt | 44 - nxp,no-comparator-bypass : Allows to disable the CAN input comparator.
|
/linux-4.4.14/drivers/clk/ingenic/ |
D | cgu.c | 85 bool bypass, enable; in ingenic_pll_recalc_rate() local 103 bypass = !!(ctl & BIT(pll_info->bypass_bit)); in ingenic_pll_recalc_rate() 106 if (bypass) in ingenic_pll_recalc_rate()
|
/linux-4.4.14/Documentation/video4linux/ |
D | hauppauge-wintv-cx88-ir.txt | 7 1 1 Mono tuner bypass or CD passthru (tuner specific)
|
/linux-4.4.14/Documentation/video4linux/cx88/ |
D | hauppauge-wintv-cx88-ir.txt | 7 1 1 Mono tuner bypass or CD passthru (tuner specific)
|
/linux-4.4.14/Documentation/device-mapper/ |
D | log-writes.txt | 38 Any REQ_FUA requests bypass this flushing mechanism and are logged as soon as 39 they complete as those requests will obviously bypass the device cache.
|
D | cache-policies.txt | 51 considered sequential it will bypass the cache. The random threshold 63 disabled and sequential I/O will no longer implicitly bypass the cache.
|
/linux-4.4.14/drivers/irqchip/ |
D | irq-gic.c | 456 u32 bypass = 0; in gic_cpu_if_up() local 465 bypass = readl(cpu_base + GIC_CPU_CTRL); in gic_cpu_if_up() 466 bypass &= GICC_DIS_BYPASS_MASK; in gic_cpu_if_up() 468 writel_relaxed(bypass | mode | GICC_ENABLE, cpu_base + GIC_CPU_CTRL); in gic_cpu_if_up()
|
/linux-4.4.14/Documentation/sound/oss/ |
D | WaveArtist | 62 rbyps: right bypass
|
D | mwave | 11 latest MWAVE patches. So, in other words, don't bypass the test for MWAVES!
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | README.maya44 | 26 - analogue monitor a.k.a bypass 125 Bypass: analogue bypass from ADC input to output for channel 1+2. Same as "Monitor" in the windows …
|
D | CMIPCI.txt | 154 output (aka bypass) 187 the alsa-lib. If you need to bypass the software conversion of IEC958
|
D | OSS-Emulation.txt | 149 The direct option is used, as mentioned above, to bypass the automatic
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm7120-l2-intc.txt | 75 respective interrupt outputs bypass this 2nd level interrupt controller
|
/linux-4.4.14/net/atm/ |
D | Kconfig | 55 subnetwork boundaries. These shortcut connections bypass routers
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | dm365_resizer.c | 106 resizer_configure_passthru(struct vpfe_resizer_device *resizer, int bypass) in resizer_configure_passthru() argument 125 if (bypass) { in resizer_configure_passthru() 535 param->rsz_common.passthrough = cont_config->bypass; in resizer_configure_in_continious_mode() 536 if (cont_config->bypass) in resizer_configure_in_continious_mode() 796 param->rsz_common.passthrough = config->bypass; in resizer_configure_in_single_shot_mode() 797 if (config->bypass) in resizer_configure_in_single_shot_mode()
|
D | davinci_vpfe_user.h | 1282 unsigned char bypass; member
|
/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-is-param.c | 467 drc->control.bypass = val; in __is_set_drc_control() 689 isp->control.bypass = CONTROL_BYPASS_DISABLE; in fimc_is_set_initial_params() 861 fd->control.bypass = CONTROL_BYPASS_DISABLE; in fimc_is_set_initial_params()
|
D | fimc-is-param.h | 454 u32 bypass; member
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_fimc.c | 111 bool bypass; member 132 u32 bypass; member 1015 sc->range, sc->bypass, sc->up_h, sc->up_v); in fimc_set_scaler() 1030 if (sc->bypass) in fimc_set_scaler()
|
/linux-4.4.14/Documentation/ |
D | clk.txt | 231 Sometimes during development it can be useful to be able to bypass the 237 To bypass this disabling, include "clk_ignore_unused" in the bootargs to the
|
D | bcache.txt | 30 thus entirely bypass the cache. 170 cranking down the sequential bypass). 232 A sequential IO will bypass the cache once it passes this threshold; the
|
D | 00-INDEX | 177 - How to use the EFI boot stub to bypass GRUB or elilo on EFI systems.
|
D | md.txt | 611 to 1. Setting this to 0 disables bypass accounting and
|
D | memory-barriers.txt | 2646 [!] MMIO or other device accesses may bypass the cache system. This depends on 2813 Amongst these properties is usually the fact that such accesses bypass the
|
D | kernel-parameters.txt | 1612 Disable IOMMU bypass, using IOMMU for PCI devices.
|
/linux-4.4.14/Documentation/hwmon/ |
D | w83627hf | 35 Use 'init=0' to bypass initializing the chip.
|
D | w83792d | 19 Use 'init=0' to bypass initializing the chip.
|
D | w83781d | 32 Use 'init=0' to bypass initializing the chip.
|
D | sysfs-interface | 31 this reason, it is still not recommended to bypass the library.
|
/linux-4.4.14/drivers/iommu/ |
D | arm-smmu-v3.c | 541 bool bypass; /* Overrides s1/s2 config */ member 1041 if (ste->bypass) { in arm_smmu_write_strtab_ent() 1103 .bypass = true, in arm_smmu_init_bypass_stes() 1656 smmu_group->ste.bypass = false; in arm_smmu_attach_dev() 1678 smmu_group->ste.bypass = true; in arm_smmu_detach_dev()
|
D | Kconfig | 178 Floppy disk drivers are known to bypass DMA API calls
|
/linux-4.4.14/arch/frv/kernel/ |
D | entry-table.S | 49 # single-step bypass management
|
/linux-4.4.14/arch/sh/kernel/cpu/sh3/ |
D | entry.S | 484 * that isn't a valid hard IRQ, therefore we bypass the do_IRQ()
|
/linux-4.4.14/drivers/mfd/ |
D | arizona-core.c | 1288 !arizona->pdata.micbias[i].bypass) in arizona_dev_init() 1308 if (arizona->pdata.micbias[i].bypass) in arizona_dev_init()
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | at91-clock.txt | 119 - atmel,osc-bypass : boolean property. Set this when a clock signal is directly 195 - atmel,osc-bypass : boolean property. Specified if a clock signal is provided
|
/linux-4.4.14/Documentation/arm/ |
D | kernel_user_helpers.txt | 23 User space is expected to bypass those helpers and implement those things
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4.h | 338 unsigned char bypass; member 1131 return adap->params.bypass; in is_bypass()
|
D | cxgb4_main.c | 3853 adap->params.bypass = 1; in adap_init0()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | cxio_wr.h | 402 struct t3_bypass_wr bypass; member
|
/linux-4.4.14/drivers/cpufreq/ |
D | Kconfig.x86 | 295 option lets the probing code bypass some of those checks if the
|
/linux-4.4.14/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 790 bool bypass; member
|
/linux-4.4.14/Documentation/development-process/ |
D | 7.AdvancedTopics | 127 importantly, do not use a git tree to bypass the review process. Post an
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | pci-ioda.c | 1580 bool bypass = false; in pnv_pci_ioda_dma_set_mask() local 1588 bypass = (dma_mask >= top); in pnv_pci_ioda_dma_set_mask() 1591 if (bypass) { in pnv_pci_ioda_dma_set_mask()
|
/linux-4.4.14/Documentation/vm/ |
D | cleancache.txt | 275 apps that bypass the page cache (e.g. O_DIRECT).
|
/linux-4.4.14/drivers/acpi/ |
D | Kconfig | 414 to bypass certain security measures (e.g. if root is not allowed to
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxlflash.txt | 11 be mapped to the device's memory (IOMMU bypass) nor does it require
|
/linux-4.4.14/Documentation/input/ |
D | elantech.txt | 125 this knob you can bypass that check.
|
/linux-4.4.14/arch/alpha/ |
D | Kconfig | 533 motherboards), you can bypass it altogether and boot Linux directly
|
/linux-4.4.14/Documentation/cdrom/ |
D | ide-cd | 252 you can bypass the ATA probing which confuses these CDROM drives, by
|
/linux-4.4.14/Documentation/filesystems/ |
D | ntfs.txt | 300 You can also bypass using the LDM driver by using the main device (e.g.
|
D | vfs.txt | 747 direct_IO - that is IO requests which bypass the page cache
|
/linux-4.4.14/Documentation/nvdimm/ |
D | nvdimm.txt | 61 DAX: File system extensions to bypass the page cache and block layer to
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 52 1.3 Direct access/bypass to lower layers for diagnostics and special 498 off the queue. Control or diagnostic functions might bypass block and directly
|
/linux-4.4.14/Documentation/networking/ |
D | packet_mmap.txt | 997 This has the side-effect, that packets sent through PF_PACKET will bypass the
|
D | bonding.txt | 1960 may bypass the bonding driver (because outgoing traffic to, in this
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 2073 eliminate any risk of ASLR bypass due to the vsyscall
|