Home
last modified time | relevance | path

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

/qemu/hw/s390x/
H A Dcss.c969 bool suspend_allowed) in css_interpret_ccw() argument
1006 return suspend_allowed ? -EINPROGRESS : -EINVAL; in css_interpret_ccw()
1107 bool suspend_allowed; in sch_handle_start_func_virtual() local
1129 suspend_allowed = !!(orb->ctrl0 & ORB_CTRL0_MASK_SPND); in sch_handle_start_func_virtual()
1134 suspend_allowed = true; in sch_handle_start_func_virtual()
1138 ret = css_interpret_ccw(sch, sch->channel_prog, suspend_allowed); in sch_handle_start_func_virtual()