Home
last modified time | relevance | path

Searched refs:NR_CHUNKS (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/net/af_unix/
H A Dscm_inq.c11 #define NR_CHUNKS 100 macro
60 for (i = 0; i < NR_CHUNKS; i++) { in send_chunks()
85 for (i = 0; i < NR_CHUNKS; i++) { in recv_chunks()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_dmem.c53 #define NR_CHUNKS (128) macro
313 res = request_free_mem_region(&iomem_resource, DMEM_CHUNK_SIZE * NR_CHUNKS, in nouveau_dmem_chunk_alloc()
348 for (i = 0; i < NR_CHUNKS; i++) { in nouveau_dmem_chunk_alloc()
378 NR_CHUNKS * DMEM_CHUNK_SIZE >> 20, is_large ? "THP " : "", pfn_first, in nouveau_dmem_chunk_alloc()