Home
last modified time | relevance | path

Searched refs:kvrealloc (Results 1 – 12 of 12) sorted by relevance

/linux/rust/helpers/
H A Dslab.c14 return kvrealloc(p, size, flags); in rust_helper_kvrealloc()
/linux/rust/kernel/alloc/
H A Dallocator.rs59 /// One of the following: `krealloc`, `vrealloc`, `kvrealloc`.
71 // INVARIANT: `kvrealloc` satisfies the type invariants.
72 const KVREALLOC: Self = Self(bindings::kvrealloc);
104 // - `self.0` is one of `krealloc`, `vrealloc`, `kvrealloc` and thus only requires that in call()
109 // - `self.0` is one of `krealloc`, `vrealloc`, `kvrealloc`. in call()
/linux/arch/powerpc/platforms/pseries/
H A Dpapr-rtas-common.c55 new_ptr = kvrealloc(old_ptr, new_len, GFP_KERNEL_ACCOUNT); in papr_rtas_blob_extend()
/linux/drivers/gpu/drm/
H A Ddrm_exec.c150 tmp = kvrealloc(exec->objects, size + PAGE_SIZE, GFP_KERNEL); in drm_exec_obj_locked()
/linux/arch/riscv/kernel/
H A Dmodule-sections.c171 scratch = kvrealloc(scratch, scratch_size, GFP_KERNEL); in module_frob_arch_sections()
/linux/arch/s390/mm/
H A Ddump_pagetables.c301 markers = kvrealloc(markers, newsize, GFP_KERNEL); in add_marker()
/linux/include/linux/
H A Dslab.h1078 #define kvrealloc(...) alloc_hooks(kvrealloc_noprof(__VA_ARGS__)) macro
/linux/arch/arm64/kvm/
H A Dnested.c92 tmp = kvrealloc(kvm->arch.nested_mmus, in kvm_vcpu_init_nested()
/linux/kernel/
H A Dresource.c472 rams_new = kvrealloc(rams, (rams_size + 16) * sizeof(struct resource), in walk_system_ram_res_rev()
/linux/lib/tests/
H A Dfortify_kunit.c326 kvrealloc(orig, ((alloc_pages) * PAGE_SIZE) * 2, gfp), \
/linux/fs/xfs/
H A Dxfs_log_recover.c2137 ptr = kvrealloc(old_ptr, len + old_len, GFP_KERNEL); in xlog_recover_add_to_cont_trans()
/linux/kernel/bpf/
H A Dverifier.c1883 info = kvrealloc(env->scc_info[scc], new_sz, GFP_KERNEL_ACCOUNT); in scc_visit_alloc()