Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/mISDN/
Dl1oip.h73 struct task_struct *socket_thread; member
Dl1oip_core.c760 hc->socket_thread = NULL; /* show termination of thread */ in l1oip_socket_thread()
774 if (hc->socket_thread) { in l1oip_socket_close()
778 send_sig(SIGTERM, hc->socket_thread, 0); in l1oip_socket_close()
802 hc->socket_thread = kthread_run(l1oip_socket_thread, hc, "l1oip_%s", in l1oip_socket_open()
804 if (IS_ERR(hc->socket_thread)) { in l1oip_socket_open()
805 int err = PTR_ERR(hc->socket_thread); in l1oip_socket_open()
808 hc->socket_thread = NULL; in l1oip_socket_open()
1259 if (hc->socket_thread) in release_card()