Home
last modified time | relevance | path

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

/qemu/hw/s390x/
H A Dcss.c998 bool suspend_allowed) in css_interpret_ccw() argument
1035 return suspend_allowed ? -EINPROGRESS : -EINVAL; in css_interpret_ccw()
1136 bool suspend_allowed; in sch_handle_start_func_virtual() local
1158 suspend_allowed = !!(orb->ctrl0 & ORB_CTRL0_MASK_SPND); in sch_handle_start_func_virtual()
1163 suspend_allowed = true; in sch_handle_start_func_virtual()
1167 ret = css_interpret_ccw(sch, sch->channel_prog, suspend_allowed); in sch_handle_start_func_virtual()