Searched refs:contiguous (Results 1 - 16 of 16) sorted by relevance

/linux-master/kernel/dma/
H A DMakefile6 obj-$(CONFIG_DMA_CMA) += contiguous.o
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_stream_public.h48 bool contiguous; /** Allocated memory physically member in struct:ia_css_mipi_buffer_config
H A Datomisp_compat_css20.c391 dev_dbg(isp->dev, "stream_config.mipi_buffer_config.contiguous=%d.\n",
392 s_config->mipi_buffer_config.contiguous);
/linux-master/drivers/accel/habanalabs/common/
H A Dmemory.c69 * the edges of the adjacent chunks (means a contiguous chunk can be created),
95 bool contiguous; local
112 contiguous = args->flags & HL_MEM_CONTIGUOUS;
114 if (contiguous) {
122 "Cannot allocate %llu contiguous pages with total size of %llu\n",
140 phys_pg_pack->contiguous = contiguous;
148 if (phys_pg_pack->contiguous) {
198 if (!phys_pg_pack->contiguous)
207 if (contiguous)
[all...]
H A Dhabanalabs.h2207 * @contiguous: is contiguous physical memory.
2222 u8 contiguous; member in struct:hl_vm_phys_pg_pack
/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h222 U32 forceNonContiguous; /* Non-zero if we should force non-contiguous load for the next window update. */
1198 * If it is not contiguous, the current prefix becomes the extDict, and we
1200 * Returns non-zero if the segment is contiguous.
1207 U32 contiguous = 1;
1210 return contiguous;
1215 /* not contiguous */
1217 DEBUGLOG(5, "Non contiguous blocks, new segment starts at %u", window->dictLimit);
1225 contiguous = 0;
1236 return contiguous;
1266 * the edge case where the dictionary and the source are contiguous i
[all...]
/linux-master/net/wireless/
H A Dchan.c129 int contiguous = 0; local
140 contiguous++;
143 contiguous = 0;
146 max_contiguous = max(contiguous, max_contiguous);
151 /* check bw_config against contiguous edmg channels */
182 /* check bw_config against aggregated (non contiguous) edmg channels */
/linux-master/mm/
H A Dinternal.h432 * Assumption: *_mem_map is contiguous at least up to MAX_PAGE_ORDER
475 if (zone->contiguous)
485 zone->contiguous = false;
H A Dmm_init.c1475 * Assume the largest contiguous order of interest is a huge page.
2368 zone->contiguous = true;
2765 * page_ext requires contiguous pages,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c986 bool contiguous = true; local
992 contiguous = pages_addr[pfn + 1] ==
1000 if (contiguous != (pages_addr[idx] ==
1004 if (!contiguous)
1010 if (!contiguous) {
/linux-master/arch/x86/xen/
H A Dmmu_pv.c2278 * memory with the required contiguous alignment. Takes the pfns as
2340 /* 2. Get a new contiguous memory extent. */
2373 /* 1. Find start MFN of contiguous extent. */
2379 /* 3. Do the exchange for non-contiguous MFNs. */
2414 bool contiguous; member in struct:remap_data
2426 * If we have a contiguous range, just update the pfn itself,
2429 if (rmd->contiguous)
2459 * We use the err_ptr to indicate if there we are doing a contiguous
2462 rmd.contiguous = !err_ptr;
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_plat_bufs_v6.c1225 bufreq->contiguous = 1;
1295 bufreq->contiguous = 1;
H A Dhfi_helper.h1180 u32 contiguous; member in struct:hfi_buffer_requirements
/linux-master/tools/mm/
H A Dthpmaps316 # dictionary of statistics describing the contiguous blocks.
541 additional statistics for "contiguous block mappings" where
586 every contiguous block size specified with `--cont <size>`.
588 contiguous blocks of <size> and also aligned to <size>. A
589 given contiguous block must all belong to the same THP, but
591 Separate counters describe contiguous blocks mapped by PTE
599 As an example, if monitoring 64K contiguous blocks (--cont
634 help="""Adds stats for memory that is mapped in contiguous blocks of
/linux-master/include/linux/
H A Dmmzone.h990 bool contiguous; member in struct:zone
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c3956 const unsigned int contiguous = proto_len ? proto_len : 1; local
3967 if (qeth_get_elements_for_range(start, end + contiguous) == 1) {
4079 /* HW header was pushed and is contiguous with linear part: */

Completed in 289 milliseconds