Home
last modified time | relevance | path

Searched refs:ways (Results 1 – 194 of 194) sorted by relevance

/linux-4.4.14/arch/mips/mm/
Dc-octeon.c199 c->icache.ways = 1 + ((config1 >> 16) & 7); in probe_octeon()
202 c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon()
203 c->icache.waybit = ffs(icache_size / c->icache.ways) - 1; in probe_octeon()
209 c->dcache.ways = 64; in probe_octeon()
211 c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_octeon()
212 c->dcache.waybit = ffs(dcache_size / c->dcache.ways) - 1; in probe_octeon()
219 c->icache.ways = 37; in probe_octeon()
221 icache_size = c->icache.sets * c->icache.ways * c->icache.linesz; in probe_octeon()
224 c->dcache.ways = 32; in probe_octeon()
226 dcache_size = c->dcache.sets * c->dcache.ways * c->dcache.linesz; in probe_octeon()
[all …]
Dc-r4k.c233 unsigned long ws_end = current_cpu_data.icache.ways << in tx49_blast_icache32()
264 unsigned long ws_end = current_cpu_data.icache.ways << in tx49_blast_icache32_page_indexed()
969 c->icache.ways = 2; in probe_pcache()
974 c->dcache.ways = 2; in probe_pcache()
984 c->icache.ways = 2; in probe_pcache()
989 c->dcache.ways = 2; in probe_pcache()
998 c->icache.ways = 4; in probe_pcache()
1003 c->dcache.ways = 4; in probe_pcache()
1019 c->icache.ways = 1; in probe_pcache()
1024 c->dcache.ways = 1; in probe_pcache()
[all …]
Dc-tx39.c325 current_cpu_data.icache.ways = 1; in tx39_probe_cache()
326 current_cpu_data.dcache.ways = 1; in tx39_probe_cache()
331 current_cpu_data.icache.ways = 2; in tx39_probe_cache()
332 current_cpu_data.dcache.ways = 2; in tx39_probe_cache()
338 current_cpu_data.icache.ways = 1; in tx39_probe_cache()
339 current_cpu_data.dcache.ways = 1; in tx39_probe_cache()
408 (dcache_size / current_cpu_data.dcache.ways) - 1, in tx39_cache_init()
414 current_cpu_data.icache.waysize = icache_size / current_cpu_data.icache.ways; in tx39_cache_init()
415 current_cpu_data.dcache.waysize = dcache_size / current_cpu_data.dcache.ways; in tx39_cache_init()
Dsc-rm7k.c237 c->scache.ways = 4; in rm7k_sc_init()
238 c->scache.waybit= __ffs(scache_size / c->scache.ways); in rm7k_sc_init()
239 c->scache.waysize = scache_size / c->scache.ways; in rm7k_sc_init()
240 c->scache.sets = scache_size / (c->scache.linesz * c->scache.ways); in rm7k_sc_init()
267 c->tcache.ways = 1; in rm7k_sc_init()
Dsc-mips.c177 c->scache.ways = assoc + 1; in mips_sc_probe_cm3()
235 c->scache.ways = tmp + 1; in mips_sc_probe()
/linux-4.4.14/arch/sh/kernel/cpu/sh4/
Dprobe.c41 boot_cpu_data.icache.ways = 1; in cpu_probe()
50 boot_cpu_data.dcache.ways = 1; in cpu_probe()
70 boot_cpu_data.icache.ways = 4; in cpu_probe()
71 boot_cpu_data.dcache.ways = 4; in cpu_probe()
174 boot_cpu_data.icache.ways = 2; in cpu_probe()
175 boot_cpu_data.dcache.ways = 2; in cpu_probe()
179 boot_cpu_data.icache.ways = 2; in cpu_probe()
180 boot_cpu_data.dcache.ways = 2; in cpu_probe()
195 boot_cpu_data.icache.ways = 2; in cpu_probe()
196 boot_cpu_data.dcache.ways = 2; in cpu_probe()
[all …]
/linux-4.4.14/arch/sh/mm/
Dcache-sh7705.c34 unsigned long ways, waysize, addrstart; in cache_wback_all() local
36 ways = current_cpu_data.dcache.ways; in cache_wback_all()
59 } while (--ways); in cache_wback_all()
83 unsigned long ways, waysize, addrstart; in __flush_dcache_page() local
104 ways = current_cpu_data.dcache.ways; in __flush_dcache_page()
126 } while (--ways); in __flush_dcache_page()
Dtlb-sh3.c60 int i, ways = MMU_NTLB_WAYS; in local_flush_tlb_one() local
73 ways = 1; /* we already know the way .. */ in local_flush_tlb_one()
76 for (i = 0; i < ways; i++) in local_flush_tlb_one()
Dcache-sh4.c78 for (i = 0; i < cpu_data->icache.ways; i++) { in sh4_flush_icache_range()
156 current_cpu_data.dcache.ways; in flush_dcache_all()
328 way_count = dcache->ways; in __flush_cache_one()
Dcache-sh2a.c61 nr_ways = current_cpu_data.dcache.ways; in sh2a__flush_wback_region()
108 int nr_ways = current_cpu_data.dcache.ways; in sh2a__flush_purge_region()
Dcache.c254 boot_cpu_data.icache.ways, in emit_cache_params()
262 boot_cpu_data.dcache.ways, in emit_cache_params()
275 boot_cpu_data.scache.ways, in emit_cache_params()
Dcache-sh3.c47 for (j = 0; j < current_cpu_data.dcache.ways; j++) { in sh3__flush_wback_region()
Dcache-debugfs.c66 for (way = 0; way < cache->ways; way++) { in cache_seq_show()
Dcache-sh5.c266 cpu_data->dcache.ways; in sh64_dcache_purge_sets()
275 cpu_data->dcache.ways; in sh64_dcache_purge_sets()
/linux-4.4.14/arch/sh/kernel/cpu/
Dinit.c129 unsigned long ways, waysize, addrstart; in cache_init() local
147 ways = 1; in cache_init()
150 ways = current_cpu_data.dcache.ways; in cache_init()
162 } while (--ways); in cache_init()
173 if (current_cpu_data.dcache.ways > 1) in cache_init()
203 CSHAPE((desc).way_size * (desc).ways, ilog2((desc).linesz), (desc).ways)
Dproc.c69 cache_size = info.ways * info.sets * info.linesz; in show_cacheinfo()
72 type, cache_size >> 10, info.ways); in show_cacheinfo()
/linux-4.4.14/arch/arc/mm/
Dtlb.c254 int num_tlb = mmu->sets * mmu->ways; in local_flush_tlb_all()
731 unsigned int ver:8, ways:4, sets:4, u_itlb:8, u_dtlb:8; in read_decode_mmu_bcr() member
733 unsigned int u_dtlb:8, u_itlb:8, sets:4, ways:4, ver:8; in read_decode_mmu_bcr()
739 unsigned int ver:8, ways:4, sets:4, res:3, sasid:1, pg_sz:4, in read_decode_mmu_bcr() member
743 ways:4, ver:8; in read_decode_mmu_bcr()
765 mmu->ways = 1 << mmu2->ways; in read_decode_mmu_bcr()
772 mmu->ways = 1 << mmu3->ways; in read_decode_mmu_bcr()
781 mmu->ways = mmu4->n_ways * 2; in read_decode_mmu_bcr()
803 p_mmu->sets * p_mmu->ways, p_mmu->sets, p_mmu->ways, in arc_mmu_mumbojumbo()
866 #define SET_WAY_TO_IDX(mmu, set, way) ((set) * mmu->ways + (way))
[all …]
Dtlbex.S398 ; memcpy where 3 parties contend for 2 ways, ensuing a livelock.
/linux-4.4.14/arch/powerpc/sysdev/
Dfsl_85xx_l2ctlr.c76 unsigned char ways; in mpc85xx_l2ctlr_of_probe() local
101 ways = LOCK_WAYS_FULL * sram_params.sram_size / l2cache_size; in mpc85xx_l2ctlr_of_probe()
102 if (rem || (ways & (ways - 1))) { in mpc85xx_l2ctlr_of_probe()
129 switch (ways) { in mpc85xx_l2ctlr_of_probe()
/linux-4.4.14/arch/avr32/kernel/
Dcpu.c283 boot_cpu_data.icache.ways = 1 << SYSREG_BFEXT(IASS, config1); in setup_processor()
289 boot_cpu_data.dcache.ways = 1 << SYSREG_BFEXT(DASS, config1); in setup_processor()
341 icache_size = boot_cpu_data.icache.ways * in c_show()
344 dcache_size = boot_cpu_data.dcache.ways * in c_show()
367 boot_cpu_data.icache.ways, in c_show()
372 boot_cpu_data.dcache.ways, in c_show()
/linux-4.4.14/arch/powerpc/kvm/
De500_mmu.c45 if (unlikely(vcpu_e500->gtlb_nv[0] >= vcpu_e500->gtlb_params[0].ways)) in gtlb0_get_next_victim()
51 static int tlb0_set_base(gva_t addr, int sets, int ways) in tlb0_set_base() argument
56 set_base *= ways; in tlb0_set_base()
64 vcpu_e500->gtlb_params[0].ways); in gtlb0_set_base()
73 esel &= vcpu_e500->gtlb_params[0].ways - 1; in get_tlb_esel()
92 size = vcpu_e500->gtlb_params[0].ways; in kvmppc_e500_tlb_index()
361 esel &= vcpu_e500->gtlb_params[tlbsel].ways - 1; in kvmppc_e500_emul_tlbsx()
840 vcpu_e500->gtlb_params[0].ways = params.tlb_ways[0]; in kvm_vcpu_ioctl_config_tlb()
843 vcpu_e500->gtlb_params[1].ways = params.tlb_sizes[1]; in kvm_vcpu_ioctl_config_tlb()
882 vcpu->arch.tlbcfg[0] |= params[0].ways << TLBnCFG_ASSOC_SHIFT; in vcpu_mmu_init()
[all …]
De500_mmu_host.c783 host_tlb_params[0].ways = (mfspr(SPRN_TLB0CFG) & TLBnCFG_ASSOC) >> in e500_mmu_host_init()
785 host_tlb_params[1].ways = host_tlb_params[1].entries; in e500_mmu_host_init()
788 !is_power_of_2(host_tlb_params[0].ways) || in e500_mmu_host_init()
789 host_tlb_params[0].entries < host_tlb_params[0].ways || in e500_mmu_host_init()
790 host_tlb_params[0].ways == 0) { in e500_mmu_host_init()
793 host_tlb_params[0].ways); in e500_mmu_host_init()
798 host_tlb_params[0].entries / host_tlb_params[0].ways; in e500_mmu_host_init()
De500.h57 int entries, ways, sets; member
/linux-4.4.14/Documentation/devicetree/bindings/nios2/
Dnios2.txt23 - altr,tlb-num-ways: Specifies the number of set-associativity ways in the TLB.
52 altr,tlb-num-ways = <16>;
/linux-4.4.14/arch/arm/mm/
Dcache-l2x0.c796 unsigned way_size_bits, ways; in __l2c_init() local
829 ways = 16; in __l2c_init()
831 ways = 8; in __l2c_init()
836 ways = (aux >> 13) & 0xf; in __l2c_init()
840 ways = (aux >> 13) & 0xf; in __l2c_init()
841 ways = 2 << ((ways + 1) >> 2); in __l2c_init()
846 ways = 8; in __l2c_init()
850 l2x0_way_mask = (1 << ways) - 1; in __l2c_init()
862 l2x0_size = ways * (data->way_size_0 << way_size_bits); in __l2c_init()
893 data->type, ways, l2x0_size >> 10); in __l2c_init()
/linux-4.4.14/arch/sh/include/asm/
Dcache.h21 unsigned int ways; /* Number of cache ways */ member
/linux-4.4.14/arch/avr32/include/asm/
Dcache.h18 unsigned int ways; member
/linux-4.4.14/arch/sh/kernel/cpu/sh2/
Dprobe.c20 boot_cpu_data.dcache.ways = 4; in cpu_probe()
/linux-4.4.14/arch/sh/kernel/cpu/sh5/
Dprobe.c42 boot_cpu_data.icache.ways = 4; in cpu_probe()
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/
Dprobe.c46 boot_cpu_data.dcache.ways = 4; in cpu_probe()
/linux-4.4.14/arch/mips/include/asm/
Dcpu-info.h25 unsigned char ways; /* Number of ways */ member
Dr4kcache.h564 unsigned long ws_end = current_cpu_data.desc.ways << \
598 unsigned long ws_end = current_cpu_data.desc.ways << \
/linux-4.4.14/arch/mn10300/mm/
Dcache-dbg-flush-by-tag.S106 # conditionally purge this line in all ways
/linux-4.4.14/Documentation/i2c/busses/
Di2c-via32 datasheets, but there are several ways the motherboard manufacturer
/linux-4.4.14/arch/sh/kernel/cpu/sh3/
Dprobe.c53 boot_cpu_data.dcache.ways = 4; in cpu_probe()
/linux-4.4.14/tools/perf/Documentation/
Dperf-bench.txt137 Suite for evaluating performance of simple memory copy in various ways.
161 Suite for evaluating performance of simple memory set in various ways.
Dperf-script.txt27 summarize the raw trace data in various ways (the list of scripts is
Dperf-script-python.txt76 that script. Theoretically, there are a couple of ways we could do
/linux-4.4.14/Documentation/
Dbt8xxgpio.txt24 The are several ways to access these pins. One might unsolder the whole chip
DCodeOfConflict5 to "traditional" ways of developing software. Your code and ideas
Dstable_api_nonsense.txt56 possibly include different functions in different ways (putting
65 - Memory within the kernel can be aligned in different ways,
120 interfaces and do things in improper ways, causing the stability of the
DSAK.txt10 From the PC keyboard, Linux has two similar but different ways of
Dbus-virt-phys-mapping.txt14 However, on many setups, there are actually _three_ different ways of looking
18 Essentially, the three ways of addressing memory are (this is "real memory",
Dpwm.txt89 Currently there are two ways to implement pwm drivers. Traditionally
Drfkill.txt46 ways for userspace to query the current states. See the "Userspace support"
DManagementStyle152 "you're a d*ckhead" in millions of different ways (*), sometimes without
257 are great ways to take out your frustrations at other people. Write
Drtc.txt44 a few ways (enabling longer alarm periods, and wake-from-hibernate).
Dunaligned-memory-access.txt20 ways. The context here is at the machine code level: certain instructions read
Demail-clients.txt247 Thunderbird is an Outlook clone that likes to mangle text, but there are ways
Dapplying-patches.txt58 done in several different ways.
96 file in different ways.
Dremoteproc.txt37 handle. There are several ways to achieve that cleanly (devres, pdata,
Dsysrq.txt162 umount(u) is basically useful in the same ways as sync(s). I generally sync(s),
DHOWTO350 One of the best ways to put into practice your hacking skills is by fixing
354 bugs is one of the best ways to get merits among other developers, because
Dcpu-hotplug.txt387 A: There are two ways. If your code can be run in interrupt context, use
Ddma-buf-sharing.txt410 interesting ways depending upong the exporter (if userspace starts depending
Dpinctrl.txt197 Pins can sometimes be software-configured in various ways, mostly related
807 configuration and muxing logic can be constructed in several ways. Here
Dkmemcheck.txt639 There are a few different ways to make annotations in the source code that
DIPMI.txt92 different ways. Because of that, it's broken into many chunks of
DDMA-API-HOWTO.txt559 from panics to silent data corruption. A couple of examples of incorrect ways
DSubmittingPatches372 Your patch will almost certainly get comments from reviewers on ways in
Dkernel-parameters.txt16 Module parameters can be specified in two ways: via the kernel command
/linux-4.4.14/Documentation/ABI/
DREADME4 interfaces should be used by userspace programs in different ways.
55 break in ways that are unacceptable. It is also
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/
Drcu-test-image.txt3 probably much better ways of doing this, and this filesystem could no
Dinitrd.txt4 this case. There are probably much better ways of doing this.
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dpamu.txt63 second is the number of "ways". For direct-mapped caches,
69 second is the number of "ways". For direct-mapped caches,
/linux-4.4.14/Documentation/devicetree/bindings/
DABI.txt10 frozen for all time. Grant said there are ways to change bindings that
/linux-4.4.14/Documentation/devicetree/bindings/display/panel/
Ddisplay-timing.txt44 There are different ways of describing the capabilities of a display. The
/linux-4.4.14/Documentation/frv/
Dbooting.txt10 one of two ways:
31 be loaded in one of three ways:
Dmmu-layout.txt14 In DAT mode, there is also a TLB organised in cache format as 64 lines x 2 ways. Each line spans a
/linux-4.4.14/Documentation/leds/
Dleds-lp5521.txt21 There are two ways to run LED patterns.
Dleds-lp5523.txt31 There are two ways to run LED patterns.
/linux-4.4.14/drivers/staging/iio/
DTODO54 There are probably better ways of doing this. The
/linux-4.4.14/Documentation/devicetree/bindings/timer/
Dsamsung,exynos4210-mct.txt82 /* Both ways are possible in this case. Either: */
/linux-4.4.14/arch/arc/include/asm/
Darcregs.h331 unsigned int sets:12, ways:4, u_dtlb:8, u_itlb:8; member
/linux-4.4.14/Documentation/scsi/
Dscsi.txt13 different ways depending upon the needs of the end user. To understand
Dscsi_eh.txt166 ways.
Dscsi_mid_low_api.txt86 An LLD interfaces to the SCSI subsystem several ways:
/linux-4.4.14/arch/nios2/boot/dts/
D3c120_devboard.dts45 altr,tlb-num-ways = <16>;
D10m50_devboard.dts45 altr,tlb-num-ways = <16>;
/linux-4.4.14/Documentation/early-userspace/
DREADME24 two ways to add an early userspace image: specify an existing cpio
127 The kernel has currently 3 ways to mount the root filesystem:
/linux-4.4.14/Documentation/development-process/
D3.Early-stage71 communication can save time and trouble in a number of ways:
73 - It may well be that the problem is addressed by the kernel in ways which
112 data structures in ways which were considered to be unsafe and
D1.Intro90 evolved its own distinct ways of operating which allow it to function
99 community's ways (or, worse, who tries to flout or circumvent them) will
166 this review process invariably finds ways in which the code can be
190 success of this platform; contributing code is one of the best ways to
D4.Coding10 number of ways in which kernel developers can go wrong. Then the focus
38 giving up a degree of control in a number of ways - including control over
199 incompatible ways, they must be done right the first time. For this
342 in a number of ways by the "kernel-doc" script. If you are working within
D5.Posting82 split apart in ways which make sense. The developers are interested in
/linux-4.4.14/Documentation/x86/x86_64/
Dfake-numa-for-cpusets13 more information on the numa=fake command line option and its various ways of
Dmachinecheck46 in other ways)
/linux-4.4.14/Documentation/hwmon/
Dg76217 Note that those entries do not provide ways to setup the specific
Dsysfs-interface715 convert the input to a number, there are 2 ways todo this depending whether
/linux-4.4.14/Documentation/filesystems/nfs/
Didmapper.txt8 ways NFS could obtain this information: placing a call to /sbin/request-key
Dknfsd-stats.txt107 one of three ways. An nfsd thread can be woken (threads-woken counts
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra20-emc.txt49 There are two ways of specifying which tables to use:
/linux-4.4.14/Documentation/filesystems/
Dfuse.txt205 the filesystem. There are several ways to do this:
261 C) There are several ways in which the mount owner can induce
360 There are a couple of ways in which to deadlock a FUSE filesystem.
Dlogfs.txt185 The last table is special in several ways. First its size depends on
Dseq_file.txt8 There are numerous ways for a device driver (or other kernel component) to
Dramfs-rootfs-initramfs.txt99 All this differs from the old initrd in several ways:
Dxfs-self-describing-metadata.txt16 structure in different ways. While this is already done by userspace tools for
Dext2.txt290 If you're exceptionally paranoid, there are 3 ways of making metadata
/linux-4.4.14/Documentation/power/
Dinterface.txt21 mechanism. Suspend-to-disk can be handled in several ways. We have a
Dfreezing-of-tasks.txt133 Linus: In many ways, 'at all'.
139 ways to do so.
Dpci.txt38 PCI devices may be put into low-power states in two ways, by using the device
269 number of ways. First of all, it provides an intermediate code layer between
402 is handled in one of the ways described in Section 1 and finally converted into
678 At the time of this writing there are two ways to define power management
Dswsusp.txt57 . The resume process may be triggered in two ways:
Ddevices.txt661 ways; the aforementioned LCD might be active in one product's "standby",
Druntime_pm.txt599 ways. If a device is active when a system sleep starts, everything is
/linux-4.4.14/scripts/coccinelle/null/
Dderef_null.cocci26 // expression in different ways
/linux-4.4.14/Documentation/arm/nwfpe/
DTODO23 There are a couple of ways to approach the implementation of these. One
/linux-4.4.14/Documentation/scheduler/
Dsched-bwc.txt86 There are two ways in which a group may become throttled:
/linux-4.4.14/Documentation/x86/
Dentry_64.txt7 The x86 architecture has quite a few different ways to jump into
Dintel_mpx.txt124 are a few ways this could be done. We don't think any of them are practical
/linux-4.4.14/Documentation/fb/
Dapi.txt15 behaviours differ in subtle (and not so subtle) ways. This document describes
233 Frame buffer devices offer two ways to configure the frame buffer format: the
/linux-4.4.14/Documentation/usb/
Dcallbacks.txt23 * the "usbfs" filesystem. This lets devices provide ways to
DURB.txt150 There are two ways to cancel an URB you've submitted but which hasn't
Dpower-management.txt493 a couple of ways.
/linux-4.4.14/Documentation/sound/oss/
DSoundPro43 As with PnP cards, some configuration is required. There are two ways
DIntroduction363 There are several ways of configuring your sound:
383 And I am sure, several other ways.
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dbrcm,brcmnand.txt61 ways, sometimes with registers that lump multiple NAND-related functions
/linux-4.4.14/Documentation/device-mapper/
Dlog-writes.txt93 There is a userspace tool that will replay the log for you in various ways.
/linux-4.4.14/Documentation/locking/
Dww-mutex-design.txt93 Three different ways to acquire locks within the same w/w class. Common
221 Note that this approach differs in two important ways from the above methods:
Drt-mutex-design.txt60 There are several ways to solve this issue, but other ways are out of scope
/linux-4.4.14/Documentation/vm/
Dbalance36 In 2.3, zone balancing can be done in one of two ways: depending on the
Dhighmem.txt65 The kernel contains several ways of creating temporary mappings:
/linux-4.4.14/Documentation/gpio/
Dgpio.txt9 ways to obtain and use GPIOs:
Dgpio-legacy.txt474 subsystem. There are two ways of doing it currently: with or without DT.
/linux-4.4.14/arch/mips/kernel/
Dpm-cps.c206 unsigned cache_size = cache->ways << cache->waybit; in cps_gen_cache_routine()
Dcpu-probe.c1234 c->scache.ways = 8; in cpu_probe_sandcraft()
/linux-4.4.14/Documentation/sound/alsa/
DREADME.maya4460 …c, mainly because some of the WM8776 controls are used in Maya44-specific ways, and should be name…
DAudigy-mixer.txt8 various ways of sample processing, which is described here.
DSB-Live-mixer.txt7 various ways of sample processing, which is described here.
DHD-Audio.txt53 read in two ways, either via a LPIB register or via a position-buffer
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dmmc.txt59 CD and WP lines can be implemented on the hardware in one of two ways: as GPIOs,
/linux-4.4.14/Documentation/video4linux/bttv/
DSound-FAQ8 sound is handled in slightly different ways on each board.
/linux-4.4.14/Documentation/kbuild/
Dkbuild.txt67 The directory can be specified in several ways:
Dkconfig-language.txt209 The position of a menu entry in the tree is determined in two ways. First
Dmakefiles.txt609 This can be done in two ways. Either add the dependency in a rule,
701 This is possible in two ways:
/linux-4.4.14/drivers/staging/most/Documentation/
Ddriver_usage.txt38 to MOST via one the following ways: character devices, ALSA, Networking or
/linux-4.4.14/Documentation/driver-model/
Ddevres.txt50 a release function. A devres can be released in several ways. No
Dplatform.txt171 three different ways to find such a match:
/linux-4.4.14/Documentation/networking/
Dbatman-adv.txt133 this can be read in one of a number of ways. Try using the com-
DREADME.ipw2100134 There are several ways to control the behavior of the driver. Many of the
Darcnet.txt351 ifconfig the other virtual devices you need. There are a number of ways you
529 Ping-pong buffers are implemented both ways.
Dstmmac.txt303 These can be read in several ways depending on the
Dphy.txt73 At this point, there are several ways to connect to the PHY:
Dixgb.txt179 The changes are made in three major ways, listed in order of greatest effect:
Dcs89x0.txt504 of four ways after installing and or configuring the CS8900/20-based adapter:
Dfilter.txt197 ways depending on the given instruction in op.
Dbonding.txt1917 network interface. It accomplishes this in one of three ways: by
2616 of ways, this discussion will be confined to describing basic
Dip-sysctl.txt576 different ways of setting max_qlen without the TCP_FASTOPEN socket
Darcnet-hardware.txt21 networks but which is also different in some very important ways.
/linux-4.4.14/arch/m68k/ifpsp060/
DTEST.DOC174 will be system-implemented several different ways and the test packages
/linux-4.4.14/Documentation/accounting/
Dtaskstats.txt136 There are two ways to extend the taskstats interface to export more
/linux-4.4.14/Documentation/video4linux/
Duvcvideo.txt65 hardcoded in the application or queried using other ways such as by parsing the
DREADME.pvrusb2196 ways. Note that **ALL** V4L functionality is published only
Dv4l2-framework.txt332 There are currently two ways to register subdevices with the V4L2 core. The
/linux-4.4.14/Documentation/blockdev/
Dzram.txt17 There are several ways to configure and manage zram device(-s):
Dparide.txt392 of two ways. Either send it directly to the author of the PARIDE suite,
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt215 different ways to deal with it; unfortunately, all the approaches in
572 many different ways. For example, the upper boundary hit count is
611 binaries. cgroup exposes various aspects of the system in ways which
Dcgroups.txt51 particular ways. A subsystem is typically a "resource controller" that
515 Accessing a task's cgroup pointer may be done in the following ways:
Dcpusets.txt525 In sched domain, the scheduler migrates tasks in 2 ways; periodic load
695 There are ways to query or modify cpusets:
Dmemory.txt328 limit, and "K" the kernel limit. There are three possible ways limits can be
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-block155 this behavior on one of two ways: When set to 1, complex
/linux-4.4.14/Documentation/ia64/
Daliasing.txt85 There are several ways the kernel creates new mappings:
/linux-4.4.14/Documentation/RCU/
Dchecklist.txt63 of ways to handle this concurrency, depending on the situation:
271 here is that superuser already has lots of ways to crash
Dtrace.txt80 quite a ways behind, for example, CPU 4 under "rcu_sched" above,
DwhatisRCU.txt680 Although RCU can be used in many different ways, a very common use of
/linux-4.4.14/arch/arm/boot/dts/
Dtegra30-cardhu.dtsi14 * The identification of board is done in two ways, by looking the sticker
/linux-4.4.14/Documentation/i2c/
Dinstantiating-devices8 several ways to achieve this, depending on the context and requirements.
/linux-4.4.14/Documentation/sh/
Dnew-machine.txt104 a family, the build system has ways of dealing with this (via incdir-y
/linux-4.4.14/Documentation/dvb/
Davermedia.txt22 substantially different ways.
/linux-4.4.14/net/
DKconfig136 firewall box itself. It works both ways: if the outside host
/linux-4.4.14/Documentation/acpi/
Denumeration.txt341 we provide two ways:
/linux-4.4.14/tools/perf/
Ddesign.txt408 Counters can be enabled and disabled in two ways: via ioctl and via
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Dthermal.txt44 are essentially two ways to provide control on power dissipation. First
/linux-4.4.14/drivers/md/
DKconfig483 them to replay the log in a variety of ways and to check the
/linux-4.4.14/drivers/usb/gadget/legacy/
DKconfig93 several ways:
/linux-4.4.14/Documentation/dmaengine/
Dprovider.txt364 - Descriptor can be freed in few ways
/linux-4.4.14/Documentation/security/
DSmack.txt101 There are multiple ways to set a Smack label on a file:
316 disabled or used in limited ways in the majority of cases.
Dkeys.txt1056 key->payload.data[] array. One of the following ways must be selected to
/linux-4.4.14/Documentation/timers/
DNO_HZ.txt10 There are three main ways of managing scheduling-clock interrupts
/linux-4.4.14/drivers/block/
DKconfig238 There are several ways of encrypting disks. Some of these require
/linux-4.4.14/mm/
DKconfig16 This option allows you to change some of the ways that
/linux-4.4.14/Documentation/PCI/
DMSI-HOWTO.txt519 The PCI stack provides three ways to disable MSIs:
/linux-4.4.14/Documentation/powerpc/
Dhvcs.txt467 Power5 systems to determine the many ways a system console can be held.
/linux-4.4.14/Documentation/arm64/
Darm-acpi.txt230 are always multiple ways to describe the same thing -- including device
/linux-4.4.14/Documentation/input/
Datarikbd.txt49 The ikbd can report mouse motion in three distinctly different ways. It can
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt507 ways. For example, you might wish to know what level your volume is set
647 Finally, start the espeakup program. There are two ways to do it.
746 Recent versions of Speakup provide two additional ways to control the
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt114 system in various ad-hoc ways. Usually only the bare minimum was
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt469 There are a couple of other ways to log in:
1307 other ways of doing the same thing
4012 On i386 kernels, there are two ways of running the loop that is used
4263 A number of people have helped this project in various ways, and this
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt103 non-compatible ways. As these interfaces mature both in the kernel and
1028 at the same time. The two will interact in bad ways, do funny things,
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt553 Migration of a virtual machine raises problems for timekeeping in two ways.
/linux-4.4.14/drivers/watchdog/
DKconfig982 the watchdog. If you have a card that behave in similar ways,
/linux-4.4.14/Documentation/filesystems/cifs/
DCHANGES1056 7) Server support for Unix extensions is now fully detected and FindFirst is implemented both ways
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex654 These two ways of using a \cdrom\ drive, principally for data and
/linux-4.4.14/lib/
DKconfig.debug487 order find ways to optimize the allocator. This should never be
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic79xx.reg4237 * Sense buffer mapping can be handled in either of two ways.
/linux-4.4.14/Documentation/s390/
DDebugging390.txt956 There are several ways you can do this here are a few