Home
last modified time | relevance | path

Searched refs:tnum_union (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dtnum.c154 acc = tnum_union(acc, tnum_add(acc, b)); in tnum_mul()
188 struct tnum tnum_union(struct tnum a, struct tnum b) in tnum_union() function
/linux/include/linux/
H A Dtnum.h61 struct tnum tnum_union(struct tnum t1, struct tnum t2);