Home
last modified time | relevance | path

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

/linux/include/net/iucv/
H A Diucv.h173 void (*path_quiesced)(struct iucv_path *, u8 *ipuser); member
/linux/net/iucv/
H A Diucv.c1602 if (path && path->handler && path->handler->path_quiesced) in iucv_path_quiesced()
1603 path->handler->path_quiesced(path, ipq->ipuser); in iucv_path_quiesced()
H A Daf_iucv.c1806 .path_quiesced = iucv_callback_shutdown,