queue_slot_bitmap  540 drivers/gpu/drm/amd/amdkfd/kfd_priv.h 	unsigned long		*queue_slot_bitmap;
queue_slot_bitmap   50 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 	found = find_first_zero_bit(pqm->queue_slot_bitmap,
queue_slot_bitmap   61 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 	set_bit(found, pqm->queue_slot_bitmap);
queue_slot_bitmap  138 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 	pqm->queue_slot_bitmap =
queue_slot_bitmap  141 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 	if (!pqm->queue_slot_bitmap)
queue_slot_bitmap  161 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 	kfree(pqm->queue_slot_bitmap);
queue_slot_bitmap  162 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 	pqm->queue_slot_bitmap = NULL;
queue_slot_bitmap  330 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 	clear_bit(*qid, pqm->queue_slot_bitmap);
queue_slot_bitmap  400 drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c 	clear_bit(qid, pqm->queue_slot_bitmap);