Home
last modified time | relevance | path

Searched refs:old_size (Results 1 – 3 of 3) sorted by relevance

/kernel/
Dkexec_core.c1025 unsigned long old_size; in crash_shrink_memory() local
1037 old_size = (end == 0) ? 0 : end - start + 1; in crash_shrink_memory()
1039 if (new_size >= old_size) { in crash_shrink_memory()
1040 ret = (new_size == old_size) ? 0 : -EINVAL; in crash_shrink_memory()
/kernel/livepatch/
Dtransition.c219 func_size = func->old_size; in klp_check_stack_func()
Dcore.c815 &func->old_size, NULL); in klp_init_object_loaded()