Function report |
Source Code:include\linux\llist.h |
Create Date:2022-07-28 05:37:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:llist_add - add a new entry*@new: new entry to be added*@head: the head for your lock-less list* Returns true if the list was empty prior to adding this entry.
Proto:static inline bool llist_add(struct llist_node *new, struct llist_head *head)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct llist_node * | new | |
struct llist_head * | head |
209 | Return llist_add_batch(new, new, head) |
Name | Describe |
---|---|
mce_gen_pool_prepare_records | The system has panicked - we'd like to peruse the list of MCE records* that have been queued, but not seen by anyone yet |
mce_gen_pool_add | |
generic_exec_single | Insert a previously allocated call_single_data_t element* for execution on the given CPU. data must already have* ->func, ->info, and ->flags set. |
smp_call_function_many | smp_call_function_many(): Run a function on a set of other CPUs |
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'. |
__irq_work_queue_local | Enqueue on current CPU, work must already be claimed and preempt disabled |
free_vmap_area_noflush | Free a vmap area, caller ensuring that the area has been unmapped* and flush_cache_vunmap had been called for the correct range* previously. |
__vfree_deferred | |
free_huge_page | |
fput_many | |
mntput_no_expire |
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 |