Searched defs:limit (Results 1 – 9 of 9) sorted by relevance
/kernel/cgroup/ |
D | pids.c | 48 atomic64_t limit; member 149 int64_t limit = atomic64_read(&p->limit); in pids_try_charge() local 260 int64_t limit; in pids_max_write() local 289 int64_t limit = atomic64_read(&pids->limit); in pids_max_show() local
|
/kernel/dma/ |
D | contiguous.c | 107 void __init dma_contiguous_reserve(phys_addr_t limit) in dma_contiguous_reserve() 163 phys_addr_t limit, struct cma **res_cma, in dma_contiguous_reserve_area()
|
/kernel/bpf/ |
D | lpm_trie.c | 168 u32 limit = min(node->prefixlen, key->prefixlen); in longest_prefix_match() local
|
/kernel/debug/ |
D | gdbstub.c | 410 unsigned char *limit; in pack_threadid() local
|
/kernel/ |
D | audit.c | 425 static int audit_set_rate_limit(u32 limit) in audit_set_rate_limit() 430 static int audit_set_backlog_limit(u32 limit) in audit_set_backlog_limit()
|
D | futex.c | 3681 unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; in exit_robust_list() local 3981 unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; in compat_exit_robust_list() local
|
D | signal.c | 3113 unsigned char limit, layout; member
|
/kernel/livepatch/ |
D | core.c | 1081 struct klp_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()
|