HomeSort by: relevance | last modified time | path
    Searched defs:alloc_size_bytes (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_packet_manager.c 129 unsigned int alloc_size_bytes; local in function:pm_create_runlist_ib
141 &alloc_size_bytes, &is_over_subscription);
145 *rl_size_bytes = alloc_size_bytes;
146 pm->ib_size_bytes = alloc_size_bytes;
167 alloc_size_bytes);
185 alloc_size_bytes);
205 alloc_size_bytes);
216 alloc_size_bytes / sizeof(uint32_t),
221 for (i = 0; i < alloc_size_bytes / sizeof(uint32_t); i++)
kfd_packet_manager.c 129 unsigned int alloc_size_bytes; local in function:pm_create_runlist_ib
141 &alloc_size_bytes, &is_over_subscription);
145 *rl_size_bytes = alloc_size_bytes;
146 pm->ib_size_bytes = alloc_size_bytes;
167 alloc_size_bytes);
185 alloc_size_bytes);
205 alloc_size_bytes);
216 alloc_size_bytes / sizeof(uint32_t),
221 for (i = 0; i < alloc_size_bytes / sizeof(uint32_t); i++)
kfd_packet_manager.c 129 unsigned int alloc_size_bytes; local in function:pm_create_runlist_ib
141 &alloc_size_bytes, &is_over_subscription);
145 *rl_size_bytes = alloc_size_bytes;
146 pm->ib_size_bytes = alloc_size_bytes;
167 alloc_size_bytes);
185 alloc_size_bytes);
205 alloc_size_bytes);
216 alloc_size_bytes / sizeof(uint32_t),
221 for (i = 0; i < alloc_size_bytes / sizeof(uint32_t); i++)

Completed in 31 milliseconds