Home
last modified time | relevance | path

Searched refs:rq_lock (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/scheduler/
A Dsched_entity.c86 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 Dsched_main.c100 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 Dice_controlq.h97 struct mutex rq_lock; /* Receive queue lock */ member
A Dice_controlq.c545 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 Dgpu_scheduler.h138 spinlock_t rq_lock; member
/linux-6.3-rc2/drivers/infiniband/hw/bnxt_re/
A Dib_verbs.h85 spinlock_t rq_lock; /* protect rq */ member
A Dib_verbs.c1458 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 Dsiw_verbs.c356 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 Dsiw.h450 spinlock_t rq_lock; member
/linux-6.3-rc2/kernel/sched/
A Dcore.c774 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 Dsched.h1650 rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock() function
1689 rq_lock(rq, rf); in this_rq_lock_irq()
A Dfair.c5484 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 Ddeadline.c1889 rq_lock(rq, &rf); in migrate_task_rq_dl()
A Drt.c939 rq_lock(rq, &rf); in do_sched_rt_period_timer()

Completed in 100 milliseconds