Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/scheduler/
Dsched_entity.c79 spin_lock_init(&entity->rq_lock); in drm_sched_entity_init()
198 spin_lock(&entity->rq_lock); in drm_sched_entity_flush()
201 spin_unlock(&entity->rq_lock); in drm_sched_entity_flush()
374 spin_lock(&entity->rq_lock); in drm_sched_entity_set_priority()
385 spin_unlock(&entity->rq_lock); in drm_sched_entity_set_priority()
500 spin_lock(&entity->rq_lock); in drm_sched_entity_select_rq()
503 spin_unlock(&entity->rq_lock); in drm_sched_entity_select_rq()
531 spin_lock(&entity->rq_lock); in drm_sched_entity_push_job()
533 spin_unlock(&entity->rq_lock); in drm_sched_entity_push_job()
539 spin_unlock(&entity->rq_lock); in drm_sched_entity_push_job()
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_controlq.h92 struct mutex rq_lock; /* Receive queue lock */ member
Dice_controlq.c525 mutex_lock(&cq->rq_lock); in ice_shutdown_rq()
547 mutex_unlock(&cq->rq_lock); in ice_shutdown_rq()
676 mutex_init(&cq->rq_lock); in ice_init_ctrlq_locks()
757 mutex_destroy(&cq->rq_lock); in ice_destroy_ctrlq_locks()
1051 mutex_lock(&cq->rq_lock); in ice_clean_rq_elem()
1122 mutex_unlock(&cq->rq_lock); in ice_clean_rq_elem()
/Linux-v5.4/include/drm/
Dgpu_scheduler.h84 spinlock_t rq_lock; member
/Linux-v5.4/drivers/infiniband/hw/bnxt_re/
Dib_verbs.h85 spinlock_t rq_lock; /* protect rq */ member
Dib_verbs.c1182 spin_lock_init(&qp->rq_lock); in bnxt_re_create_qp()
2466 spin_lock_irqsave(&qp->rq_lock, flags); in bnxt_re_post_recv()
2509 spin_unlock_irqrestore(&qp->rq_lock, flags); in bnxt_re_post_recv()
/Linux-v5.4/include/linux/sunrpc/
Dsvc.h298 spinlock_t rq_lock; /* per-request lock */ member
/Linux-v5.4/drivers/infiniband/sw/siw/
Dsiw_verbs.c379 spin_lock_init(&qp->rq_lock); in siw_create_qp()
943 spin_lock_irqsave(&qp->rq_lock, flags); in siw_post_receive()
971 spin_unlock_irqrestore(&qp->rq_lock, flags); in siw_post_receive()
Dsiw.h464 spinlock_t rq_lock; member
/Linux-v5.4/kernel/sched/
Dcore.c244 rq_lock(rq, &rf); in hrtick()
269 rq_lock(rq, &rf); in __hrtick_start()
1500 rq_lock(rq, rf); in move_queued_task()
1561 rq_lock(rq, &rf); in migration_cpu_stop()
2407 rq_lock(rq, &rf); in ttwu_queue()
3598 rq_lock(rq, &rf); in scheduler_tick()
4026 rq_lock(rq, &rf); in __schedule()
Dsched.h1212 rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock() function
1259 rq_lock(rq, rf); in this_rq_lock_irq()
Dfair.c7450 rq_lock(rq, &rf); in attach_one_task()
7466 rq_lock(env->dst_rq, &rf); in attach_tasks()
9970 rq_lock(rq, &rf); in task_fork_fair()
/Linux-v5.4/net/sunrpc/
Dsvc.c613 spin_lock_init(&rqstp->rq_lock); in svc_rqst_alloc()