Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/scheduler/
Dsched_entity.c76 spin_lock_init(&entity->rq_lock); in drm_sched_entity_init()
182 spin_lock(&entity->rq_lock); in drm_sched_entity_flush()
185 spin_unlock(&entity->rq_lock); in drm_sched_entity_flush()
352 spin_lock(&entity->rq_lock); in drm_sched_entity_set_priority()
354 spin_unlock(&entity->rq_lock); in drm_sched_entity_set_priority()
466 spin_lock(&entity->rq_lock); in drm_sched_entity_select_rq()
474 spin_unlock(&entity->rq_lock); in drm_sched_entity_select_rq()
502 spin_lock(&entity->rq_lock); in drm_sched_entity_push_job()
504 spin_unlock(&entity->rq_lock); in drm_sched_entity_push_job()
510 spin_unlock(&entity->rq_lock); in drm_sched_entity_push_job()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/include/drm/
Dgpu_scheduler.h90 spinlock_t rq_lock; member
/kernel/linux/linux-5.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()
2753 spin_lock_irqsave(&qp->rq_lock, flags); in bnxt_re_post_recv()
2796 spin_unlock_irqrestore(&qp->rq_lock, flags); in bnxt_re_post_recv()
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dsvc.h299 spinlock_t rq_lock; /* per-request lock */ member
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
Dsiw_verbs.c355 spin_lock_init(&qp->rq_lock); in siw_create_qp()
1057 spin_lock_irqsave(&qp->rq_lock, flags); in siw_post_receive()
1085 spin_unlock_irqrestore(&qp->rq_lock, flags); in siw_post_receive()
Dsiw.h449 spinlock_t rq_lock; member
/kernel/linux/linux-5.10/kernel/sched/
Dcore.c362 rq_lock(rq, &rf); in hrtick()
388 rq_lock(rq, &rf); in __hrtick_start()
1815 rq_lock(rq, rf); in move_queued_task()
1875 rq_lock(rq, &rf); in migration_cpu_stop()
2840 rq_lock(rq, &rf); in ttwu_queue()
4189 rq_lock(rq, &rf); in scheduler_tick()
4652 rq_lock(rq, &rf); in __schedule()
7171 rq_lock(rq, &rf); in do_isolation_work_cpu_stop()
Dsched.h1424 rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock() function
1471 rq_lock(rq, rf); in this_rq_lock_irq()
Dfair.c8214 rq_lock(rq, &rf); in attach_one_task()
8230 rq_lock(env->dst_rq, &rf); in attach_tasks()
11371 rq_lock(rq, &rf); in task_fork_fair()
/kernel/linux/linux-5.10/net/sunrpc/
Dsvc.c613 spin_lock_init(&rqstp->rq_lock); in svc_rqst_alloc()