Home
last modified time | relevance | path

Searched refs:referenced (Results 1 – 79 of 79) sorted by relevance

/linux-4.1.27/drivers/memory/
Djz4780-nemc.c68 unsigned long referenced = 0; in jz4780_nemc_num_banks() local
73 if (!(referenced & BIT(bank))) { in jz4780_nemc_num_banks()
74 referenced |= BIT(bank); in jz4780_nemc_num_banks()
274 unsigned long referenced; in jz4780_nemc_probe() local
319 referenced = 0; in jz4780_nemc_probe()
329 referenced = 0; in jz4780_nemc_probe()
333 referenced |= BIT(bank); in jz4780_nemc_probe()
336 if (!referenced) { in jz4780_nemc_probe()
340 } else if (nemc->banks_present & referenced) { in jz4780_nemc_probe()
347 for_each_set_bit(bank, &referenced, JZ4780_NEMC_NUM_BANKS) { in jz4780_nemc_probe()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dcs42l56.txt25 as a pseudo-differential input referenced to AIN1REF/AIN3A.
28 as a pseudo-differential input referenced to AIN2REF/AIN3B.
Ddavinci-evm-audio.txt18 the both are defined the driver attempts to set referenced clock to the
Dfsl,ssi.txt81 The device tree nodes for the DMA channels that are referenced by
/linux-4.1.27/include/trace/events/
Dkvm.h256 __field( u8, referenced )
264 __entry->referenced = ref;
269 __entry->referenced ? "YOUNG" : "OLD")
/linux-4.1.27/Documentation/devicetree/bindings/power_supply/
Dpower_supply.txt5 devices which supply it power, referenced by their phandles.
/linux-4.1.27/arch/mips/
DKbuild1 # Fail on warnings - also for files referenced in subdirs
/linux-4.1.27/Documentation/filesystems/
Dautomount-support.txt79 (it's only referenced by its parent vfsmount), then it will be deleted
107 If the mountpoint in question is in referenced by something other than
114 Otherwise if it was already marked and it wasn't referenced, unmounting will
Dxfs-self-describing-metadata.txt128 space or still allocated if it is still referenced by its owner by looking at
Df2fs.txt286 are cross-referenced correctly or not.
Dproc.txt130 clear_refs Clears page referenced bits shown in smaps output
439 indicates the amount of memory currently marked as referenced or accessed.
/linux-4.1.27/Documentation/filesystems/nfs/
Dpnfs.txt6 Each data server can be referenced by multiple devices. Each device
7 can be referenced by multiple layouts. To keep all of this straight,
31 nfs4_deviceid_cache). The cache itself is referenced across each
/linux-4.1.27/mm/
Drmap.c716 int referenced; member
728 int referenced = 0; in page_referenced_one() local
751 referenced++; in page_referenced_one()
779 referenced++; in page_referenced_one()
784 if (referenced) { in page_referenced_one()
785 pra->referenced++; in page_referenced_one()
862 return pra.referenced; in page_referenced()
Dhuge_memory.c2130 bool referenced = false, writable = false; in __collapse_huge_page_isolate() local
2198 referenced = true; in __collapse_huge_page_isolate()
2200 if (likely(referenced && writable)) in __collapse_huge_page_isolate()
2574 bool writable = false, referenced = false; in khugepaged_scan_pmd() local
2623 referenced = true; in khugepaged_scan_pmd()
2625 if (referenced && writable) in khugepaged_scan_pmd()
/linux-4.1.27/Documentation/hwmon/
Dwm835026 is referenced to the system VRTC.
/linux-4.1.27/Documentation/devicetree/bindings/usb/
Dkeystone-phy.txt11 an NOP PHY driver. Hence this node is referenced as both the usb2 and usb3
/linux-4.1.27/include/linux/
Dpage-flags.h212 PAGEFLAG(Referenced, referenced) TESTCLEARFLAG(Referenced, referenced)
213 __SETPAGEFLAG(Referenced, referenced)
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dlantiq,xway-pinumx.txt66 Pinconf pins can be referenced via the names io0-io31.
69 Pinconf pins can be referenced via the names io0-io55.
Dabilis,tb10x-iomux.txt15 Functions are defined (and referenced) by sub-nodes of the pin controller.
Dfsl,mxs-pinctrl.txt38 pointed in there, while the phandle can have multiple config node referenced
Drenesas,pfc-pinctrl.txt46 be grouped in that way and referenced as a single pin configuration node by
Dpinctrl-bindings.txt48 node. These referenced pin configuration nodes must be child
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dxgene.txt18 - clock-output-names : shall be the name of the PLL referenced by derive
33 - clock-output-names : shall be the name of the device referenced.
Drenesas,cpg-mstp-clocks.txt7 Clocks are referenced by user nodes by the MSTP node phandle and the clock
/linux-4.1.27/Documentation/RCU/
DNMI-RCU.txt57 given that the code referenced by the pointer is read-only?
104 that the code referenced by the pointer is read-only?
/linux-4.1.27/Documentation/sh/
Dregister-banks.txt24 - r0_bank, r1_bank (referenced as k0 and k1, used for scratch
Dnew-machine.txt166 pointers in the machvec at boot time, as machvec functions are referenced
/linux-4.1.27/tools/perf/util/
Dhist.c320 he->ms.map->referenced = true; in hist_entry__new()
339 he->branch_info->from.map->referenced = true; in hist_entry__new()
341 he->branch_info->to.map->referenced = true; in hist_entry__new()
346 he->mem_info->iaddr.map->referenced = true; in hist_entry__new()
348 he->mem_info->daddr.map->referenced = true; in hist_entry__new()
415 he->ms.map->referenced = true; in add_hist_entry()
Dmap.h35 bool referenced; member
Dmap.c138 map->referenced = false; in map__init()
690 if (pos->referenced) in map_groups__fixup_overlappings()
/linux-4.1.27/Documentation/
Dbasic_profiling.txt7 Make sure you have the correct System.map / vmlinux referenced!
Dkernel-doc-nano-HOWTO.txt134 files. When a file is referenced it is searched for symbols
140 all the files referenced herein. This is used to generate dependency
Dvolatile-considered-harmful.txt83 every time it is referenced, but it can be read without any special
Ddebugging-via-ohci1394.txt71 data which can be referenced from symbols found by gdb in vmlinux:
Dkref.txt99 data, the kref_put() handles knowing when the data is not referenced
DSubmittingPatches149 subsystem maintainer to refer back to earlier patch versions or referenced
/linux-4.1.27/Documentation/devicetree/bindings/gpio/
Dmrvl-gpio.txt15 as referenced interrupts.
Dgpio.txt203 were referenced by any gpio-ranges property to contain a property named
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Ddma.txt44 #dma-cells property in the node referenced by phandle
/linux-4.1.27/Documentation/vm/
Dpagemap.txt127 2. REFERENCED page has been referenced since last LRU list enqueue/requeue
154 in kpagecount, and tally up the number of pages that are only referenced
Dpage_migration122 the new page is referenced to by the radix tree.
/linux-4.1.27/Documentation/devicetree/bindings/
Dopen-pic.txt35 explicitly referenced in the device tree.
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dcoresight.txt26 * clock-names: the name of the clock as referenced by the code.
Dmarvell,berlin.txt88 Clocks provided by core clocks shall be referenced by a clock specifier
/linux-4.1.27/Documentation/arm/
DSetup11 should not be referenced outside of arch/arm/kernel/setup.c:setup_arch().
/linux-4.1.27/Documentation/ia64/
Daliasing.txt69 can referenced safely by an identity mapping.
72 generate UC accesses only to locations explicitly referenced by
/linux-4.1.27/Documentation/devicetree/bindings/reserved-memory/
Dreserved-memory.txt73 Regions in the /reserved-memory node may be referenced by other device
/linux-4.1.27/tools/perf/Documentation/
Dperf-list.txt91 details. Some of them are referenced in the SEE ALSO section below.
/linux-4.1.27/Documentation/networking/
DREADME.sb100078 the others referenced above. As root, unpack it into a temporary directory and
164 Solution -- Use the ipfwadm2ipchains script referenced above to convert the
Dnetdev-features.txt38 networking core and should not be referenced in drivers.
Dl2tp.txt101 referenced tunnel id. This hooks up the UDP receive path via
Dcan.txt430 To use the referenced definitions of the socket options for CAN_RAW
1191 are referenced in the MAINTAINERS file in the Linux source tree.
Dip-sysctl.txt275 The length of time an orphaned (no longer referenced by any
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dvvp_dev.c424 seq_page_flag(seq, vmpage, referenced, has_flags); in vvp_pgcache_page_show()
/linux-4.1.27/fs/proc/
Dtask_mmu.c444 unsigned long referenced; member
462 mss->referenced += size; in smaps_account()
651 mss.referenced >> 10, in show_smap()
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/
Dmpic.txt58 be limited to sources explicitly referenced in the device tree.
/linux-4.1.27/Documentation/devicetree/bindings/iommu/
Diommu.txt82 referenced IOMMU is disabled, in which case the "dma-ranges" property of the
/linux-4.1.27/drivers/net/wireless/ipw2x00/
DKconfig86 <http://ipw2200.sf.net/>. See the above referenced README.ipw2200
/linux-4.1.27/Documentation/rapidio/
Dsysfs.txt114 On-chip RapidIO controllers and PCIe-to-RapidIO bridges (referenced as
/linux-4.1.27/Documentation/devicetree/bindings/media/
Dsamsung-fimc.txt26 be referenced by external sensors that use clocks provided by the SoC on
/linux-4.1.27/Documentation/devicetree/bindings/pci/
Dnvidia,tegra20-pcie.txt35 port registers, which are referenced by the assigned-addresses property of
/linux-4.1.27/Documentation/isdn/
DREADME.concap114 cprot may no longer be referenced after calling this */
DREADME.sc280 referenced... segv. The bug has been fixed around line 63-68 of event.c.
/linux-4.1.27/Documentation/target/
Dtcmu-design.txt178 should access only the parts referenced by pending iovs.
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx.reg54 * Registers marked "dont_generate_debug_code" are not (yet) referenced
59 * is added to the register which is referenced in the driver.
Daic79xx.reg83 * Registers marked "dont_generate_debug_code" are not (yet) referenced
88 * is added to the register which is referenced in the driver.
/linux-4.1.27/drivers/net/wan/
DKconfig262 is referenced then you should add "alias hdlcX farsync" to a file
/linux-4.1.27/Documentation/kbuild/
Dmakefiles.txt399 to prerequisites are referenced with $(src) (because they are not
699 Kbuild will only build host-programs when they are referenced
725 This will tell kbuild to build lxdialog even if not referenced in
/linux-4.1.27/Documentation/sound/oss/
DIntroduction391 When a sound card is first referenced and sound is modular, the sound system
/linux-4.1.27/arch/m68k/ifpsp060/src/
Disp.S35 # example) that are referenced by the ISP package itself in order
Dpfpsp.S35 # example) that are referenced by the FPSP package itself in order
Dfpsp.S36 # example) that are referenced by the FPSP package itself in order
/linux-4.1.27/Documentation/cgroups/
Dunified-hierarchy.txt111 is no longer referenced in its current hierarchy. Because per-cgroup
/linux-4.1.27/Documentation/arm64/
Darm-acpi.txt12 available at http://www.uefi.org/specifications and documents referenced
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt80 that are referenced by other nodes need it.
564 Finally, every node that can be referenced from a property in another
/linux-4.1.27/Documentation/gpio/
Dgpio-legacy.txt584 referenced GPIO is the constant "12", getting or setting its value could
/linux-4.1.27/crypto/
DKconfig254 Section 8 of rfc2040 and referenced by rfc3962.
/linux-4.1.27/Documentation/scsi/
DChangeLog.lpfc589 referenced from the node.
663 shouldn't affect other devices not referenced by the RSCN.
/linux-4.1.27/Documentation/virtual/kvm/
Dapi.txt2972 The userspace memory referenced by buf contains a struct kvm_s390_irq