调用者名称 | 描述 |
ida_alloc_range | da_alloc_range() - Allocate an unused ID.*@ida: IDA handle.*@min: Lowest ID to allocate.*@max: Highest ID to allocate.*@gfp: Memory allocation flags.* Allocate an ID between @min and @max, inclusive. The allocated ID will |
alloc_ldt_struct | The caller must call finalize_ldt_struct on the result. LDT starts zeroed. |
free_resource | |
free_hash | |
mempool_exit | mempool_exit - exit a mempool initialized with mempool_init()*@pool: pointer to the memory pool which was initialized with* mempool_init().* Free all reserved elements in @pool and @pool itself. This function* only sleeps if the free_fn() function sleeps. |
free_part_info | |
__reqsk_free | |
tcp_saved_syn_free | |
ida_free | da_free() - Release an allocated ID.*@ida: IDA handle.*@id: Previously allocated ID.* Context: Any context. |
ida_destroy | 释放所有缓存层内IDA树 |
argv_free | 释放参数 |
argv_split | argv_split - split a string at whitespace, returning an argv*@gfp: the GFP mask used to allocate memory*@str: the string to be split*@argcp: returned argument count* Returns an array of pointers to strings which are split out from*@str |
kobject_action_args | |
kobject_synth_uevent | kobject_synth_uevent - send synthetic uevent with arguments*@kobj: struct kobject for which synthetic uevent is to be generated*@buf: buffer containing action type and action args, newline is ignored*@count: length of buffer* Returns 0 if |
kobject_uevent_env | kobject_uevent_env - send an uevent with environmental data*@kobj: struct kobject that the action is happening to*@action: action that is happening*@envp_ext: pointer to environmental data* Returns 0 if kobject_uevent_env() is completed with success or the |
uevent_net_init | |
uevent_net_exit | |
kobject_rename | kobject_rename() - Change the name of an object |
kobject_move | 移动对象 |
dynamic_kobj_release | |
kset_release | |
kset_create | kset_create() - Create a struct kset dynamically |
kset_create_and_add | kset_create_and_add() - Create a struct kset dynamically and add it to sysfs |
ipc_init_proc_interface | pc_init_proc_interface - create a proc interface for sysipc types using a seq_file interface.*@path: Path in procfs*@header: Banner to be printed at the beginning of the file.*@ids: ipc id table to iterate.*@show: show routine. |
bio_free | |
key_gc_unused_keys | Garbage collect a list of unreferenced, detached keys |
vfs_readv | |