Home
last modified time | relevance | path

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

/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/arch/riscv/kernel/
H A Dmodule-sections.c172 new_scratch = kvrealloc(scratch, scratch_size, GFP_KERNEL); in module_frob_arch_sections()
/linux/arch/s390/mm/
H A Ddump_pagetables.c298 new = kvrealloc(markers, newsize, GFP_KERNEL); in add_marker()
/linux/include/linux/
H A Dslab.h1370 * If @p is %NULL, kvrealloc() behaves exactly like kvmalloc(). If @size is 0
1394 #define kvrealloc(...) kvrealloc_node(__VA_ARGS__, NUMA_NO_NODE)
1232 #define kvrealloc(...) kvrealloc_ global() macro
/linux/kernel/bpf/
H A Dcfg.c180 new = kvrealloc(old, new_size, GFP_KERNEL_ACCOUNT); in bpf_iarray_realloc()
/linux/lib/tests/
H A Dfortify_kunit.c326 kvrealloc(orig, ((alloc_pages) * PAGE_SIZE) * 2, gfp), \
/linux/fs/ntfs/
H A Dinode.c3057 aln = kvrealloc(al, al_len, GFP_NOFS); in ntfs_inode_add_attrlist()
3239 tmp_nis = kvrealloc(tmp_nis, base_ni->nr_extents * in ntfs_inode_close()
/linux/fs/xfs/
H A Dxfs_log_recover.c2136 ptr = kvrealloc(old_ptr, len + old_len, GFP_KERNEL); in xlog_recover_add_to_cont_trans()