Searched defs:limit (Results 1 – 13 of 13) sorted by relevance
/kernel/cgroup/ |
D | pids.c | 49 atomic64_t limit; member 164 int64_t limit = atomic64_read(&p->limit); in pids_try_charge() local 287 int64_t limit; in pids_max_write() local 316 int64_t limit = atomic64_read(&pids->limit); in pids_max_show() local
|
/kernel/dma/ |
D | contiguous.c | 168 void __init dma_contiguous_reserve(phys_addr_t limit) in dma_contiguous_reserve() 229 phys_addr_t limit, struct cma **res_cma, in dma_contiguous_reserve_area()
|
D | debug.c | 354 int limit = min(HASH_SIZE, (index.dev_addr >> HASH_FN_SHIFT) + 1); in bucket_find_contain() local
|
/kernel/futex/ |
D | core.c | 791 unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; in exit_robust_list() local 885 unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; in compat_exit_robust_list() local
|
/kernel/bpf/ |
D | lpm_trie.c | 169 u32 limit = min(node->prefixlen, key->prefixlen); in longest_prefix_match() local
|
/kernel/ |
D | panic.c | 232 unsigned int limit; in check_panic_on_warn() local
|
D | audit.c | 429 static int audit_set_rate_limit(u32 limit) in audit_set_rate_limit() 434 static int audit_set_backlog_limit(u32 limit) in audit_set_backlog_limit()
|
D | user_namespace.c | 64 unsigned long limit = RLIM_INFINITY; in enforced_nproc_rlimit() local
|
D | exit.c | 942 unsigned int limit; in make_task_dead() local
|
D | signal.c | 3266 unsigned char limit, layout; member
|
/kernel/debug/ |
D | gdbstub.c | 407 unsigned char *limit; in pack_threadid() local
|
/kernel/livepatch/ |
D | core.c | 1154 struct klp_patch *limit) in klp_cleanup_module_patches_limited()
|
/kernel/time/ |
D | posix-cpu-timers.c | 879 static bool check_rlimit(u64 time, u64 limit, int signo, bool rt, bool hard) in check_rlimit()
|