Searched refs:iucv_path_sever (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/tty/hvc/ |
H A D | hvc_iucv.c | 612 iucv_path_sever(path, NULL); in hvc_iucv_hangup() 697 iucv_path_sever(path, NULL); in hvc_iucv_dtr_rts() 826 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending() 841 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending() 853 iucv_path_sever(path, ipuser); in hvc_iucv_path_pending()
|
/linux/drivers/s390/char/ |
H A D | monreader.c | 245 iucv_path_sever(path, NULL); in mon_iucv_path_severed() 341 rc = iucv_path_sever(monpriv->path, user_data_sever); in mon_close()
|
H A D | vmlogrdr.c | 182 iucv_path_sever(path, NULL); in vmlogrdr_iucv_path_severed() 393 iucv_path_sever(logptr->path, NULL); in vmlogrdr_release()
|
/linux/net/iucv/ |
H A D | iucv.c | 209 * or the work handler. Needed for iucv_path_sever called from tasklet. 225 * iucv_path_quiesce and iucv_path_sever. 1031 * iucv_path_sever 1039 int iucv_path_sever(struct iucv_path *path, u8 *userdata) in iucv_path_sever() function 1059 EXPORT_SYMBOL(iucv_path_sever); 1494 * Add path to handler to allow a call to iucv_path_sever in iucv_path_pending() 1748 /* Serialize tasklet, iucv_path_sever and iucv_path_connect. */ in iucv_tasklet_fn() 1781 /* Serialize tasklet, iucv_path_sever and iucv_path_connect. */ in iucv_work_fn() 1852 .path_sever = iucv_path_sever,
|