Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c40 #define INITIAL_QUEUE_ARRAY_SIZE 16 macro
264 process->queues = kmalloc_array(INITIAL_QUEUE_ARRAY_SIZE, in create_process()
288 process->queue_array_size = INITIAL_QUEUE_ARRAY_SIZE; in create_process()