Home
last modified time | relevance | path

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

/linux-6.15/drivers/s390/char/
H A Dsclp_cmd.c107 SCLP_QUEUE_INTERVAL); in _sclp_get_core_info()
141 rc = sclp_sync_request_timeout(cmd, sccb, SCLP_QUEUE_INTERVAL); in do_core_configure()
209 rc = sclp_sync_request_timeout(cmd, sccb, SCLP_QUEUE_INTERVAL); in do_assign_storage()
265 SCLP_QUEUE_INTERVAL); in sclp_attach_storage()
H A Dsclp.h260 #define SCLP_QUEUE_INTERVAL 5 /* timeout interval for request queue */ macro