Home
last modified time | relevance | path

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

/linux/drivers/s390/char/
H A Dsclp_cmd.c46 return sclp_sync_request_timeout(cmd, sccb, 0); in sclp_sync_request()
49 int sclp_sync_request_timeout(sclp_cmdw_t cmd, void *sccb, int timeout) in sclp_sync_request_timeout() function
105 rc = sclp_sync_request_timeout(SCLP_CMDW_READ_CPU_INFO, sccb, in _sclp_get_core_info()
140 rc = sclp_sync_request_timeout(cmd, sccb, SCLP_QUEUE_INTERVAL); in do_core_configure()
208 rc = sclp_sync_request_timeout(cmd, sccb, SCLP_QUEUE_INTERVAL); in do_assign_storage()
263 rc = sclp_sync_request_timeout(0x00080001 | id << 8, sccb, in sclp_attach_storage()