Searched refs:socket_thread (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | l1oip_core.c | 745 hc->socket_thread = NULL; /* show termination of thread */ in l1oip_socket_thread() 759 if (hc->socket_thread) { in l1oip_socket_close() 763 send_sig(SIGTERM, hc->socket_thread, 0); in l1oip_socket_close() 787 hc->socket_thread = kthread_run(l1oip_socket_thread, hc, "l1oip_%s", in l1oip_socket_open() 789 if (IS_ERR(hc->socket_thread)) { in l1oip_socket_open() 790 int err = PTR_ERR(hc->socket_thread); in l1oip_socket_open() 793 hc->socket_thread = NULL; in l1oip_socket_open() 1244 if (hc->socket_thread) in release_card()
|
H A D | l1oip.h | 73 struct task_struct *socket_thread; member
|
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | l1oip_core.c | 745 hc->socket_thread = NULL; /* show termination of thread */ in l1oip_socket_thread() 759 if (hc->socket_thread) { in l1oip_socket_close() 763 send_sig(SIGTERM, hc->socket_thread, 0); in l1oip_socket_close() 787 hc->socket_thread = kthread_run(l1oip_socket_thread, hc, "l1oip_%s", in l1oip_socket_open() 789 if (IS_ERR(hc->socket_thread)) { in l1oip_socket_open() 790 int err = PTR_ERR(hc->socket_thread); in l1oip_socket_open() 793 hc->socket_thread = NULL; in l1oip_socket_open() 1244 if (hc->socket_thread) in release_card()
|
H A D | l1oip.h | 73 struct task_struct *socket_thread; member
|
Completed in 7 milliseconds