Searched refs:limit (Results 1 – 5 of 5) sorted by relevance
28 limit = (n - 1) / 230 while d <= limit:
600 int64_t limit = 0; in get_target_sparse_limit() local605 limit = strtoul(response, NULL, 0); in get_target_sparse_limit()606 if (limit > 0) { in get_target_sparse_limit()608 limit); in get_target_sparse_limit()612 return limit; in get_target_sparse_limit()617 int64_t limit; in get_sparse_limit() local622 limit = sparse_limit; in get_sparse_limit()628 limit = target_sparse_limit; in get_sparse_limit()634 if (size > limit) { in get_sparse_limit()635 return limit; in get_sparse_limit()[all …]
517 struct rlimit limit; in do_setrlimit() local520 limit.rlim_cur = atoi(args[2]); in do_setrlimit()521 limit.rlim_max = atoi(args[3]); in do_setrlimit()522 return setrlimit(resource, &limit); in do_setrlimit()
337 def _SetICMPRatelimit(cls, version, limit): argument338 cls.SetSysctl(cls._ICMPRatelimitFilename(version), limit)
178 # qtaguid will limit access to specific data based on group memberships.