Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process_queue_manager.c123 return pqn->q->device->dqm->ops.update_queue(pqn->q->device->dqm, in pqm_set_gws()
431 retval = pqn->q->device->dqm->ops.update_queue(pqn->q->device->dqm, in pqm_update_queue()
459 retval = pqn->q->device->dqm->ops.update_queue(pqn->q->device->dqm, in pqm_set_cu_mask()
H A Dkfd_device_queue_manager.h49 * @update_queue: Queue update routine.
95 int (*update_queue)(struct device_queue_manager *dqm, member
H A Dkfd_device_queue_manager.c556 static int update_queue(struct device_queue_manager *dqm, struct queue *q) in update_queue() function
1872 dqm->ops.update_queue = update_queue; in device_queue_manager_init()
1892 dqm->ops.update_queue = update_queue; in device_queue_manager_init()
/kernel/linux/linux-6.6/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
H A Dkfd_process_queue_manager.c150 return pqn->q->device->dqm->ops.update_queue(pqn->q->device->dqm, in pqm_set_gws()
527 retval = pqn->q->device->dqm->ops.update_queue(pqn->q->device->dqm, in pqm_update_queue_properties()
566 retval = pqn->q->device->dqm->ops.update_queue(pqn->q->device->dqm, in pqm_update_mqd()
H A Dkfd_device_queue_manager.c850 static int update_queue(struct device_queue_manager *dqm, struct queue *q, in update_queue() function
2518 dqm->ops.update_queue = update_queue; in device_queue_manager_init()
2540 dqm->ops.update_queue = update_queue; in device_queue_manager_init()
H A Dkfd_debug.c314 err = q->device->dqm->ops.update_queue(q->device->dqm, q, &minfo); in kfd_dbg_set_queue_workaround()
/kernel/linux/linux-5.10/ipc/
H A Dsem.c56 * (see update_queue())
808 * update_queue is O(N^2) when it restarts scanning the whole queue of
932 * update_queue - look for tasks that can be completed.
937 * update_queue must be called after a semaphore in a semaphore array
938 * was modified. If multiple semaphores were modified, update_queue must
947 static int update_queue(struct sem_array *sma, int semnum, struct wake_q_head *wake_q) in update_queue() function
1014 * do_smart_update - optimized update_queue
1021 * do_smart_update() does the required calls to update_queue and wakeup_zero,
1036 otime |= update_queue(sma, -1, wake_q); in do_smart_update()
1044 otime |= update_queue(sm in do_smart_update()
[all...]
/kernel/linux/linux-6.6/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...]

Completed in 19 milliseconds