Function report |
Source Code:kernel\umh.c |
Create Date:2022-07-28 09:22:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__usermodehelper_set_disable_depth - Modify usermodehelper_disabled.*@depth: New value to assign to usermodehelper_disabled.* Change the value of usermodehelper_disabled (under umhelper_sem locked for* writing) and wakeup tasks waiting for it to change.
Proto:void __usermodehelper_set_disable_depth(enum umh_disable_depth depth)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
enum umh_disable_depth | depth |
305 | lock for writing |
307 | wake_up( & Used by usermodehelper_read_lock_wait() to wait for usermodehelper_disabled* to become 'false'.) |
Name | Describe |
---|---|
__usermodehelper_disable | __usermodehelper_disable - Prevent new helpers from being started.*@depth: New value to assign to usermodehelper_disabled.* Set usermodehelper_disabled to @depth and wait for running helpers to exit. |
freeze_processes | ze_processes - Signal user space processes to enter the refrigerator.* The current thread will not be frozen. The same process that calls* freeze_processes must later call thaw_processes.* On success, returns 0 |
thaw_processes |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |