Home
last modified time | relevance | path

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

/kernel/
Dseccomp.c273 static int seccomp_check_filter(struct sock_filter *filter, unsigned int flen) in seccomp_check_filter() argument
276 for (pc = 0; pc < flen; pc++) { in seccomp_check_filter()
/kernel/cgroup/
Dcgroup.c6710 int fstart = 0, fend = 0, flen; in cgroup_parse_float() local
6717 flen = fend > fstart ? fend - fstart : 0; in cgroup_parse_float()
6718 if (flen < dec_shift) in cgroup_parse_float()
6719 frac *= power_of_ten(dec_shift - flen); in cgroup_parse_float()
6721 frac = DIV_ROUND_CLOSEST_ULL(frac, power_of_ten(flen - dec_shift)); in cgroup_parse_float()