Function report |
Source Code:include\linux\module.h |
Create Date:2022-07-28 05:48:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:module_put
Proto:static inline void module_put(struct module *module)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct module * | module |
NULL
Name | Describe |
---|---|
test_kmod_put_module | |
textsearch_prepare | xtsearch_prepare - Prepare a search*@algo: name of search algorithm*@pattern: pattern data*@len: length of pattern*@gfp_mask: allocation mask*@flags: search flags* Looks up the search algorithm module and creates a new textsearch |
textsearch_destroy | xtsearch_destroy - destroy a search configuration*@conf: search configuration* Releases all references of the configuration and frees* up the memory. |
__mmput | |
__setup_irq | register an interrupt |
__free_irq | Internal function to unregister an irqaction - used to free* regular and special interrupts that are part of the architecture. |
__cleanup_nmi | This function must be called with desc->lock held |
__free_percpu_irq | Internal function to unregister a percpu irqaction. |
klp_free_patch_finish | This function implements the free part that must be called outside* klp_mutex.* It must be called after klp_free_patch_start(). And it has to be* the last function accessing the livepatch structures when the patch* gets disabled. |
change_clocksource | hange_clocksource - Swaps clocksources if a new one is available* Accumulates current time interval and initializes new clocksource |
clockevents_replace | Try to install a replacement clock event device |
clockevents_exchange_device | lockevents_exchange_device - release and request clock devices*@old: device to release (can be NULL)*@new: device to request (can be NULL)* Called from various tick functions with clockevents_lock held and* interrupts disabled. |
__module_put_and_exit | A thread that wants to hold a reference to a module only while it* is running can call this to safely exit. nfsd and lockd use this. |
do_init_module | This is where the real work happens.* Keep it uninlined to provide a reliable breakpoint target, e.g. for the gdb* helper command 'lx-symbols'. |
check_kprobe_address_safe | |
register_kprobe | |
perf_trace_event_unreg | |
perf_trace_init | |
event_enable_trigger_free | |
event_enable_trigger_func | |
bpf_put_raw_tracepoint | |
_free_event | |
perf_try_init_event | |
perf_event_alloc | Allocate and initialize an event structure |
zpool_put_driver | |
elevator_put | |
get_disk_and_module | |
put_disk_and_module | This is a counterpart of get_disk_and_module() and thus also of* get_gendisk(). |
cdev_get | |
cdev_put | |
put_binfmt | |
set_binfmt | |
put_filesystem | |
anon_inode_getfile | anon_inode_getfile - creates a new file instance by hooking it up to an* anonymous inode, and a dentry that describe the "class"* of the file*@name: [in] name of the "class" of the new file*@fops: [in] file operations for the new file*@priv: [in] private |
put_quota_format |
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 |