| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | debug.c | 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() 196 if (!areas[i][j]) { in debug_areas_alloc() 198 kfree(areas[i][j]); in debug_areas_alloc() 199 kfree(areas[i]); in debug_areas_alloc() 204 return areas; in debug_areas_alloc() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/nokia_services/places_semiauto/ |
| H A D | tst_places.cpp | 78 void commonAreas(QList<QByteArray> *dataTags, QList<QGeoShape> *areas, 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() 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 685 Q_ASSERT(areas); in commonAreas() 687 areas->append(QGeoShape()); in commonAreas() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-meta-vsp1-hgt.rst | 25 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 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/Documentation/devicetree/bindings/gpu/ |
| H A D | brcm,bcm-v3d.txt | 8 - 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/buildroot/dl/qt5location/git/tests/auto/qgeorouterequest/ |
| H A D | tst_qgeorouterequest.cpp | 137 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/s390/ |
| H A D | s390dbf.rst | 28 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/drivers/soc/renesas/ |
| H A D | r8a7796-sysc.c | 46 .areas = r8a7796_areas, 62 .areas = r8a7796_areas,
|
| H A D | rcar-sysc.h | 45 const struct rcar_sysc_area *areas; member 79 extern void rcar_sysc_nullify(struct rcar_sysc_area *areas,
|
| H A D | rcar-sysc.c | 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 D | r8a779a0-sysc.c | 48 const struct r8a779a0_sysc_area *areas; member 100 .areas = r8a779a0_areas, 405 const struct r8a779a0_sysc_area *area = &info->areas[i]; in r8a779a0_sysc_pd_init()
|
| H A D | r8a77995-sysc.c | 24 .areas = r8a77995_areas,
|
| H A D | r8a7743-sysc.c | 26 .areas = r8a7743_areas,
|
| H A D | r8a77470-sysc.c | 26 .areas = r8a77470_areas,
|
| H A D | r8a7745-sysc.c | 26 .areas = r8a7745_areas,
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | ksm.rst | 19 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 D | cma_debugfs.rst | 6 different CMA areas and to test allocation/release in each of the areas.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-docg3 | 7 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/external/rknn-toolkit2/examples/darknet/yolov3_416x416/ |
| H A D | yolov3_utils.py | 90 areas = w * h 107 ovr = inter / (areas[i] + areas[order[1:]] - inter)
|
| /OK3568_Linux_fs/yocto/poky/ |
| H A D | MAINTAINERS.md | 17 particular areas, during review patches/feedback from these people in these 18 areas would generally carry weight.
|
| /OK3568_Linux_fs/u-boot/drivers/block/ |
| H A D | Kconfig | 10 be partitioned into several areas, called 'partitions' in U-Boot. 22 be partitioned into several areas, called 'partitions' in U-Boot.
|
| /OK3568_Linux_fs/external/rknn-toolkit2/examples/onnx/yolov5/ |
| H A D | test.py | 120 areas = w * h 137 ovr = inter / (areas[i] + areas[order[1:]] - inter)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeorouterequest.cpp | 323 void QGeoRouteRequest::setExcludeAreas(const QList<QGeoRectangle> &areas) in setExcludeAreas() argument 325 d_ptr->excludeAreas = areas; in setExcludeAreas()
|
| /OK3568_Linux_fs/u-boot/doc/SPL/ |
| H A D | README.omap3 | 49 For the areas that reside within DDR1 they must not be used prior to s_init() 50 completing. Note that CONFIG_SYS_TEXT_BASE must be clear of the areas that SPL
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/accelerators/ |
| H A D | ocxl.rst | 66 work with, the size of its MMIO areas, ... 73 OpenCAPI defines two MMIO areas for each AFU: 158 MMIO areas, the AFU version, and the PASID for the current context.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | cortina,gemini-ethernet.txt | 11 memory areas, in total three register sets. 28 - reg: must contain two register areas: the DMA/TOE memory and
|