Home
last modified time | relevance | path

Searched refs:areas (Results 1 – 25 of 181) sorted by relevance

12345678

/linux/arch/s390/kernel/
A Ddebug.c184 if (!areas) in debug_areas_alloc()
191 if (!areas[i]) in debug_areas_alloc()
203 return areas; in debug_areas_alloc()
209 kfree(areas[i]); in debug_areas_alloc()
211 kfree(areas); in debug_areas_alloc()
238 if (!rc->areas) in debug_info_alloc()
241 rc->areas = NULL; in debug_info_alloc()
352 memcpy(rc->areas[i][j], in->areas[i][j], PAGE_SIZE); in debug_info_copy()
429 if (!id->areas) in debug_next_entry()
890 swap(a->areas, b->areas); in debug_areas_swap()
[all …]
/linux/Documentation/userspace-api/media/v4l/
A Dmetafmt-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
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
/linux/kernel/dma/
A Dswiotlb.c283 spin_lock_init(&mem->areas[i].lock); in swiotlb_init_io_tlb_pool()
284 mem->areas[i].index = 0; in swiotlb_init_io_tlb_pool()
285 mem->areas[i].used = 0; in swiotlb_init_io_tlb_pool()
408 if (!mem->areas) { in swiotlb_init_remap()
499 mem->areas = (struct io_tlb_area *) in swiotlb_init_late()
501 if (!mem->areas) in swiotlb_init_late()
551 memblock_free_late(__pa(mem->areas), in swiotlb_exit()
1312 used += pool->areas[i].used; in mem_pool_used()
1456 area = &mem->areas[aindex]; in swiotlb_release_slots()
1825 pool->areas = kcalloc(nareas, sizeof(*pool->areas), in rmem_swiotlb_device_init()
[all …]
/linux/arch/s390/include/asm/
A Ddebug.h54 debug_entry_t ***areas; member
424 static debug_entry_t **VNAME(var, areas)[EARLY_AREAS] __initdata = { \
440 .areas = VNAME(var, areas), \
451 #define __REGISTER_STATIC_DEBUG_INFO(var, name, pages, areas, view) \ argument
454 debug_register_static(&var, (pages), (areas)); \
/linux/Documentation/arch/s390/
A Ds390dbf.rst28 debug log for the caller. For each debug log exists a number of debug areas
44 The debug areas themselves are also ordered in form of a ring buffer.
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
240 2. Flush all debug areas::
244 Changing the size of debug areas
246 It is possible the change the size of debug areas through piping
248 also flush the debug areas.
252 Define 4 pages for the debug areas of debug feature "dasd"::
[all …]
/linux/Documentation/admin-guide/mm/
A Dcma_debugfs.rst6 different CMA areas and to test allocation/release in each of the areas.
/linux/drivers/firmware/qcom/
A Dqcom_tzmem.c35 struct list_head areas; member
183 list_add_tail(&area->list, &pool->areas); in qcom_tzmem_pool_add_memory()
235 INIT_LIST_HEAD(&pool->areas); in qcom_tzmem_pool_new()
283 list_for_each_entry_safe(area, next, &pool->areas, list) { in qcom_tzmem_pool_free()
/linux/Documentation/ABI/testing/
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,
/linux/drivers/pmdomain/renesas/
A Dr8a77995-sysc.c24 .areas = r8a77995_areas,
A Dr8a7743-sysc.c26 .areas = r8a7743_areas,
A Dr8a7745-sysc.c26 .areas = r8a7745_areas,
A Dr8a77470-sysc.c26 .areas = r8a77470_areas,
A Dr8a7791-sysc.c27 .areas = r8a7791_areas,
A Dr8a7792-sysc.c28 .areas = r8a7792_areas,
A Dr8a7794-sysc.c27 .areas = r8a7794_areas,
A Dr8a7779-sysc.c28 .areas = r8a7779_areas,
A Drcar-gen4-sysc.h36 const struct rcar_gen4_sysc_area *areas; member
A Dr8a774b1-sysc.c33 .areas = r8a774b1_areas,
A Dr8a77965-sysc.c34 .areas = r8a77965_areas,
A Dr8a77970-sysc.c33 .areas = r8a77970_areas,
A Dr8a7742-sysc.c40 .areas = r8a7742_areas,
A Dr8a774a1-sysc.c42 .areas = r8a774a1_areas,
A Dr8a7790-sysc.c42 .areas = r8a7790_areas,
A Dr8a774c0-sysc.c51 .areas = r8a774c0_areas,
/linux/Documentation/core-api/
A Dswiotlb.rst162 Slots are also grouped into "areas", with the constraint that a slot set exists
164 manipulate the slots in that area. The division into areas avoids contending
166 VM. The number of areas defaults to the number of CPUs in the system for
169 number of areas can also be set via the "swiotlb=" kernel boot parameter.
172 does not have enough free space, areas associated with other CPUs are tried
175 overall. But an allocation request does not fail unless all areas do not have
178 IO_TLB_SIZE, IO_TLB_SEGSIZE, and the number of areas must all be powers of 2 as
180 number of areas is rounded up to a power of 2 if necessary to meet this
217 The number of areas in a dynamic pool may be different from the number of areas
219 the number of areas will likely be smaller. For example, with a new pool size
[all …]

Completed in 42 milliseconds

12345678