Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
A Ddrm_exec.c148 tmp = kvrealloc(exec->objects, size + PAGE_SIZE, GFP_KERNEL); in drm_exec_obj_locked()
/linux/arch/powerpc/platforms/pseries/
A Dpapr-vpd.c159 new_ptr = kvrealloc(old_ptr, new_len, GFP_KERNEL_ACCOUNT); in vpd_blob_extend()
/linux/arch/s390/mm/
A Ddump_pagetables.c259 markers = kvrealloc(markers, newsize, GFP_KERNEL); in add_marker()
/linux/include/linux/
A Dslab.h1053 #define kvrealloc(...) alloc_hooks(kvrealloc_noprof(__VA_ARGS__)) macro
/linux/arch/arm64/kvm/
A Dnested.c64 tmp = kvrealloc(kvm->arch.nested_mmus, in kvm_vcpu_init_nested()
/linux/lib/
A Dfortify_kunit.c309 kvrealloc(orig, ((alloc_pages) * PAGE_SIZE) * 2, gfp), \
/linux/kernel/
A Dresource.c453 rams_new = kvrealloc(rams, (rams_size + 16) * sizeof(struct resource), in walk_system_ram_res_rev()
/linux/fs/xfs/
A Dxfs_log_recover.c2131 ptr = kvrealloc(old_ptr, len + old_len, GFP_KERNEL); in xlog_recover_add_to_cont_trans()

Completed in 24 milliseconds