Searched refs:rq_lock (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_controlq.h | 101 struct mutex rq_lock; /* Receive queue lock */ member
|
| H A D | ice_controlq.c | 540 mutex_lock(&cq->rq_lock); in ice_shutdown_rq() 562 mutex_unlock(&cq->rq_lock); in ice_shutdown_rq() 789 mutex_init(&cq->rq_lock); in ice_init_ctrlq_locks() 827 mutex_destroy(&cq->rq_lock); in ice_destroy_ctrlq_locks() 1190 mutex_lock(&cq->rq_lock); in ice_clean_rq_elem() 1258 mutex_unlock(&cq->rq_lock); in ice_clean_rq_elem()
|
| /linux/Documentation/scheduler/ |
| H A D | membarrier.rst | 16 rq_lock(); smp_mb__after_spinlock() in __schedule(). The barrier matches a full
|
| /linux/kernel/sched/ |
| H A D | sched.h | 2013 static inline void rq_lock(struct rq *rq, struct rq_flags *rf) in rq_lock() function 2041 DEFINE_LOCK_GUARD_1(rq_lock, struct rq, 2042 rq_lock(_T->lock, &_T->rf), 2046 DECLARE_LOCK_GUARD_1_ATTRS(rq_lock, __acquires(__rq_lockp(_T)), 2048 #define class_rq_lock_constructor(_T) WITH_LOCK_GUARD_1_ATTRS(rq_lock, _T) 2085 rq_lock(rq, rf); in _this_rq_lock_irq() 3137 guard(rq_lock)(rq); in attach_one_task() local
|
| H A D | core.c | 924 rq_lock(rq, &rf); in hrtick() 960 rq_lock(rq, &rf); in __hrtick_start() 2568 rq_lock(rq, rf); in move_queued_task() 2649 rq_lock(rq, &rf); in migration_cpu_stop() 4085 rq_lock(rq, &rf); in ttwu_queue() 5784 rq_lock(rq, &rf); in sched_tick() 7144 rq_lock(rq, &rf); in __schedule() 8455 rq_lock(rq, &rf); in __balance_push_cpu_stop()
|
| H A D | deadline.c | 1146 scoped_guard (rq_lock, rq) { in dl_server_timer() 2164 rq_lock(rq, &rf); in inactive_task_timer() 2669 rq_lock(rq, &rf); in migrate_task_rq_dl()
|
| H A D | fair.c | 7105 guard(rq_lock)(rq); in __cfsb_csd_unthrottle() local 11170 rq_lock(env->dst_rq, &rf); in attach_tasks()
|