/linux/lib/kunit/ |
H A D | try-catch.c | diff cead18552660702a4a46f58e65188fe5f36e9dfe Mon Nov 22 18:15:19 CET 2021 Eric W. Biederman <ebiederm@xmission.com> exit: Rename complete_and_exit to kthread_complete_and_exit
Update complete_and_exit to call kthread_exit instead of do_exit.
Change the name to reflect this change in functionality. All of the users of complete_and_exit are causing the current kthread to exit so this change makes it clear what is happening.
Move the implementation of kthread_complete_and_exit from kernel/exit.c to to kernel/kthread.c. As this function is kthread specific it makes most sense to live with the kthread functions.
There are no functional change.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
/linux/drivers/net/wireless/rsi/ |
H A D | rsi_91x_coex.c | diff cead18552660702a4a46f58e65188fe5f36e9dfe Mon Nov 22 18:15:19 CET 2021 Eric W. Biederman <ebiederm@xmission.com> exit: Rename complete_and_exit to kthread_complete_and_exit
Update complete_and_exit to call kthread_exit instead of do_exit.
Change the name to reflect this change in functionality. All of the users of complete_and_exit are causing the current kthread to exit so this change makes it clear what is happening.
Move the implementation of kthread_complete_and_exit from kernel/exit.c to to kernel/kthread.c. As this function is kthread specific it makes most sense to live with the kthread functions.
There are no functional change.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
H A D | rsi_91x_usb_ops.c | diff cead18552660702a4a46f58e65188fe5f36e9dfe Mon Nov 22 18:15:19 CET 2021 Eric W. Biederman <ebiederm@xmission.com> exit: Rename complete_and_exit to kthread_complete_and_exit
Update complete_and_exit to call kthread_exit instead of do_exit.
Change the name to reflect this change in functionality. All of the users of complete_and_exit are causing the current kthread to exit so this change makes it clear what is happening.
Move the implementation of kthread_complete_and_exit from kernel/exit.c to to kernel/kthread.c. As this function is kthread specific it makes most sense to live with the kthread functions.
There are no functional change.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
H A D | rsi_91x_sdio_ops.c | diff cead18552660702a4a46f58e65188fe5f36e9dfe Mon Nov 22 18:15:19 CET 2021 Eric W. Biederman <ebiederm@xmission.com> exit: Rename complete_and_exit to kthread_complete_and_exit
Update complete_and_exit to call kthread_exit instead of do_exit.
Change the name to reflect this change in functionality. All of the users of complete_and_exit are causing the current kthread to exit so this change makes it clear what is happening.
Move the implementation of kthread_complete_and_exit from kernel/exit.c to to kernel/kthread.c. As this function is kthread specific it makes most sense to live with the kthread functions.
There are no functional change.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
H A D | rsi_91x_main.c | diff cead18552660702a4a46f58e65188fe5f36e9dfe Mon Nov 22 18:15:19 CET 2021 Eric W. Biederman <ebiederm@xmission.com> exit: Rename complete_and_exit to kthread_complete_and_exit
Update complete_and_exit to call kthread_exit instead of do_exit.
Change the name to reflect this change in functionality. All of the users of complete_and_exit are causing the current kthread to exit so this change makes it clear what is happening.
Move the implementation of kthread_complete_and_exit from kernel/exit.c to to kernel/kthread.c. As this function is kthread specific it makes most sense to live with the kthread functions.
There are no functional change.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
/linux/drivers/pnp/pnpbios/ |
H A D | core.c | diff cead18552660702a4a46f58e65188fe5f36e9dfe Mon Nov 22 18:15:19 CET 2021 Eric W. Biederman <ebiederm@xmission.com> exit: Rename complete_and_exit to kthread_complete_and_exit
Update complete_and_exit to call kthread_exit instead of do_exit.
Change the name to reflect this change in functionality. All of the users of complete_and_exit are causing the current kthread to exit so this change makes it clear what is happening.
Move the implementation of kthread_complete_and_exit from kernel/exit.c to to kernel/kthread.c. As this function is kthread specific it makes most sense to live with the kthread functions.
There are no functional change.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
/linux/drivers/staging/rts5208/ |
H A D | rtsx.c | diff cead18552660702a4a46f58e65188fe5f36e9dfe Mon Nov 22 18:15:19 CET 2021 Eric W. Biederman <ebiederm@xmission.com> exit: Rename complete_and_exit to kthread_complete_and_exit
Update complete_and_exit to call kthread_exit instead of do_exit.
Change the name to reflect this change in functionality. All of the users of complete_and_exit are causing the current kthread to exit so this change makes it clear what is happening.
Move the implementation of kthread_complete_and_exit from kernel/exit.c to to kernel/kthread.c. As this function is kthread specific it makes most sense to live with the kthread functions.
There are no functional change.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
/linux/drivers/usb/atm/ |
H A D | usbatm.c | diff cead18552660702a4a46f58e65188fe5f36e9dfe Mon Nov 22 18:15:19 CET 2021 Eric W. Biederman <ebiederm@xmission.com> exit: Rename complete_and_exit to kthread_complete_and_exit
Update complete_and_exit to call kthread_exit instead of do_exit.
Change the name to reflect this change in functionality. All of the users of complete_and_exit are causing the current kthread to exit so this change makes it clear what is happening.
Move the implementation of kthread_complete_and_exit from kernel/exit.c to to kernel/kthread.c. As this function is kthread specific it makes most sense to live with the kthread functions.
There are no functional change.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
/linux/include/linux/ |
H A D | kthread.h | diff cead18552660702a4a46f58e65188fe5f36e9dfe Mon Nov 22 18:15:19 CET 2021 Eric W. Biederman <ebiederm@xmission.com> exit: Rename complete_and_exit to kthread_complete_and_exit
Update complete_and_exit to call kthread_exit instead of do_exit.
Change the name to reflect this change in functionality. All of the users of complete_and_exit are causing the current kthread to exit so this change makes it clear what is happening.
Move the implementation of kthread_complete_and_exit from kernel/exit.c to to kernel/kthread.c. As this function is kthread specific it makes most sense to live with the kthread functions.
There are no functional change.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
H A D | kernel.h | diff cead18552660702a4a46f58e65188fe5f36e9dfe Mon Nov 22 18:15:19 CET 2021 Eric W. Biederman <ebiederm@xmission.com> exit: Rename complete_and_exit to kthread_complete_and_exit
Update complete_and_exit to call kthread_exit instead of do_exit.
Change the name to reflect this change in functionality. All of the users of complete_and_exit are causing the current kthread to exit so this change makes it clear what is happening.
Move the implementation of kthread_complete_and_exit from kernel/exit.c to to kernel/kthread.c. As this function is kthread specific it makes most sense to live with the kthread functions.
There are no functional change.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
/linux/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | diff cead18552660702a4a46f58e65188fe5f36e9dfe Mon Nov 22 18:15:19 CET 2021 Eric W. Biederman <ebiederm@xmission.com> exit: Rename complete_and_exit to kthread_complete_and_exit
Update complete_and_exit to call kthread_exit instead of do_exit.
Change the name to reflect this change in functionality. All of the users of complete_and_exit are causing the current kthread to exit so this change makes it clear what is happening.
Move the implementation of kthread_complete_and_exit from kernel/exit.c to to kernel/kthread.c. As this function is kthread specific it makes most sense to live with the kthread functions.
There are no functional change.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
/linux/kernel/ |
H A D | kthread.c | diff cead18552660702a4a46f58e65188fe5f36e9dfe Mon Nov 22 18:15:19 CET 2021 Eric W. Biederman <ebiederm@xmission.com> exit: Rename complete_and_exit to kthread_complete_and_exit
Update complete_and_exit to call kthread_exit instead of do_exit.
Change the name to reflect this change in functionality. All of the users of complete_and_exit are causing the current kthread to exit so this change makes it clear what is happening.
Move the implementation of kthread_complete_and_exit from kernel/exit.c to to kernel/kthread.c. As this function is kthread specific it makes most sense to live with the kthread functions.
There are no functional change.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
H A D | exit.c | diff cead18552660702a4a46f58e65188fe5f36e9dfe Mon Nov 22 18:15:19 CET 2021 Eric W. Biederman <ebiederm@xmission.com> exit: Rename complete_and_exit to kthread_complete_and_exit
Update complete_and_exit to call kthread_exit instead of do_exit.
Change the name to reflect this change in functionality. All of the users of complete_and_exit are causing the current kthread to exit so this change makes it clear what is happening.
Move the implementation of kthread_complete_and_exit from kernel/exit.c to to kernel/kthread.c. As this function is kthread specific it makes most sense to live with the kthread functions.
There are no functional change.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|
/linux/tools/objtool/ |
H A D | check.c | diff cead18552660702a4a46f58e65188fe5f36e9dfe Mon Nov 22 18:15:19 CET 2021 Eric W. Biederman <ebiederm@xmission.com> exit: Rename complete_and_exit to kthread_complete_and_exit
Update complete_and_exit to call kthread_exit instead of do_exit.
Change the name to reflect this change in functionality. All of the users of complete_and_exit are causing the current kthread to exit so this change makes it clear what is happening.
Move the implementation of kthread_complete_and_exit from kernel/exit.c to to kernel/kthread.c. As this function is kthread specific it makes most sense to live with the kthread functions.
There are no functional change.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|