Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/mISDN/
Dl1oip_core.c758 hc->socket_thread = NULL; /* show termination of thread */ in l1oip_socket_thread()
772 if (hc->socket_thread) { in l1oip_socket_close()
776 send_sig(SIGTERM, hc->socket_thread, 0); in l1oip_socket_close()
800 hc->socket_thread = kthread_run(l1oip_socket_thread, hc, "l1oip_%s", in l1oip_socket_open()
802 if (IS_ERR(hc->socket_thread)) { in l1oip_socket_open()
803 int err = PTR_ERR(hc->socket_thread); in l1oip_socket_open()
806 hc->socket_thread = NULL; in l1oip_socket_open()
1258 if (hc->socket_thread) in release_card()
Dl1oip.h72 struct task_struct *socket_thread; member