Home
last modified time | relevance | path

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

/kernel/
Dseccomp.c275 static int seccomp_check_filter(struct sock_filter *filter, unsigned int flen) in seccomp_check_filter() argument
278 for (pc = 0; pc < flen; pc++) { in seccomp_check_filter()
/kernel/cgroup/
Dcgroup.c6952 int fstart = 0, fend = 0, flen; in cgroup_parse_float() local
6959 flen = fend > fstart ? fend - fstart : 0; in cgroup_parse_float()
6960 if (flen < dec_shift) in cgroup_parse_float()
6961 frac *= power_of_ten(dec_shift - flen); in cgroup_parse_float()
6963 frac = DIV_ROUND_CLOSEST_ULL(frac, power_of_ten(flen - dec_shift)); in cgroup_parse_float()