Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\error-inject.c Create Date:2022-07-28 07:12:20
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:within_error_injection_list

Proto:bool within_error_injection_list(unsigned long addr)

Type:bool

Parameter:

TypeParameterName
unsigned longaddr
26  bool ret = false
28  mutex_lock( & ei_mutex)
30  If addr >= start_addr && addr < end_addr Then
31  ret = true
32  Break
35  mutex_unlock( & ei_mutex)
36  Return ret
Caller
NameDescribe
trace_kprobe_error_injectable