函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:list_test_list_rotate_to_front

函数原型:static void list_test_list_rotate_to_front(struct kunit *test)

返回类型:void

参数:

类型参数名称
struct kunit *test
306  struct list_head * list_values[] = { & c, & d, & a, & b}
308  LIST_HEAD(list)
309  i等于0
311  添加链表项
312  添加链表项
313  添加链表项
314  添加链表项
317  list_rotate_to_front() - Rotate list to specific item.*@list: The desired new front of the list.*@head: The head of the list.* Rotates list so that @list becomes the new front of the list.
321  KUNIT_EXPECT_PTR_EQ() - Expects that pointers @left and @right are equal(test, ptr, list_values[i])
322  i自加
324  KUNIT_EXPECT_EQ() - Sets an expectation that @left and @right are equal(test, i, 4)