Home
last modified time | relevance | path

Searched refs:populated (Results 1 – 49 of 49) sorted by relevance

/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-hsi10 The bus will be populated with devices (hsi_clients) representing
/linux-4.4.14/mm/
Dpercpu.c119 unsigned long populated[]; /* populated bitmap */ member
253 *rs = find_next_zero_bit(chunk->populated, end, *rs); in pcpu_next_unpop()
254 *re = find_next_bit(chunk->populated, end, *rs + 1); in pcpu_next_unpop()
260 *rs = find_next_bit(chunk->populated, end, *rs); in pcpu_next_pop()
261 *re = find_next_zero_bit(chunk->populated, end, *rs + 1); in pcpu_next_pop()
777 bitmap_set(chunk->populated, page_start, nr); in pcpu_chunk_populated()
799 bitmap_clear(chunk->populated, page_start, nr); in pcpu_chunk_depopulated()
1654 bitmap_fill(schunk->populated, pcpu_unit_pages); in pcpu_setup_first_chunk()
1683 bitmap_fill(dchunk->populated, pcpu_unit_pages); in pcpu_setup_first_chunk()
/linux-4.4.14/Documentation/devicetree/bindings/display/
Dsimple-framebuffer-sunxi.txt5 pre-populated simplefb nodes.
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dcavium-mix.txt6 Compatibility with all cn5XXX and cn6XXX SOCs populated with MIX
Dmdio-mux-gpio.txt24 pair of GPIO lines. Child busses 2 and 3 populated with 4
Dmdio-mux.txt33 pair of GPIO lines. Child busses 2 and 3 populated with 4
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Dpwm-tipwmss.txt16 Also child nodes should also populated under PWMSS DT node.
/linux-4.4.14/Documentation/devicetree/bindings/cpufreq/
Dcpufreq-dt.txt16 populated at runtime.
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Domap-spi.txt24 [hwmod populated DMA resources]
/linux-4.4.14/drivers/scsi/osd/
DKconfig46 OSD Code is populated with lots of OSD_DEBUG(..) printouts to
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Drenesas,cpg-mstp-clocks.txt35 per gate clock. The MSTP groups are sparsely populated. Unimplemented gate
/linux-4.4.14/Documentation/arm/
Duefi.txt51 | | populated by the UEFI GetMemoryMap() call.
/linux-4.4.14/Documentation/networking/
Dgen_stats.txt88 tc_estimator to be populated. The returned tc_estimator can be
Dphy.txt112 has one. The phydev structure will be populated with information about the
/linux-4.4.14/arch/arm/boot/dts/
Dsun4i-a10-mini-xplus.dts95 /* The ir receiver is not always populated */
Dsun8i-a23-evb.dts126 * The RX line has a non-populated resistance. In order to use it, you
Drk3288-veyron.dtsi108 * on the actual card populated):
Domap5-board-common.dtsi678 /* vdda-supply populated in board specific dts file */
Dam335x-pepper.dts333 /* eMMC (not populated) on MMC #2 */
/linux-4.4.14/Documentation/devicetree/bindings/mmc/
Dti-omap-hsmmc.txt34 [hwmod populated DMA resources]
/linux-4.4.14/Documentation/ia64/
Daliasing.txt74 are only partially populated, or populated with a combination of UC
/linux-4.4.14/Documentation/driver-model/
Dplatform.txt93 be populated on all boards, or likewise to work with an integrated controller
97 that are populated on a given board. Without such tables, often the
Doverview.txt105 This directory may be populated at each layer of discovery - the global layer,
/linux-4.4.14/Documentation/acpi/
Dscan_handlers.txt56 The device node's handler field is then populated with the address of the scan
/linux-4.4.14/Documentation/cgroups/
Dunified-hierarchy.txt24 5-1. [Un]populated Notification
47 populated. Another issue is that all controllers bound to a hierarchy
243 populated cgroup. To control resource distribution of a cgroup, the
313 5-1. [Un]populated Notification
338 Unified hierarchy implements "populated" field in "cgroup.events"
/linux-4.4.14/tools/perf/util/
Dauxtrace.h208 bool populated; member
Dintel-bts.c922 if (bts->queues.populated) in intel_bts_process_auxtrace_info()
Dauxtrace.c250 queues->populated = true; in auxtrace_queues__add_buffer()
Dintel-pt.c2147 if (pt->queues.populated) in intel_pt_process_auxtrace_info()
/linux-4.4.14/Documentation/laptops/
Dsony-laptop.txt42 directory populated with some files.
/linux-4.4.14/Documentation/
Dedac.txt155 Memory DIMMs come single or dual "ranked". A rank is a populated csrow.
159 csrow1 will be populated. The pattern repeats itself for csrow2 and
189 csrow3 are populated, this indicates a dual ranked set of DIMMs for
Dxillybus.txt194 initialization. This structure is populated with pointers to wrapper functions
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c1705 struct lu_site_stats *stats, int populated) in lu_site_stats_get() argument
1720 if (!populated) { in lu_site_stats_get()
/linux-4.4.14/Documentation/PCI/
DPCIEBUS-HOWTO.txt49 having a PCI Express Port Bus driver, which manages all populated
DMSI-HOWTO.txt259 0 to the returned value - 1 is populated with the interrupt number;
/linux-4.4.14/Documentation/vm/
Dnuma17 may not be populated on any given cell. The cells of the NUMA system are
Dunevictable-lru.txt187 For address spaces that are so marked after being populated (as SHM regions
/linux-4.4.14/drivers/staging/fsl-mc/
DREADME.txt129 DPRCs can be defined statically and populated with objects
/linux-4.4.14/Documentation/filesystems/
Dlogfs.txt182 fully populated table to 0, 1, 2 or 3 respectively. So the first
Dsquashfs.txt54 create populated squashfs filesystems. This and other squashfs utilities
Dspufs.txt424 ated on pathname and it is populated with files.
/linux-4.4.14/kernel/
Dcgroup.c629 static void cgroup_update_populated(struct cgroup *cgrp, bool populated) in cgroup_update_populated() argument
636 if (populated) in cgroup_update_populated()
659 static void css_set_update_populated(struct css_set *cset, bool populated) in css_set_update_populated() argument
666 cgroup_update_populated(link->cgrp, populated); in css_set_update_populated()
/linux-4.4.14/Documentation/power/
Dpm_qos_interface.txt198 structure should be populated. The routine pointed to by it is should implement
Dopp.txt336 users. The defaults of for an instance is populated by dev_pm_opp_add, but the
/linux-4.4.14/Documentation/watchdog/
Dwatchdog-kernel-api.txt68 field is also populated by watchdog_register_device.
/linux-4.4.14/sound/oss/
DCHANGELOG148 The side effect is that all 8 bit DMA channels (0,1,3) are populated in
/linux-4.4.14/Documentation/filesystems/configfs/
Dconfigfs.txt386 Each group in that array is populated in the configfs tree at the same
/linux-4.4.14/drivers/char/
DKconfig169 attribute called 'name' will be populated with a name for
/linux-4.4.14/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt294 large but sparsely populated sets of categories. Tag type 2 is in the MAC