Searched refs:flen (Results 1 – 2 of 2) sorted by relevance
275 static int seccomp_check_filter(struct sock_filter *filter, unsigned int flen) in seccomp_check_filter() argument278 for (pc = 0; pc < flen; pc++) { in seccomp_check_filter()
6952 int fstart = 0, fend = 0, flen; in cgroup_parse_float() local6959 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()