Searched refs:kvrealloc (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/ |
| A D | drm_exec.c | 148 tmp = kvrealloc(exec->objects, size + PAGE_SIZE, GFP_KERNEL); in drm_exec_obj_locked()
|
| /linux/arch/powerpc/platforms/pseries/ |
| A D | papr-vpd.c | 159 new_ptr = kvrealloc(old_ptr, new_len, GFP_KERNEL_ACCOUNT); in vpd_blob_extend()
|
| /linux/arch/s390/mm/ |
| A D | dump_pagetables.c | 259 markers = kvrealloc(markers, newsize, GFP_KERNEL); in add_marker()
|
| /linux/include/linux/ |
| A D | slab.h | 1053 #define kvrealloc(...) alloc_hooks(kvrealloc_noprof(__VA_ARGS__)) macro
|
| /linux/arch/arm64/kvm/ |
| A D | nested.c | 64 tmp = kvrealloc(kvm->arch.nested_mmus, in kvm_vcpu_init_nested()
|
| /linux/lib/ |
| A D | fortify_kunit.c | 309 kvrealloc(orig, ((alloc_pages) * PAGE_SIZE) * 2, gfp), \
|
| /linux/kernel/ |
| A D | resource.c | 453 rams_new = kvrealloc(rams, (rams_size + 16) * sizeof(struct resource), in walk_system_ram_res_rev()
|
| /linux/fs/xfs/ |
| A D | xfs_log_recover.c | 2131 ptr = kvrealloc(old_ptr, len + old_len, GFP_KERNEL); in xlog_recover_add_to_cont_trans()
|
Completed in 24 milliseconds