Searched refs:limit (Results 1 – 10 of 10) sorted by relevance
/kernel/cgroup/ |
D | pids.c | 48 atomic64_t limit; member 77 atomic64_set(&pids->limit, PIDS_MAX); in pids_css_alloc() 149 int64_t limit = atomic64_read(&p->limit); in pids_try_charge() local 156 if (new > limit) in pids_try_charge() 260 int64_t limit; in pids_max_write() local 265 limit = PIDS_MAX; in pids_max_write() 269 err = kstrtoll(buf, 0, &limit); in pids_max_write() 273 if (limit < 0 || limit >= PIDS_MAX) in pids_max_write() 281 atomic64_set(&pids->limit, limit); in pids_max_write() 289 int64_t limit = atomic64_read(&pids->limit); in pids_max_show() local [all …]
|
/kernel/dma/ |
D | contiguous.c | 107 void __init dma_contiguous_reserve(phys_addr_t limit) in dma_contiguous_reserve() argument 111 phys_addr_t selected_limit = limit; in dma_contiguous_reserve() 114 pr_debug("%s(limit %08lx)\n", __func__, (unsigned long)limit); in dma_contiguous_reserve() 119 selected_limit = min_not_zero(limit_cmdline, limit); in dma_contiguous_reserve() 163 phys_addr_t limit, struct cma **res_cma, in dma_contiguous_reserve_area() argument 168 ret = cma_declare_contiguous(base, size, limit, 0, 0, fixed, in dma_contiguous_reserve_area()
|
/kernel/bpf/ |
D | lpm_trie.c | 168 u32 limit = min(node->prefixlen, key->prefixlen); in longest_prefix_match() local 184 if (prefixlen >= limit) in longest_prefix_match() 185 return limit; in longest_prefix_match() 197 if (prefixlen >= limit) in longest_prefix_match() 198 return limit; in longest_prefix_match() 209 if (prefixlen >= limit) in longest_prefix_match() 210 return limit; in longest_prefix_match() 219 if (prefixlen >= limit) in longest_prefix_match() 220 return limit; in longest_prefix_match()
|
/kernel/debug/ |
D | gdbstub.c | 410 unsigned char *limit; in pack_threadid() local 413 limit = id + (BUF_THREAD_ID_SIZE / 2); in pack_threadid() 414 while (id < limit) { in pack_threadid()
|
/kernel/ |
D | audit.c | 425 static int audit_set_rate_limit(u32 limit) in audit_set_rate_limit() argument 427 return audit_do_config_change("audit_rate_limit", &audit_rate_limit, limit); in audit_set_rate_limit() 430 static int audit_set_backlog_limit(u32 limit) in audit_set_backlog_limit() argument 432 return audit_do_config_change("audit_backlog_limit", &audit_backlog_limit, limit); in audit_set_backlog_limit()
|
D | futex.c | 3681 unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; in exit_robust_list() local 3730 if (!--limit) in exit_robust_list() 3981 unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; in compat_exit_robust_list() local 4036 if (!--limit) in compat_exit_robust_list()
|
D | signal.c | 3113 unsigned char limit, layout; member 3134 if (si_code <= sig_sicodes[sig].limit) in known_siginfo_layout() 3152 (si_code <= sig_sicodes[sig].limit)) { in siginfo_layout()
|
/kernel/livepatch/ |
D | core.c | 1081 struct klp_patch *limit) in klp_cleanup_module_patches_limited() argument 1087 if (patch == limit) in klp_cleanup_module_patches_limited()
|
/kernel/time/ |
D | posix-cpu-timers.c | 807 static bool check_rlimit(u64 time, u64 limit, int signo, bool rt, bool hard) in check_rlimit() argument 809 if (time < limit) in check_rlimit()
|
/kernel/power/ |
D | Kconfig | 144 int "Maximum number of user space wakeup sources (0 = no limit)"
|