Searched defs:limit (Results 1 – 11 of 11) sorted by relevance
/kernel/cgroup/ |
D | pids.c | 49 atomic64_t limit; member 150 int64_t limit = atomic64_read(&p->limit); in pids_try_charge() local 267 int64_t limit; in pids_max_write() local 296 int64_t limit = atomic64_read(&pids->limit); in pids_max_show() local
|
/kernel/dma/ |
D | contiguous.c | 169 void __init dma_contiguous_reserve(phys_addr_t limit) in dma_contiguous_reserve() 230 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/ |
D | panic.c | 225 unsigned int limit; in check_panic_on_warn() local
|
D | audit.c | 431 static int audit_set_rate_limit(u32 limit) in audit_set_rate_limit() 436 static int audit_set_backlog_limit(u32 limit) in audit_set_backlog_limit()
|
D | exit.c | 923 unsigned int limit; in make_task_dead() local
|
D | signal.c | 3166 unsigned char limit, layout; member
|
/kernel/debug/ |
D | gdbstub.c | 410 unsigned char *limit; in pack_threadid() local
|
/kernel/livepatch/ |
D | core.c | 1140 struct klp_patch *limit) in klp_cleanup_module_patches_limited()
|
/kernel/futex/ |
D | core.c | 3566 unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; in exit_robust_list() local 3868 unsigned int limit = ROBUST_LIST_LIMIT, pi, pip; in compat_exit_robust_list() local
|
/kernel/time/ |
D | posix-cpu-timers.c | 814 static bool check_rlimit(u64 time, u64 limit, int signo, bool rt, bool hard) in check_rlimit()
|