Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/isdn/mISDN/
Dl1oip_core.c743 hc->socket_thread = NULL; /* show termination of thread */ in l1oip_socket_thread()
757 if (hc->socket_thread) { in l1oip_socket_close()
761 send_sig(SIGTERM, hc->socket_thread, 0); in l1oip_socket_close()
785 hc->socket_thread = kthread_run(l1oip_socket_thread, hc, "l1oip_%s", in l1oip_socket_open()
787 if (IS_ERR(hc->socket_thread)) { in l1oip_socket_open()
788 int err = PTR_ERR(hc->socket_thread); in l1oip_socket_open()
791 hc->socket_thread = NULL; in l1oip_socket_open()
1243 if (hc->socket_thread) in release_card()
Dl1oip.h72 struct task_struct *socket_thread; member