Function report |
Source Code:mm\kmemleak.c |
Create Date:2022-07-28 16:22:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Iterate over the object_list and return the first valid object at or after* the required position with its use_count incremented. The function triggers* a memory scanning when the pos argument points to the first position.
Proto:static void *kmemleak_seq_start(struct seq_file *seq, loff_t *pos)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct seq_file * | seq | |
loff_t * | pos |
1620 | err = mutex_lock_interruptible( & protects the memory scanning, parameters and debug/kmemleak file access ) |
1626 | If n-- > 0 Then Continue |
1631 | object = NULL |
1632 | out : |
1633 | Return object |
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 |