Searched refs:rq_lock (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/scheduler/ |
D | sched_entity.c | 86 spin_lock_init(&entity->rq_lock); in drm_sched_entity_init() 223 spin_lock(&entity->rq_lock); in drm_sched_entity_kill() 226 spin_unlock(&entity->rq_lock); in drm_sched_entity_kill() 375 spin_lock(&entity->rq_lock); in drm_sched_entity_set_priority() 377 spin_unlock(&entity->rq_lock); in drm_sched_entity_set_priority() 534 spin_lock(&entity->rq_lock); in drm_sched_entity_select_rq() 541 spin_unlock(&entity->rq_lock); in drm_sched_entity_select_rq() 579 spin_lock(&entity->rq_lock); in drm_sched_entity_push_job() 581 spin_unlock(&entity->rq_lock); in drm_sched_entity_push_job() 588 spin_unlock(&entity->rq_lock); in drm_sched_entity_push_job()
|
D | sched_main.c | 105 spin_lock(&entity->rq_lock); in drm_sched_rq_update_fifo() 116 spin_unlock(&entity->rq_lock); in drm_sched_rq_update_fifo()
|
/Linux-v6.6/drivers/net/ethernet/intel/ice/ |
D | ice_controlq.c | 544 mutex_lock(&cq->rq_lock); in ice_shutdown_rq() 566 mutex_unlock(&cq->rq_lock); in ice_shutdown_rq() 790 mutex_init(&cq->rq_lock); in ice_init_ctrlq_locks() 828 mutex_destroy(&cq->rq_lock); in ice_destroy_ctrlq_locks() 1173 mutex_lock(&cq->rq_lock); in ice_clean_rq_elem() 1241 mutex_unlock(&cq->rq_lock); in ice_clean_rq_elem()
|
D | ice_controlq.h | 95 struct mutex rq_lock; /* Receive queue lock */ member
|
/Linux-v6.6/include/drm/ |
D | gpu_scheduler.h | 148 spinlock_t rq_lock; member
|
/Linux-v6.6/drivers/infiniband/hw/bnxt_re/ |
D | ib_verbs.h | 87 spinlock_t rq_lock; /* protect rq */ member
|
D | ib_verbs.c | 1555 spin_lock_init(&qp->rq_lock); in bnxt_re_create_qp() 2852 spin_lock_irqsave(&qp->rq_lock, flags); in bnxt_re_post_recv() 2895 spin_unlock_irqrestore(&qp->rq_lock, flags); in bnxt_re_post_recv()
|
/Linux-v6.6/kernel/sched/ |
D | sched.h | 1678 rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock() function 1709 DEFINE_LOCK_GUARD_1(rq_lock, struct rq, 1710 rq_lock(_T->lock, &_T->rf), 1732 rq_lock(rq, rf); in this_rq_lock_irq()
|
D | core.c | 794 rq_lock(rq, &rf); in hrtick() 820 rq_lock(rq, &rf); in __hrtick_start() 2527 rq_lock(rq, rf); in move_queued_task() 2601 rq_lock(rq, &rf); in migration_cpu_stop() 4027 rq_lock(rq, &rf); in ttwu_queue() 5652 rq_lock(rq, &rf); in scheduler_tick() 6612 rq_lock(rq, &rf); in __schedule() 9433 rq_lock(rq, &rf); in __balance_push_cpu_stop()
|
D | fair.c | 5742 rq_lock(rq, &rf); in __cfsb_csd_unthrottle() 8986 rq_lock(rq, &rf); in attach_one_task() 9002 rq_lock(env->dst_rq, &rf); in attach_tasks() 12417 rq_lock(rq, &rf); in task_fork_fair()
|
D | deadline.c | 1880 rq_lock(rq, &rf); in migrate_task_rq_dl()
|
D | rt.c | 939 rq_lock(rq, &rf); in do_sched_rt_period_timer()
|
/Linux-v6.6/drivers/infiniband/sw/siw/ |
D | siw_verbs.c | 356 spin_lock_init(&qp->rq_lock); in siw_create_qp() 1061 spin_lock_irqsave(&qp->rq_lock, flags); in siw_post_receive() 1089 spin_unlock_irqrestore(&qp->rq_lock, flags); in siw_post_receive()
|
D | siw.h | 451 spinlock_t rq_lock; member
|