Home
last modified time | relevance | path

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

12

/linux-3.4.99/mm/
Dpercpu-vm.c60 bitmap_copy(bitmap, chunk->populated, pcpu_unit_pages); in pcpu_get_pages_and_bitmap()
78 struct page **pages, unsigned long *populated, in pcpu_free_pages() argument
107 struct page **pages, unsigned long *populated, in pcpu_alloc_pages() argument
120 pcpu_free_pages(chunk, pages, populated, in pcpu_alloc_pages()
169 struct page **pages, unsigned long *populated, in pcpu_unmap_pages() argument
187 bitmap_clear(populated, page_start, page_end - page_start); in pcpu_unmap_pages()
235 struct page **pages, unsigned long *populated, in pcpu_map_pages() argument
254 __set_bit(i, populated); in pcpu_map_pages()
307 unsigned long *populated; in pcpu_populate_chunk() local
320 pages = pcpu_get_pages_and_bitmap(chunk, &populated, true); in pcpu_populate_chunk()
[all …]
Dpercpu.c110 unsigned long populated[]; /* populated bitmap */ member
249 *rs = find_next_zero_bit(chunk->populated, end, *rs); in pcpu_next_unpop()
250 *re = find_next_bit(chunk->populated, end, *rs + 1); in pcpu_next_unpop()
256 *rs = find_next_bit(chunk->populated, end, *rs); in pcpu_next_pop()
257 *re = find_next_zero_bit(chunk->populated, end, *rs + 1); in pcpu_next_pop()
1331 bitmap_fill(schunk->populated, pcpu_unit_pages); in pcpu_setup_first_chunk()
1355 bitmap_fill(dchunk->populated, pcpu_unit_pages); in pcpu_setup_first_chunk()
/linux-3.4.99/Documentation/ABI/testing/
Dsysfs-bus-hsi10 The bus will be populated with devices (hsi_clients) representing
/linux-3.4.99/drivers/scsi/osd/
DKconfig46 OSD Code is populated with lots of OSD_DEBUG(..) printouts to
/linux-3.4.99/Documentation/devicetree/bindings/gpio/
Dgpio.txt21 as chip select lines; with chip selects 0, 1 and 3 populated, and chip
/linux-3.4.99/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-3.4.99/Documentation/ia64/
Daliasing.txt74 are only partially populated, or populated with a combination of UC
/linux-3.4.99/Documentation/driver-model/
Dplatform.txt79 be populated on all boards, or likewise to work with an integrated controller
83 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-3.4.99/Documentation/
DIRQ-domain.txt30 the .map callback populated as a minimum.
Dedac.txt189 Memory DIMMs come single or dual "ranked". A rank is a populated csrow.
193 csrow1 will be populated. The pattern repeats itself for csrow2 and
223 both csrow2 and csrow3 are populated, this indicates a dual ranked
/linux-3.4.99/Documentation/laptops/
Dsony-laptop.txt42 directory populated with some files.
/linux-3.4.99/Documentation/PCI/
DPCIEBUS-HOWTO.txt49 having a PCI Express Port Bus driver, which manages all populated
DMSI-HOWTO.txt172 The 'vector' member in each entry is populated with the interrupt number;
/linux-3.4.99/Documentation/vm/
Dnuma17 may not be populated on any given cell. The cells of the NUMA system are
/linux-3.4.99/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-3.4.99/Documentation/power/
Dopp.txt354 users. The defaults of for an instance is populated by opp_add, but the
/linux-3.4.99/sound/oss/
DCHANGELOG148 The side effect is that all 8 bit DMA channels (0,1,3) are populated in
/linux-3.4.99/Documentation/filesystems/configfs/
Dconfigfs.txt402 Each group in that array is populated in the configfs tree at the same
/linux-3.4.99/drivers/char/
DKconfig172 attribute called 'name' will be populated with a name for
/linux-3.4.99/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt294 large but sparsely populated sets of categories. Tag type 2 is in the MAC
/linux-3.4.99/Documentation/virtual/
Dvirtio-spec.txt1522 fully populated as possible: if it runs out, network performance
1947 The receiveq for each port is populated with one or more

12