Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/scheduler/
Dsched_entity.c86 spin_lock_init(&entity->rq_lock); in drm_sched_entity_init()
223 spin_lock(&entity->rq_lock); in drm_sched_entity_kill()
226 spin_unlock(&entity->rq_lock); in drm_sched_entity_kill()
375 spin_lock(&entity->rq_lock); in drm_sched_entity_set_priority()
377 spin_unlock(&entity->rq_lock); in drm_sched_entity_set_priority()
534 spin_lock(&entity->rq_lock); in drm_sched_entity_select_rq()
541 spin_unlock(&entity->rq_lock); in drm_sched_entity_select_rq()
579 spin_lock(&entity->rq_lock); in drm_sched_entity_push_job()
581 spin_unlock(&entity->rq_lock); in drm_sched_entity_push_job()
588 spin_unlock(&entity->rq_lock); in drm_sched_entity_push_job()
Dsched_main.c105 spin_lock(&entity->rq_lock); in drm_sched_rq_update_fifo()
116 spin_unlock(&entity->rq_lock); in drm_sched_rq_update_fifo()
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_controlq.c544 mutex_lock(&cq->rq_lock); in ice_shutdown_rq()
566 mutex_unlock(&cq->rq_lock); in ice_shutdown_rq()
790 mutex_init(&cq->rq_lock); in ice_init_ctrlq_locks()
828 mutex_destroy(&cq->rq_lock); in ice_destroy_ctrlq_locks()
1173 mutex_lock(&cq->rq_lock); in ice_clean_rq_elem()
1241 mutex_unlock(&cq->rq_lock); in ice_clean_rq_elem()
Dice_controlq.h95 struct mutex rq_lock; /* Receive queue lock */ member
/Linux-v6.6/include/drm/
Dgpu_scheduler.h148 spinlock_t rq_lock; member
/Linux-v6.6/drivers/infiniband/hw/bnxt_re/
Dib_verbs.h87 spinlock_t rq_lock; /* protect rq */ member
Dib_verbs.c1555 spin_lock_init(&qp->rq_lock); in bnxt_re_create_qp()
2852 spin_lock_irqsave(&qp->rq_lock, flags); in bnxt_re_post_recv()
2895 spin_unlock_irqrestore(&qp->rq_lock, flags); in bnxt_re_post_recv()
/Linux-v6.6/kernel/sched/
Dsched.h1678 rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock() function
1709 DEFINE_LOCK_GUARD_1(rq_lock, struct rq,
1710 rq_lock(_T->lock, &_T->rf),
1732 rq_lock(rq, rf); in this_rq_lock_irq()
Dcore.c794 rq_lock(rq, &rf); in hrtick()
820 rq_lock(rq, &rf); in __hrtick_start()
2527 rq_lock(rq, rf); in move_queued_task()
2601 rq_lock(rq, &rf); in migration_cpu_stop()
4027 rq_lock(rq, &rf); in ttwu_queue()
5652 rq_lock(rq, &rf); in scheduler_tick()
6612 rq_lock(rq, &rf); in __schedule()
9433 rq_lock(rq, &rf); in __balance_push_cpu_stop()
Dfair.c5742 rq_lock(rq, &rf); in __cfsb_csd_unthrottle()
8986 rq_lock(rq, &rf); in attach_one_task()
9002 rq_lock(env->dst_rq, &rf); in attach_tasks()
12417 rq_lock(rq, &rf); in task_fork_fair()
Ddeadline.c1880 rq_lock(rq, &rf); in migrate_task_rq_dl()
Drt.c939 rq_lock(rq, &rf); in do_sched_rt_period_timer()
/Linux-v6.6/drivers/infiniband/sw/siw/
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()
Dsiw.h451 spinlock_t rq_lock; member