Searched refs:kvrealloc (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | papr-rtas-common.c | 55 new_ptr = kvrealloc(old_ptr, new_len, GFP_KERNEL_ACCOUNT); in papr_rtas_blob_extend()
|
| /linux/arch/s390/mm/ |
| H A D | dump_pagetables.c | 298 new = kvrealloc(markers, newsize, GFP_KERNEL); in add_marker()
|
| /linux/kernel/bpf/ |
| H A D | cfg.c | 190 new = kvrealloc(old, new_size, GFP_KERNEL_ACCOUNT); in bpf_iarray_realloc()
|
| H A D | states.c | 128 info = kvrealloc(env->scc_info[scc], new_sz, GFP_KERNEL_ACCOUNT); in scc_visit_alloc()
|
| H A D | diagnostics.c | 466 events = kvrealloc(log->events, array_size(cap, sizeof(*events)), GFP_KERNEL_ACCOUNT); in diag_append_history()
|
| /linux/include/linux/ |
| H A D | slab.h | 1417 #define kvrealloc(...) kvrealloc_node(__VA_ARGS__, NUMA_NO_NODE) macro
|
| /linux/fs/ntfs/ |
| H A D | inode.c | 3085 aln = kvrealloc(al, al_len, GFP_NOFS); in ntfs_inode_add_attrlist() 3267 tmp_nis = kvrealloc(tmp_nis, base_ni->nr_extents * in ntfs_inode_close()
|
| /linux/kernel/ |
| H A D | resource.c | 517 rams_new = kvrealloc(rams, (rams_size + 16) * sizeof(struct resource), in walk_system_ram_res_rev()
|
| /linux/fs/xfs/ |
| H A D | xfs_log_recover.c | 2147 ptr = kvrealloc(old_ptr, len + old_len, GFP_KERNEL); in xlog_recover_add_to_cont_trans()
|