Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.h88 * @update_queue: Queue update routine.
148 int (*update_queue)(struct device_queue_manager *dqm, member
H A Dkfd_device_queue_manager.c943 static int update_queue(struct device_queue_manager *dqm, struct queue *q, in update_queue() function
2943 dqm->ops.update_queue = update_queue; in device_queue_manager_init()
2964 dqm->ops.update_queue = update_queue; in device_queue_manager_init()
H A Dkfd_debug.c316 err = q->device->dqm->ops.update_queue(q->device->dqm, q, &minfo); in kfd_dbg_set_queue_workaround()
/linux/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) in update_queue() 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); in do_smart_update()
1046 otime |= update_queue(sm in do_smart_update()
[all...]