Searched refs:actl (Results 1 – 3 of 3) sorted by relevance
2394 unsigned int actl; /* activity control */ in s390_process_IRQ() local2602 && ((dp->ii.irb.scsw.actl & SCSW_ACTL_SUSPENDED) == 0)) { in s390_process_IRQ()2640 actl = dp->ii.irb.scsw.actl; in s390_process_IRQ()2983 if (actl & SCSW_ACTL_SUSPENDED) { in s390_process_IRQ()3008 ((dp->ii.irb.scsw.actl & SCSW_ACTL_SUSPENDED) != 0))) in s390_process_IRQ()6956 if (schib->scsw.actl & SCSW_ACTL_DEVACT) { in __check_for_io_and_kill()6961 if ((schib->scsw.actl & SCSW_ACTL_SCHACT) && in __check_for_io_and_kill()6992 } else if (schib->scsw.actl & (SCSW_ACTL_CLEAR_PEND | in __check_for_io_and_kill()
71 __u32 actl : 7; /* activity control */ member