Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/scheduler/
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()
360 spin_lock(&entity->rq_lock); in drm_sched_entity_set_priority()
362 spin_unlock(&entity->rq_lock); in drm_sched_entity_set_priority()
477 spin_lock(&entity->rq_lock); in drm_sched_entity_select_rq()
484 spin_unlock(&entity->rq_lock); in drm_sched_entity_select_rq()
514 spin_lock(&entity->rq_lock); in drm_sched_entity_push_job()
516 spin_unlock(&entity->rq_lock); in drm_sched_entity_push_job()
522 spin_unlock(&entity->rq_lock); in drm_sched_entity_push_job()
/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_controlq.h97 struct mutex rq_lock; /* Receive queue lock */ member
Dice_controlq.c545 mutex_lock(&cq->rq_lock); in ice_shutdown_rq()
567 mutex_unlock(&cq->rq_lock); in ice_shutdown_rq()
794 mutex_init(&cq->rq_lock); in ice_init_ctrlq_locks()
832 mutex_destroy(&cq->rq_lock); in ice_destroy_ctrlq_locks()
1171 mutex_lock(&cq->rq_lock); in ice_clean_rq_elem()
1239 mutex_unlock(&cq->rq_lock); in ice_clean_rq_elem()
/linux-5.19.10/include/drm/
Dgpu_scheduler.h121 spinlock_t rq_lock; member
/linux-5.19.10/drivers/infiniband/hw/bnxt_re/
Dib_verbs.h85 spinlock_t rq_lock; /* protect rq */ member
Dib_verbs.c1458 spin_lock_init(&qp->rq_lock); in bnxt_re_create_qp()
2742 spin_lock_irqsave(&qp->rq_lock, flags); in bnxt_re_post_recv()
2785 spin_unlock_irqrestore(&qp->rq_lock, flags); in bnxt_re_post_recv()
/linux-5.19.10/include/linux/sunrpc/
Dsvc.h314 spinlock_t rq_lock; /* per-request lock */ member
/linux-5.19.10/drivers/infiniband/sw/siw/
Dsiw_verbs.c356 spin_lock_init(&qp->rq_lock); in siw_create_qp()
1026 spin_lock_irqsave(&qp->rq_lock, flags); in siw_post_receive()
1054 spin_unlock_irqrestore(&qp->rq_lock, flags); in siw_post_receive()
Dsiw.h449 spinlock_t rq_lock; member
/linux-5.19.10/kernel/sched/
Dcore.c778 rq_lock(rq, &rf); in hrtick()
804 rq_lock(rq, &rf); in __hrtick_start()
2336 rq_lock(rq, rf); in move_queued_task()
2411 rq_lock(rq, &rf); in migration_cpu_stop()
3879 rq_lock(rq, &rf); in ttwu_queue()
5422 rq_lock(rq, &rf); in scheduler_tick()
6385 rq_lock(rq, &rf); in __schedule()
9101 rq_lock(rq, &rf); in __balance_push_cpu_stop()
Dsched.h1599 rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock() function
1638 rq_lock(rq, rf); in this_rq_lock_irq()
Ddeadline.c1882 rq_lock(rq, &rf); in migrate_task_rq_dl()
Drt.c939 rq_lock(rq, &rf); in do_sched_rt_period_timer()
Dfair.c8062 rq_lock(rq, &rf); in attach_one_task()
8078 rq_lock(env->dst_rq, &rf); in attach_tasks()
11324 rq_lock(rq, &rf); in task_fork_fair()
/linux-5.19.10/net/sunrpc/
Dsvc.c641 spin_lock_init(&rqstp->rq_lock); in svc_rqst_alloc()