Home
last modified time | relevance | path

Searched refs:stop_pending (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/kvm/
H A Dintercept.c57 uint8_t flags, stop_pending; in handle_stop() local
68 stop_pending = kvm_s390_is_stop_irq_pending(vcpu); in handle_stop()
71 trace_kvm_s390_stop_request(stop_pending, flags); in handle_stop()
72 if (!stop_pending) in handle_stop()
/openbmc/linux/kernel/sched/
H A Dcore.c2545 unsigned int stop_pending; member
2664 WARN_ON_ONCE(!pending->stop_pending); in migration_cpu_stop()
2674 pending->stop_pending = false; in migration_cpu_stop()
2967 bool stop_pending, complete = false; in affine_move_task() local
2984 if (pending && !pending->stop_pending) { in affine_move_task()
3054 stop_pending = pending->stop_pending; in affine_move_task()
3055 if (!stop_pending) in affine_move_task()
3056 pending->stop_pending = true; in affine_move_task()
3063 if (!stop_pending) { in affine_move_task()
3077 if (!pending->stop_pending) { in affine_move_task()
[all …]