Searched refs:get_children_pid (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/proc/ |
H A D | array.c | 688 get_children_pid(struct inode *inode, struct pid *pid_prev, loff_t pos) in get_children_pid() function 753 return get_children_pid(file_inode(seq->file), NULL, *pos); in children_seq_start() 760 pid = get_children_pid(file_inode(seq->file), v, *pos + 1); in children_seq_next()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | array.c | 713 get_children_pid(struct inode *inode, struct pid *pid_prev, loff_t pos) in get_children_pid() function 778 return get_children_pid(file_inode(seq->file), NULL, *pos); in children_seq_start() 785 pid = get_children_pid(file_inode(seq->file), v, *pos + 1); in children_seq_next()
|
Completed in 3 milliseconds