Displaying 1 result from an estimated 1 matches for "2f102e70".
2011 Sep 01
3
DOM0 Hang on a large box....
...->lock, SINGLE_DEPTH_NESTING);
ret = 1;
} else
spin_lock_nested(&busiest->lock, SINGLE_DEPTH_NESTING);
}
return ret;
}
The lock is taken, but not sure who the owner is. The lock struct:
@ ffff8800020e2480: 2f102e70 0000000c 00000002 00000000
so slock is: 2f102e70
The remaining vcpus are idling:
ffffffff800083aa: 0:hypercall_page+3aa pop %r11
ffffffff8000f0c7: 0:xen_safe_halt+f7 addq $0x18, %rsp
ffffffff8000a5c5: 0:cpu_idle+65 jmp 0:cpu_idle+4...