Home
last modified time | relevance | path

Searched full:areas (Results 1 – 25 of 980) sorted by relevance

12345678910>>...40

/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Ddebug.c34 #define ALL_AREAS 0 /* copy all debug areas */
35 #define NO_AREAS 1 /* copy no debug areas */
175 * - Debug areas are implemented as a threedimensonal array:
176 * areas[areanumber][pagenumber][pageoffset]
181 debug_entry_t ***areas; in debug_areas_alloc() local
184 areas = kmalloc_array(nr_areas, sizeof(debug_entry_t **), GFP_KERNEL); in debug_areas_alloc()
185 if (!areas) in debug_areas_alloc()
189 areas[i] = kmalloc_array(pages_per_area, in debug_areas_alloc()
192 if (!areas[i]) in debug_areas_alloc()
195 areas[i][j] = kzalloc(PAGE_SIZE, GFP_KERNEL); in debug_areas_alloc()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/
H A Dtst_places.cpp78 void commonAreas(QList<QByteArray> *dataTags, QList<QGeoShape> *areas,
238 //invalid areas and boundary testing in search_data()
240 QList<QGeoShape> areas; in search_data() local
243 commonAreas(&dataTags, &areas, &errors, &results); in search_data()
246 QTest::newRow(dataTags.at(i)) << areas.at(i) in search_data()
499 //invalid areas and boundary testing in suggestions_data()
501 QList<QGeoShape> areas; in suggestions_data() local
504 commonAreas(&dataTags, &areas, &errors, &results); in suggestions_data()
507 QTest::newRow(dataTags.at(i)) << areas.at(i) in suggestions_data()
680 QList<QGeoShape> *areas, in commonAreas() argument
[all …]
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-meta-vsp1-hgt.rst25 between 1 and 16 depending on the Hue areas configuration. Finding the
34 how the HGT Hue areas are configured. There are 6 user configurable Hue
35 Areas which can be configured to cover overlapping Hue values:
58 When two consecutive areas don't overlap (n+1L is equal to nU) the boundary
63 with a hue value included in the overlapping region between two areas (between
64 n+1L and nU excluded) are attributed to both areas and given a weight for each
65 of these areas proportional to their position along the diagonal lines
/OK3568_Linux_fs/kernel/include/linux/
H A Dmemblock.h153 * for_each_physmem_range - iterate through physmem areas not included in type.
166 * __for_each_mem_range - iterate through memblock areas from type_a and not
186 * __for_each_mem_range_rev - reverse iterate through memblock areas from
207 * for_each_mem_range - iterate through memory areas.
217 * for_each_mem_range_rev - reverse iterate through memblock areas from
228 * for_each_reserved_mem_range - iterate over all reserved memblock areas
233 * Walks over reserved areas of memblock. Available as soon as memblock
280 * memblock areas
286 * Walks over free (memory && !reserved) areas of memblock in a specific
300 * free memblock areas from a given point
[all …]
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Ds390dbf.rst28 debug log for the caller. For each debug log exists a number of debug areas
30 pages in memory. In the debug areas there are stored debug entries (log records)
44 The debug areas themselves are also ordered in form of a ring buffer.
140 /* register 4 debug areas with one page each and 4 byte data field */
173 /* register 4 debug areas with one page each and data field for */
228 Flushing debug areas
230 Debug areas can be flushed with piping the number of the desired
231 area (0...n) to the debugfs file "flush". When using "-" all debug areas
240 2. Flush all debug areas::
244 Changing the size of debug areas
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dksm.rst19 The KSM daemon ksmd periodically scans those areas of user memory
35 KSM only operates on those areas of address space which an application
64 Like other madvise calls, they are intended for use on mapped areas of
66 includes unmapped gaps (though working on the intervening mapped areas),
70 restricting its use to areas likely to benefit. KSM's scans may use a lot
114 leave mergeable areas registered for next run.
171 how many times all mergeable areas have been scanned
H A Dcma_debugfs.rst6 different CMA areas and to test allocation/release in each of the areas.
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/
H A Dia_css_xnr3_param.h40 * for dark areas, and a scaled diff towards the value for bright areas. */
51 * for dark areas, and a scaled diff towards the value for bright areas. */
H A Dia_css_xnr3_types.h45 * the three YUV planes: one for dark areas and one for bright areas. All
62 * each of the two chroma planes: one for dark areas and one for bright areas.
/OK3568_Linux_fs/kernel/arch/ia64/mm/
H A Dcontig.c39 * Allocate and setup per-cpu data areas.
69 * percpu areas which is important for congruent in per_cpu_init()
95 * setup_per_cpu_areas - setup percpu areas
97 * Arch code has already allocated and initialized percpu areas. All
145 * into account reserved areas.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpu/
H A Dbrcm,bcm-v3d.txt8 - reg: Physical base addresses and lengths of the register areas
9 - reg-names: Names for the register areas. The "hub" and "core0"
10 register areas are always required. The "gca" register area
/OK3568_Linux_fs/kernel/mm/damon/
H A Dvaddr-test.h51 * discontiguous regions which cover every mapped areas. However, the three
52 * regions should not include the two biggest unmapped areas in the original
53 * mapping, because the two biggest areas are normally the areas between 1)
55 * Because these two unmapped areas are very huge but obviously never accessed,
60 * unmapped areas. After that, based on the information, it constructs the
68 * and end with 305. The process also has three unmapped areas, 25-200,
70 * unmapped areas, and thus it should be converted to three regions of 10-25,
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_offscreen.c24 * This allocator allocates blocks of memory by maintaining a list of areas.
25 * When allocating, the contiguous block of areas with the minimum eviction
157 * Note that locked areas do get evicted on VT switch unless the driver
196 /* skip allocated areas */ in exaOffscreenAlloc()
230 * Now get the system to merge the other needed areas together in exaOffscreenAlloc()
288 * Ejects all offscreen areas, and uninitializes the offscreen memory manager.
470 * Defragment offscreen memory by compacting allocated areas at the end of it,
582 /* Swap areas in list */ in ExaOffscreenDefragment()
655 /* Add it to the free areas */ in exaOffscreenInit()
/OK3568_Linux_fs/kernel/include/pcmcia/
H A Dss.h231 * - pccard_static_ops iomem and ioport areas are assigned statically
232 * - pccard_iodyn_ops iomem areas is assigned statically, ioport
233 * areas dynamically
236 * - pccard_nonstatic_ops iomem and ioport areas are assigned dynamically.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorouterequest/
H A Dtst_qgeorouterequest.cpp137 QList<QGeoRectangle> areas; in excludeAreas() local
138 areas.append(*qgeoboundingboxcopy); in excludeAreas()
139 areas.append(*qgeoboundingboxcopy2); in excludeAreas()
141 qgeorouterequest->setExcludeAreas(areas); in excludeAreas()
143 QCOMPARE(qgeorouterequest->excludeAreas(), areas); in excludeAreas()
/OK3568_Linux_fs/kernel/Documentation/security/
H A Dself-protection.rst35 areas of the kernel that can be used to redirect execution. This ranges
37 APIs hard to use incorrectly, minimizing the areas of writable kernel
50 Any areas of the kernel with executable memory must not be writable.
73 Vast areas of kernel memory contain function pointers that are looked
178 other memory areas.
252 initializations. If the base address of these areas is not the same
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.memory-test38 will happily "test" all such areas, which of course will cause
44 areas used by U-Boot itself - on most systems these are the areas
/OK3568_Linux_fs/kernel/mm/
H A Dpercpu.c11 * The percpu allocator handles both static and dynamic areas. Percpu
12 * areas are allocated in chunks which are divided into units. There is
171 /* chunks which need their map areas extended, protected by pcpu_lock */
386 * pcpu_next_fit_region - finds fit areas for a given allocation request
451 * Metadata free area iterators. These perform aggregation of free areas
749 /* iterate over free areas and update the contig hints */ in pcpu_block_refresh_hint()
1052 * skip over blocks and chunks that have valid free areas.
1110 * free areas, smaller allocations will eventually fill those holes.
1837 /* clear the areas and return address relative to base address */ in pcpu_alloc()
1954 * areas can be scarce. Destroy all free chunks except for one. in __pcpu_balance_workfn()
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-devices-platform-docg37 keylocked. Each docg3 chip (or floor) has 2 protection areas,
24 (0 or 1). Each docg3 chip (or floor) has 2 protection areas,
/OK3568_Linux_fs/u-boot/drivers/block/
H A DKconfig10 be partitioned into several areas, called 'partitions' in U-Boot.
22 be partitioned into several areas, called 'partitions' in U-Boot.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/quadratic/
H A Dredistribute_elements.hpp154 // initialize areas in apply()
182 // find element with minimum groups areas increses differences in apply()
259 // find element with greatest difference between increased group's boxes areas in pick_next()
264 // calculate enlarged boxes and areas in pick_next()
/OK3568_Linux_fs/kernel/drivers/soc/renesas/
H A Drcar-sysc.c255 /* Skip CPUs (handled by SMP code) and areas without control */ in rcar_sysc_pd_setup()
402 const struct rcar_sysc_area *area = &info->areas[i]; in rcar_sysc_pd_init()
449 void __init rcar_sysc_nullify(struct rcar_sysc_area *areas, in rcar_sysc_nullify() argument
455 if (areas[i].isr_bit == id) { in rcar_sysc_nullify()
456 areas[i].name = NULL; in rcar_sysc_nullify()
H A Dr8a7796-sysc.c46 .areas = r8a7796_areas,
62 .areas = r8a7796_areas,
/OK3568_Linux_fs/kernel/arch/sh/boards/mach-sdk7786/
H A Dfpga.c17 * The FPGA can be mapped in any of the generally available areas,
30 * Iterate over all of the areas where the FPGA could be mapped. in sdk7786_fpga_probe()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchrequest/
H A Dtst_qplacesearchrequest.cpp205 QVERIFY2(testObj == testObj2, "Identical box areas are not identified as matching"); in operatorsTest()
209 QVERIFY2(testObj != testObj2, "Different box areas identified as matching"); in operatorsTest()
218 QVERIFY2(testObj == testObj2, "Identical circle areas are not identified as matching"); in operatorsTest()
222 QVERIFY2(testObj != testObj2, "Different circle areas identified as matching"); in operatorsTest()

12345678910>>...40