Searched refs:double_rq_lock (Results 1 – 5 of 5) sorted by relevance
| /linux/Documentation/locking/ |
| H A D | lockstat.rst | 170 … &rq->lock 4715 [<ffffffff8103ed4b>] double_rq_lock+0x42/0x54 177 … &rq->lock/1 11526 [<ffffffff8103ed58>] double_rq_lock+0x4f/0x54 179 … &rq->lock/1 5645 [<ffffffff8103ed4b>] double_rq_lock+0x42/0x54 181 … &rq->lock/1 4336 [<ffffffff8103ed58>] double_rq_lock+0x4f/0x54 186 double_rq_lock actually acquires a nested lock of two spinlocks.
|
| /linux/Documentation/translations/it_IT/locking/ |
| H A D | lockstat.rst | 195 … &rq->lock 4715 [<ffffffff8103ed4b>] double_rq_lock+0x42/0x54 202 … &rq->lock/1 11526 [<ffffffff8103ed58>] double_rq_lock+0x4f/0x54 204 … &rq->lock/1 5645 [<ffffffff8103ed4b>] double_rq_lock+0x42/0x54 206 … &rq->lock/1 4336 [<ffffffff8103ed58>] double_rq_lock+0x4f/0x54 211 come suggerito dalla riga 50, ``double_rq_lock`` tenta di acquisire un blocco
|
| /linux/kernel/sched/ |
| H A D | sched.h | 3088 * In double_lock_balance()/double_rq_lock(), we use raw_spin_rq_lock() to in rq_order_less() 3126 * double_rq_lock(0,3); will take core-0, core-1 lock in _double_lock_balance() 3127 * double_rq_lock(1,2); will take core-1, core-0 lock 3143 extern void double_rq_lock(struct rq *rq1, struct rq *rq2) in _double_lock_balance() 3161 double_rq_lock(this_rq, busiest); 3196 double_rq_lock(this_rq, busiest); 3294 DEFINE_LOCK_GUARD_2(double_rq_lock, struct rq, 3295 double_rq_lock(_T->lock, _T->lock2),
|
| H A D | syscalls.c | 1393 guard(double_rq_lock)(rq, p_rq); in yield_to() local
|
| H A D | core.c | 630 * - for migration called under double_rq_lock(): 696 * double_rq_lock - safely lock two runqueues in double_rq_lock() 698 void double_rq_lock(struct rq *rq1, struct rq *rq2) in double_rq_lock() 3337 guard(double_rq_lock)(src_rq, dst_rq); 6249 guard(double_rq_lock)(dst, src); in try_steal_cookie() 689 void double_rq_lock(struct rq *rq1, struct rq *rq2) double_rq_lock() function 3318 guard(double_rq_lock)(src_rq, dst_rq); migrate_swap_stop() local 6217 guard(double_rq_lock)(dst, src); try_steal_cookie() local
|