函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:get_random_order

函数原型:static int *get_random_order(int count)

返回类型:int

参数:

类型参数名称
intcount
354  order等于分配数组内存
355  如果非order则返回:order
358 n小于count循环order[n]等于n
361 n大于1循环
362  r等于get_random_int()取模n加1的和
363  如果r不等于n
364  tmp等于order[n]
365  order[n]等于order[r]
366  order[r]等于tmp
370  返回:order
调用者
名称描述
stress_inorder_work
stress_reorder_work