Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/s390x/
H A Dcss_lib.c443 if (!(irb.scsw.ctrl & SCSW_SC_PENDING)) { in wait_and_check_io_completion()
486 if (!(irb.scsw.ctrl & (SCSW_SC_PENDING | SCSW_SC_PRIMARY))) in css_residual_count()
H A Dcss.h63 #define SCSW_SC_PENDING 0x00000001 macro