Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/scheduler/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A 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()
H A Dice_controlq.h96 struct mutex rq_lock; /* Receive queue lock */ member
/OK3568_Linux_fs/kernel/include/drm/
H A Dgpu_scheduler.h90 spinlock_t rq_lock; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.h85 spinlock_t rq_lock; /* protect rq */ member
H A 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()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dsvc.h299 spinlock_t rq_lock; /* per-request lock */ member
/OK3568_Linux_fs/kernel/drivers/infiniband/sw/siw/
H A Dsiw_verbs.c355 spin_lock_init(&qp->rq_lock); in siw_create_qp()
1025 spin_lock_irqsave(&qp->rq_lock, flags); in siw_post_receive()
1053 spin_unlock_irqrestore(&qp->rq_lock, flags); in siw_post_receive()
H A Dsiw.h449 spinlock_t rq_lock; member
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c370 rq_lock(rq, &rf); in hrtick()
396 rq_lock(rq, &rf); in __hrtick_start()
1864 rq_lock(rq, rf); in move_queued_task()
1924 rq_lock(rq, &rf); in migration_cpu_stop()
2923 rq_lock(rq, &rf); in ttwu_queue()
4265 rq_lock(rq, &rf); in scheduler_tick()
4721 rq_lock(rq, &rf); in __schedule()
H A Dsched.h1343 rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock() function
1390 rq_lock(rq, rf); in this_rq_lock_irq()
H A Dfair.c8050 rq_lock(rq, &rf); in attach_one_task()
8066 rq_lock(env->dst_rq, &rf); in attach_tasks()
11046 rq_lock(rq, &rf); in task_fork_fair()
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsvc.c613 spin_lock_init(&rqstp->rq_lock); in svc_rqst_alloc()