Searched refs:np_thread (Results 1 - 3 of 3) sorted by relevance

/drivers/target/iscsi/
H A Discsi_target.c395 np->np_thread = kthread_run(iscsi_target_login_thread, np, "iscsi_np");
396 if (IS_ERR(np->np_thread)) {
398 ret = PTR_ERR(np->np_thread);
435 if (np->np_thread) {
437 send_sig(SIGINT, np->np_thread, 1);
470 if (np->np_thread) {
475 send_sig(SIGINT, np->np_thread, 1);
476 kthread_stop(np->np_thread);
477 np->np_thread = NULL;
H A Discsi_target_core.h788 struct task_struct *np_thread; member in struct:iscsi_np
H A Discsi_target_login.c843 if (np->np_thread)
844 send_sig(SIGINT, np->np_thread, 1);

Completed in 24 milliseconds