Searched refs:kvrealloc (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/rust/helpers/ |
| H A D | slab.c | 14 return kvrealloc(p, size, flags); in rust_helper_kvrealloc()
|
| /linux-6.15/rust/kernel/alloc/ |
| H A D | allocator.rs | 72 const KVREALLOC: Self = Self(bindings::kvrealloc);
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_exec.c | 148 tmp = kvrealloc(exec->objects, size + PAGE_SIZE, GFP_KERNEL); in drm_exec_obj_locked()
|
| /linux-6.15/arch/powerpc/platforms/pseries/ |
| H A D | papr-vpd.c | 159 new_ptr = kvrealloc(old_ptr, new_len, GFP_KERNEL_ACCOUNT); in vpd_blob_extend()
|
| /linux-6.15/arch/s390/mm/ |
| H A D | dump_pagetables.c | 261 markers = kvrealloc(markers, newsize, GFP_KERNEL); in add_marker()
|
| /linux-6.15/include/linux/ |
| H A D | slab.h | 1078 #define kvrealloc(...) alloc_hooks(kvrealloc_noprof(__VA_ARGS__)) macro
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | nested.c | 65 tmp = kvrealloc(kvm->arch.nested_mmus, in kvm_vcpu_init_nested()
|
| /linux-6.15/kernel/ |
| H A D | resource.c | 472 rams_new = kvrealloc(rams, (rams_size + 16) * sizeof(struct resource), in walk_system_ram_res_rev()
|
| /linux-6.15/lib/tests/ |
| H A D | fortify_kunit.c | 326 kvrealloc(orig, ((alloc_pages) * PAGE_SIZE) * 2, gfp), \
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_log_recover.c | 2137 ptr = kvrealloc(old_ptr, len + old_len, GFP_KERNEL); in xlog_recover_add_to_cont_trans()
|
| /linux-6.15/kernel/bpf/ |
| H A D | verifier.c | 3874 p = kvrealloc(env->insn_hist, alloc_size, GFP_USER); in push_insn_history()
|