Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/scheduler/
A Dsched_entity.c85 spin_lock_init(&entity->rq_lock); in drm_sched_entity_init()
183 spin_lock(&entity->rq_lock); in drm_sched_entity_flush()
186 spin_unlock(&entity->rq_lock); in drm_sched_entity_flush()
351 spin_lock(&entity->rq_lock); in drm_sched_entity_set_priority()
353 spin_unlock(&entity->rq_lock); in drm_sched_entity_set_priority()
468 spin_lock(&entity->rq_lock); in drm_sched_entity_select_rq()
475 spin_unlock(&entity->rq_lock); in drm_sched_entity_select_rq()
505 spin_lock(&entity->rq_lock); in drm_sched_entity_push_job()
507 spin_unlock(&entity->rq_lock); in drm_sched_entity_push_job()
513 spin_unlock(&entity->rq_lock); in drm_sched_entity_push_job()
/linux/drivers/net/ethernet/intel/ice/
A Dice_controlq.c549 mutex_lock(&cq->rq_lock); in ice_shutdown_rq()
571 mutex_unlock(&cq->rq_lock); in ice_shutdown_rq()
798 mutex_init(&cq->rq_lock); in ice_init_ctrlq_locks()
836 mutex_destroy(&cq->rq_lock); in ice_destroy_ctrlq_locks()
1175 mutex_lock(&cq->rq_lock); in ice_clean_rq_elem()
1243 mutex_unlock(&cq->rq_lock); in ice_clean_rq_elem()
A Dice_controlq.h97 struct mutex rq_lock; /* Receive queue lock */ member
/linux/include/drm/
A Dgpu_scheduler.h120 spinlock_t rq_lock; member
/linux/drivers/infiniband/hw/bnxt_re/
A Dib_verbs.h85 spinlock_t rq_lock; /* protect rq */ member
A Dib_verbs.c1459 spin_lock_init(&qp->rq_lock); in bnxt_re_create_qp()
2743 spin_lock_irqsave(&qp->rq_lock, flags); in bnxt_re_post_recv()
2786 spin_unlock_irqrestore(&qp->rq_lock, flags); in bnxt_re_post_recv()
/linux/include/linux/sunrpc/
A Dsvc.h304 spinlock_t rq_lock; /* per-request lock */ member
/linux/drivers/infiniband/sw/siw/
A Dsiw_verbs.c353 spin_lock_init(&qp->rq_lock); in siw_create_qp()
1023 spin_lock_irqsave(&qp->rq_lock, flags); in siw_post_receive()
1051 spin_unlock_irqrestore(&qp->rq_lock, flags); in siw_post_receive()
A Dsiw.h449 spinlock_t rq_lock; member
/linux/kernel/sched/
A Dcore.c712 rq_lock(rq, &rf); in hrtick()
738 rq_lock(rq, &rf); in __hrtick_start()
2260 rq_lock(rq, rf); in move_queued_task()
2335 rq_lock(rq, &rf); in migration_cpu_stop()
3794 rq_lock(rq, &rf); in ttwu_queue()
5238 rq_lock(rq, &rf); in scheduler_tick()
6167 rq_lock(rq, &rf); in __schedule()
8788 rq_lock(rq, &rf); in __balance_push_cpu_stop()
A Dsched.h1611 rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock() function
1650 rq_lock(rq, rf); in this_rq_lock_irq()
A Dfair.c8040 rq_lock(rq, &rf); in attach_one_task()
8056 rq_lock(env->dst_rq, &rf); in attach_tasks()
11193 rq_lock(rq, &rf); in task_fork_fair()
/linux/net/sunrpc/
A Dsvc.c615 spin_lock_init(&rqstp->rq_lock); in svc_rqst_alloc()

Completed in 71 milliseconds