Home
last modified time | relevance | path

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

/linux/drivers/isdn/mISDN/
H A Dl1oip_core.c746 hc->socket_thread = NULL; /* show termination of thread */ in l1oip_socket_thread()
760 if (hc->socket_thread) { in l1oip_socket_close()
764 send_sig(SIGTERM, hc->socket_thread, 0); in l1oip_socket_close()
788 hc->socket_thread = kthread_run(l1oip_socket_thread, hc, "l1oip_%s", in l1oip_socket_open()
790 if (IS_ERR(hc->socket_thread)) { in l1oip_socket_open()
791 int err = PTR_ERR(hc->socket_thread); in l1oip_socket_open()
794 hc->socket_thread = NULL; in l1oip_socket_open()
1245 if (hc->socket_thread) in release_card()
H A Dl1oip.h73 struct task_struct *socket_thread; member