Home
last modified time | relevance | path

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

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