函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\llist.c Create Date:2022-07-27 07:21:38
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称: 反转llist链顺序

函数原型:struct llist_node *llist_reverse_order(struct llist_node *head)

返回类型:struct llist_node

参数:

类型参数名称
struct llist_node *head
81  struct llist_node * new_head = NULL
83 head循环
84  tmp等于head
85  head等于next
86  next等于new_head
87  new_head等于tmp
90  返回:new_head
调用者
名称描述
mce_gen_pool_process
flush_smp_call_function_queue