Searched refs:update_queue (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.h89 * @update_queue: Queue update routine.
143 int (*update_queue)(struct device_queue_manager *dqm, member in struct:device_queue_manager_ops
H A Dkfd_process_queue_manager.c152 return pqn->q->device->dqm->ops.update_queue(pqn->q->device->dqm,
529 retval = pqn->q->device->dqm->ops.update_queue(pqn->q->device->dqm,
568 retval = pqn->q->device->dqm->ops.update_queue(pqn->q->device->dqm,
H A Dkfd_device_queue_manager.c857 static int update_queue(struct device_queue_manager *dqm, struct queue *q, function
2543 dqm->ops.update_queue = update_queue;
2565 dqm->ops.update_queue = update_queue;
H A Dkfd_debug.c314 err = q->device->dqm->ops.update_queue(q->device->dqm, q, &minfo);
/linux-master/ipc/
H A Dsem.c56 * (see update_queue())
810 * update_queue is O(N^2) when it restarts scanning the whole queue of
934 * update_queue - look for tasks that can be completed.
939 * update_queue must be called after a semaphore in a semaphore array
940 * was modified. If multiple semaphores were modified, update_queue must
949 static int update_queue(struct sem_array *sma, int semnum, struct wake_q_head *wake_q) function
1016 * do_smart_update - optimized update_queue
1023 * do_smart_update() does the required calls to update_queue and wakeup_zero,
1038 otime |= update_queue(sma, -1, wake_q);
1046 otime |= update_queue(sm
[all...]

Completed in 207 milliseconds