repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
bpf
/
verifier
/
scale.c
blob
7f868d4802e0e1feb48ec399efdfae0e576c699e
1
{
2
"scale: scale test 1"
,
3
.
insns
= { },
4
.
data
= { },
5
.
fill_helper
=
bpf_fill_scale
,
6
.
prog_type
=
BPF_PROG_TYPE_SCHED_CLS
,
7
.
result
=
ACCEPT
,
8
.
retval
=
1
,
9
},
10
{
11
"scale: scale test 2"
,
12
.
insns
= { },
13
.
data
= { },
14
.
fill_helper
=
bpf_fill_scale
,
15
.
prog_type
=
BPF_PROG_TYPE_SCHED_CLS
,
16
.
result
=
ACCEPT
,
17
.
retval
=
2
,
18
},