Searched refs:rq_lock (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/scheduler/ |
A D | sched_entity.c | 86 spin_lock_init(&entity->rq_lock); in drm_sched_entity_init() 186 spin_lock(&entity->rq_lock); in drm_sched_entity_kill() 189 spin_unlock(&entity->rq_lock); in drm_sched_entity_kill() 338 spin_lock(&entity->rq_lock); in drm_sched_entity_set_priority() 340 spin_unlock(&entity->rq_lock); in drm_sched_entity_set_priority() 482 spin_lock(&entity->rq_lock); in drm_sched_entity_select_rq() 489 spin_unlock(&entity->rq_lock); in drm_sched_entity_select_rq() 520 spin_lock(&entity->rq_lock); in drm_sched_entity_push_job() 522 spin_unlock(&entity->rq_lock); in drm_sched_entity_push_job() 529 spin_unlock(&entity->rq_lock); in drm_sched_entity_push_job()
|
A D | sched_main.c | 100 spin_lock(&entity->rq_lock); in drm_sched_rq_update_fifo() 111 spin_unlock(&entity->rq_lock); in drm_sched_rq_update_fifo()
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A D | ice_controlq.h | 97 struct mutex rq_lock; /* Receive queue lock */ member
|
A D | ice_controlq.c | 545 mutex_lock(&cq->rq_lock); in ice_shutdown_rq() 567 mutex_unlock(&cq->rq_lock); in ice_shutdown_rq() 794 mutex_init(&cq->rq_lock); in ice_init_ctrlq_locks() 832 mutex_destroy(&cq->rq_lock); in ice_destroy_ctrlq_locks() 1171 mutex_lock(&cq->rq_lock); in ice_clean_rq_elem() 1239 mutex_unlock(&cq->rq_lock); in ice_clean_rq_elem()
|
/linux-6.3-rc2/include/drm/ |
A D | gpu_scheduler.h | 138 spinlock_t rq_lock; member
|
/linux-6.3-rc2/drivers/infiniband/hw/bnxt_re/ |
A D | ib_verbs.h | 85 spinlock_t rq_lock; /* protect rq */ member
|
A D | ib_verbs.c | 1458 spin_lock_init(&qp->rq_lock); in bnxt_re_create_qp() 2742 spin_lock_irqsave(&qp->rq_lock, flags); in bnxt_re_post_recv() 2785 spin_unlock_irqrestore(&qp->rq_lock, flags); in bnxt_re_post_recv()
|
/linux-6.3-rc2/drivers/infiniband/sw/siw/ |
A D | siw_verbs.c | 356 spin_lock_init(&qp->rq_lock); in siw_create_qp() 1061 spin_lock_irqsave(&qp->rq_lock, flags); in siw_post_receive() 1089 spin_unlock_irqrestore(&qp->rq_lock, flags); in siw_post_receive()
|
A D | siw.h | 450 spinlock_t rq_lock; member
|
/linux-6.3-rc2/kernel/sched/ |
A D | core.c | 774 rq_lock(rq, &rf); in hrtick() 800 rq_lock(rq, &rf); in __hrtick_start() 2334 rq_lock(rq, rf); in move_queued_task() 2409 rq_lock(rq, &rf); in migration_cpu_stop() 3951 rq_lock(rq, &rf); in ttwu_queue() 5577 rq_lock(rq, &rf); in scheduler_tick() 6539 rq_lock(rq, &rf); in __schedule() 9304 rq_lock(rq, &rf); in __balance_push_cpu_stop()
|
A D | sched.h | 1650 rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock() function 1689 rq_lock(rq, rf); in this_rq_lock_irq()
|
A D | fair.c | 5484 rq_lock(rq, &rf); in __cfsb_csd_unthrottle() 8708 rq_lock(rq, &rf); in attach_one_task() 8724 rq_lock(env->dst_rq, &rf); in attach_tasks() 11979 rq_lock(rq, &rf); in task_fork_fair()
|
A D | deadline.c | 1889 rq_lock(rq, &rf); in migrate_task_rq_dl()
|
A D | rt.c | 939 rq_lock(rq, &rf); in do_sched_rt_period_timer()
|
Completed in 134 milliseconds