Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/scheduler/
Dsched_entity.c76 spin_lock_init(&entity->rq_lock); in drm_sched_entity_init()
181 spin_lock(&entity->rq_lock); in drm_sched_entity_flush()
184 spin_unlock(&entity->rq_lock); in drm_sched_entity_flush()
346 spin_lock(&entity->rq_lock); in drm_sched_entity_set_priority()
348 spin_unlock(&entity->rq_lock); in drm_sched_entity_set_priority()
460 spin_lock(&entity->rq_lock); in drm_sched_entity_select_rq()
468 spin_unlock(&entity->rq_lock); in drm_sched_entity_select_rq()
496 spin_lock(&entity->rq_lock); in drm_sched_entity_push_job()
498 spin_unlock(&entity->rq_lock); in drm_sched_entity_push_job()
504 spin_unlock(&entity->rq_lock); in drm_sched_entity_push_job()
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_controlq.h96 struct mutex rq_lock; /* Receive queue lock */ member
Dice_controlq.c536 mutex_lock(&cq->rq_lock); in ice_shutdown_rq()
558 mutex_unlock(&cq->rq_lock); in ice_shutdown_rq()
741 mutex_init(&cq->rq_lock); in ice_init_ctrlq_locks()
777 mutex_destroy(&cq->rq_lock); in ice_destroy_ctrlq_locks()
1124 mutex_lock(&cq->rq_lock); in ice_clean_rq_elem()
1195 mutex_unlock(&cq->rq_lock); in ice_clean_rq_elem()
/Linux-v5.10/include/drm/
Dgpu_scheduler.h90 spinlock_t rq_lock; member
/Linux-v5.10/drivers/infiniband/hw/bnxt_re/
Dib_verbs.h85 spinlock_t rq_lock; /* protect rq */ member
Dib_verbs.c1471 spin_lock_init(&qp->rq_lock); in bnxt_re_create_qp()
2751 spin_lock_irqsave(&qp->rq_lock, flags); in bnxt_re_post_recv()
2794 spin_unlock_irqrestore(&qp->rq_lock, flags); in bnxt_re_post_recv()
/Linux-v5.10/include/linux/sunrpc/
Dsvc.h299 spinlock_t rq_lock; /* per-request lock */ member
/Linux-v5.10/drivers/infiniband/sw/siw/
Dsiw_verbs.c358 spin_lock_init(&qp->rq_lock); in siw_create_qp()
1020 spin_lock_irqsave(&qp->rq_lock, flags); in siw_post_receive()
1048 spin_unlock_irqrestore(&qp->rq_lock, flags); in siw_post_receive()
Dsiw.h450 spinlock_t rq_lock; member
/Linux-v5.10/kernel/sched/
Dcore.c353 rq_lock(rq, &rf); in hrtick()
378 rq_lock(rq, &rf); in __hrtick_start()
1744 rq_lock(rq, rf); in move_queued_task()
1804 rq_lock(rq, &rf); in migration_cpu_stop()
2699 rq_lock(rq, &rf); in ttwu_queue()
3995 rq_lock(rq, &rf); in scheduler_tick()
4446 rq_lock(rq, &rf); in __schedule()
Dsched.h1289 rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock() function
1336 rq_lock(rq, rf); in this_rq_lock_irq()
Dfair.c7788 rq_lock(rq, &rf); in attach_one_task()
7804 rq_lock(env->dst_rq, &rf); in attach_tasks()
10722 rq_lock(rq, &rf); in task_fork_fair()
/Linux-v5.10/net/sunrpc/
Dsvc.c613 spin_lock_init(&rqstp->rq_lock); in svc_rqst_alloc()