/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-utils.c | 42 new_map = krealloc(*map, sizeof(*new_map) * new_num, GFP_KERNEL); in pinctrl_utils_reserve_map() 109 new_configs = krealloc(*configs, sizeof(*new_configs) * new_num, in pinctrl_utils_add_config()
|
D | pinctrl-tz1090-pdc.c | 299 new_map = krealloc(*map, sizeof(*new_map) * new_num, GFP_KERNEL); in reserve_map()
|
D | pinctrl-tz1090.c | 1043 new_map = krealloc(*map, sizeof(*new_map) * new_num, GFP_KERNEL); in reserve_map()
|
/linux-4.4.14/sound/hda/ |
D | array.c | 28 nlist = krealloc(array->list, size, GFP_KERNEL | __GFP_ZERO); in snd_array_new()
|
/linux-4.4.14/drivers/dma-buf/ |
D | reservation.c | 72 fobj = krealloc(obj->staged, offsetof(typeof(*fobj), shared[max]), in reservation_object_reserve_shared() 259 nshared = krealloc(shared, sz, in reservation_object_get_fences_rcu() 263 nshared = krealloc(shared, sz, GFP_KERNEL); in reservation_object_get_fences_rcu()
|
/linux-4.4.14/lib/ |
D | test_kasan.c | 92 ptr2 = krealloc(ptr1, size2, GFP_KERNEL); in kmalloc_oob_krealloc_more() 111 ptr2 = krealloc(ptr1, size2, GFP_KERNEL); in kmalloc_oob_krealloc_less()
|
/linux-4.4.14/tools/virtio/linux/ |
D | kernel.h | 66 static inline void *krealloc(void *p, size_t s, gfp_t gfp) in krealloc() function
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
D | vmci_handle_array.c | 58 new_array = krealloc(array, new_size, GFP_ATOMIC); in vmci_handle_arr_append_entry()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | cyttsp4_core.c | 208 p = krealloc(si->si_ptrs.cydata, si->si_ofs.cydata_size, GFP_KERNEL); in cyttsp4_si_get_cydata() 275 p = krealloc(si->si_ptrs.test, si->si_ofs.test_size, GFP_KERNEL); in cyttsp4_si_get_test_data() 326 p = krealloc(si->si_ptrs.pcfg, si->si_ofs.pcfg_size, GFP_KERNEL); in cyttsp4_si_get_pcfg_data() 372 p = krealloc(si->si_ptrs.opcfg, si->si_ofs.opcfg_size, GFP_KERNEL); in cyttsp4_si_get_opcfg_data() 462 p = krealloc(si->si_ptrs.ddata, si->si_ofs.ddata_size, GFP_KERNEL); in cyttsp4_si_get_ddata() 489 p = krealloc(si->si_ptrs.mdata, si->si_ofs.mdata_size, GFP_KERNEL); in cyttsp4_si_get_mdata() 521 p = krealloc(si->btn, si->si_ofs.btn_keys_size, in cyttsp4_si_get_btn_data() 566 p = krealloc(si->xy_mode, si->si_ofs.mode_size, GFP_KERNEL|__GFP_ZERO); in cyttsp4_si_get_op_data_ptrs() 571 p = krealloc(si->xy_data, si->si_ofs.data_size, GFP_KERNEL|__GFP_ZERO); in cyttsp4_si_get_op_data_ptrs() 576 p = krealloc(si->btn_rec_data, in cyttsp4_si_get_op_data_ptrs()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_edid_load.c | 248 new_edid = krealloc(edid, (valid_extensions + 1) * EDID_LENGTH, in edid_load()
|
D | drm_bufs.c | 724 temp_buflist = krealloc(dma->buflist, in drm_legacy_addbufs_agp() 922 temp_buflist = krealloc(dma->buflist, in drm_legacy_addbufs_pci() 1087 temp_buflist = krealloc(dma->buflist, in drm_legacy_addbufs_sg()
|
D | drm_edid.c | 1298 new = krealloc(block, (block[0x7e] + 1) * EDID_LENGTH, GFP_KERNEL); in drm_do_get_edid() 1330 new = krealloc(block, (valid_extensions + 1) * EDID_LENGTH, GFP_KERNEL); in drm_do_get_edid()
|
D | drm_fb_helper.c | 147 …temp = krealloc(fb_helper->connector_info, sizeof(struct drm_fb_helper_connector *) * (fb_helper->… in drm_fb_helper_add_one_connector()
|
/linux-4.4.14/fs/exofs/ |
D | sys.c | 86 new_uri = krealloc(edp->uri, edp->urilen, GFP_KERNEL); in uri_store()
|
/linux-4.4.14/drivers/base/regmap/ |
D | regcache-rbtree.c | 293 blk = krealloc(rbnode->block, in regcache_rbtree_insert_to_block() 300 present = krealloc(rbnode->cache_present, in regcache_rbtree_insert_to_block()
|
D | regmap.c | 2783 p = krealloc(map->patch, in regmap_register_patch()
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_slave_compat.c | 49 kft->table = krealloc(old, kft->total * sizeof(*kft->table), in kfree_table_add()
|
/linux-4.4.14/drivers/uwb/ |
D | ie.c | 243 new_ies = krealloc(rc->ies, new_capacity, GFP_KERNEL); in uwb_rc_ie_add_one()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | comedi_bond.c | 251 devs = krealloc(devpriv->devs, in do_dev_config()
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_api.c | 225 void *tmpbuf = krealloc(iint->ima_hash, length, in ima_collect_measurement()
|
/linux-4.4.14/drivers/pinctrl/berlin/ |
D | berlin.c | 239 pctrl->functions = krealloc(pctrl->functions, in berlin_pinctrl_build_state()
|
/linux-4.4.14/include/linux/ |
D | slab.h | 142 void * __must_check krealloc(const void *, size_t, gfp_t);
|
/linux-4.4.14/drivers/char/ |
D | tile-srom.c | 375 krealloc(srom_devices, (i+1) * sizeof(struct srom_dev), in srom_init()
|
/linux-4.4.14/net/ceph/ |
D | osdmap.c | 698 state = krealloc(map->osd_state, max*sizeof(*state), GFP_NOFS); in osdmap_set_max_osd() 703 weight = krealloc(map->osd_weight, max*sizeof(*weight), GFP_NOFS); in osdmap_set_max_osd() 708 addr = krealloc(map->osd_addr, max*sizeof(*addr), GFP_NOFS); in osdmap_set_max_osd() 722 affinity = krealloc(map->osd_primary_affinity, in osdmap_set_max_osd()
|
/linux-4.4.14/fs/overlayfs/ |
D | copy_up.c | 64 new = krealloc(value, size, GFP_KERNEL); in ovl_copy_xattr()
|
/linux-4.4.14/mm/ |
D | slab_common.c | 1233 void *krealloc(const void *p, size_t new_size, gfp_t flags) in krealloc() function 1248 EXPORT_SYMBOL(krealloc);
|
/linux-4.4.14/kernel/ |
D | params.c | 688 new_mp = krealloc(mk->mp, in add_sysfs_param() 697 new_attrs = krealloc(mk->mp->grp.attrs, in add_sysfs_param()
|
/linux-4.4.14/drivers/misc/mei/ |
D | interrupt.c | 129 buffer = krealloc(cb->buf.data, mei_hdr->length + cb->buf_idx, in mei_cl_irq_read_msg()
|
/linux-4.4.14/drivers/thermal/ |
D | x86_pkg_temp_thermal.c | 431 temp = krealloc(pkg_work_scheduled, in pkg_temp_thermal_device_add()
|
/linux-4.4.14/drivers/media/ |
D | media-entity.c | 423 links = krealloc(links, max_links * sizeof(*links), GFP_KERNEL); in media_entity_add_link()
|
/linux-4.4.14/drivers/usb/wusbcore/ |
D | security.c | 239 new_secd = krealloc(secd, secd_size, GFP_KERNEL); in wusb_dev_sec_add()
|
/linux-4.4.14/drivers/pinctrl/samsung/ |
D | pinctrl-samsung.c | 97 new_map = krealloc(*map, sizeof(*new_map) * new_num, GFP_KERNEL); in reserve_map() 159 new_configs = krealloc(*configs, sizeof(*new_configs) * new_num, in add_config()
|
/linux-4.4.14/fs/ |
D | coredump.c | 63 char *corename = krealloc(cn->corename, size, GFP_KERNEL); in expand_corename()
|
D | xattr.c | 200 value = krealloc(*xattr_value, error + 1, flags); in vfs_getxattr_alloc()
|
/linux-4.4.14/drivers/pinctrl/sh-pfc/ |
D | pinctrl.c | 192 maps = krealloc(maps, sizeof(*maps) * nmaps, GFP_KERNEL); in sh_pfc_dt_subnode_to_map()
|
/linux-4.4.14/sound/core/ |
D | info.c | 342 char *nbuf = krealloc(buf->buffer, PAGE_ALIGN(next), in snd_info_text_entry_write()
|
D | rawmidi.c | 642 newbuf = krealloc(runtime->buffer, params->buffer_size, in snd_rawmidi_output_params() 670 newbuf = krealloc(runtime->buffer, params->buffer_size, in snd_rawmidi_input_params()
|
/linux-4.4.14/arch/x86/platform/efi/ |
D | efi.c | 668 tmp = krealloc(q, (count + 1) * memmap.desc_size, GFP_KERNEL); in save_runtime_map()
|
/linux-4.4.14/drivers/net/can/softing/ |
D | softing_fw.c | 201 new_buf = krealloc(buf, buflen, GFP_KERNEL); in softing_load_fw()
|
/linux-4.4.14/sound/soc/codecs/ |
D | max98095.c | 1611 t = krealloc(max98095->eq_texts, in max98095_handle_eq_pdata() 1766 t = krealloc(max98095->bq_texts, in max98095_handle_bq_pdata()
|
D | max98088.c | 1578 t = krealloc(max98088->eq_texts, in max98088_handle_eq_pdata()
|
D | wm8904.c | 1978 t = krealloc(wm8904->retune_mobile_texts, in wm8904_handle_retune_mobile_pdata()
|
D | wm8996.c | 2581 t = krealloc(wm8996->retune_mobile_texts, in wm8996_retune_mobile_pdata()
|
D | wm8994.c | 3236 t = krealloc(wm8994->retune_mobile_texts, in wm8994_handle_retune_mobile_pdata()
|
/linux-4.4.14/drivers/usb/host/whci/ |
D | qset.c | 515 new_pl_virt = krealloc(std->pl_virt, pl_len, mem_flags); in qset_add_urb_sg()
|
/linux-4.4.14/drivers/hid/ |
D | hid-sensor-custom.c | 490 fields = krealloc(sensor_inst->fields, in hid_sensor_custom_add_field()
|
/linux-4.4.14/drivers/nvdimm/ |
D | label.c | 807 labels = krealloc(nd_mapping->labels, size, GFP_KERNEL); in init_labels()
|
D | namespace_devs.c | 1690 res = krealloc(nsblk->res, in nsblk_add_resource()
|
/linux-4.4.14/drivers/vhost/ |
D | vringh.c | 191 new = krealloc(iov->iov, new_num * sizeof(struct iovec), gfp); in resize_iovec()
|
/linux-4.4.14/drivers/spi/ |
D | spi.c | 881 tmp = krealloc(master->dummy_tx, max_tx, in spi_map_msg() 890 tmp = krealloc(master->dummy_rx, max_rx, in spi_map_msg()
|
/linux-4.4.14/net/netlink/ |
D | genetlink.c | 200 new_groups = krealloc(mc_groups, nlen, in genl_allocate_reserve_groups()
|
D | af_netlink.c | 1488 new_groups = krealloc(nlk->groups, NLGRPSZ(groups), GFP_ATOMIC); in netlink_realloc_groups()
|
/linux-4.4.14/drivers/iio/adc/ |
D | xilinx-xadc-core.c | 1124 indio_dev->channels = krealloc(channels, sizeof(*channels) * in xadc_parse_dt()
|
/linux-4.4.14/drivers/pinctrl/sunxi/ |
D | pinctrl-sunxi.c | 835 pctl->functions = krealloc(pctl->functions, in sunxi_pinctrl_build_state()
|
/linux-4.4.14/drivers/net/wimax/i2400m/ |
D | fw.c | 225 void *nptr = krealloc(*ptr, new_size, gfp_flags); in i2400m_zrealloc_2x()
|
/linux-4.4.14/drivers/hwtracing/intel_th/ |
D | msu.c | 1409 rewin = krealloc(win, sizeof(*win) * nr_wins, GFP_KERNEL); in nr_pages_store()
|
/linux-4.4.14/drivers/md/bcache/ |
D | bset.c | 142 new_keys = krealloc(old_keys, sizeof(uint64_t) * newsize, GFP_NOIO); in __bch_keylist_realloc()
|
/linux-4.4.14/drivers/platform/x86/ |
D | dell-laptop.c | 345 new_da_tokens = krealloc(da_tokens, (da_num_tokens + tokens) * in parse_da_table()
|
/linux-4.4.14/block/ |
D | bio.c | 100 new_bio_slabs = krealloc(bio_slabs, in bio_find_or_create_slab()
|
/linux-4.4.14/drivers/hwmon/pmbus/ |
D | pmbus_core.c | 813 void *new_attrs = krealloc(data->group.attrs, in pmbus_add_attribute()
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | wsm.c | 1813 buf->begin = krealloc(buf->begin, size, GFP_KERNEL | GFP_DMA); in wsm_buf_reserve()
|
/linux-4.4.14/drivers/scsi/osd/ |
D | osd_initiator.c | 544 buff = krealloc(seg->buff, max_bytes, or->alloc_flags); in _osd_realloc_seg()
|
/linux-4.4.14/drivers/iommu/ |
D | arm-smmu-v3.c | 1847 sids = krealloc(smmu_group->sids, smmu_group->num_sids * sizeof(*sids), in arm_smmu_add_device()
|
/linux-4.4.14/fs/btrfs/ |
D | send.c | 370 tmp_buf = krealloc(p->buf, len, GFP_NOFS); in fs_path_ensure_buf() 1044 char *tmp = krealloc(buf, buf_len, in iterate_dir_item()
|
D | tree-log.c | 4499 new_name = krealloc(name, this_name_len, GFP_NOFS); in btrfs_check_ref_name_override()
|
/linux-4.4.14/scripts/ |
D | checkpatch.pl | 5507 $line =~ /\b($Lval)\s*\=\s*(?:$balanced_parens)?\s*krealloc\s*\(\s*\1\s*,/) {
|
/linux-4.4.14/drivers/net/wireless/ |
D | rndis_wlan.c | 1836 new_pmkids = krealloc(pmkids, newlen, GFP_KERNEL); in update_pmkid()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | mad.c | 462 new_snoop_table = krealloc(qp_info->snoop_table, in register_snoop_agent()
|
/linux-4.4.14/sound/soc/ |
D | soc-dapm.c | 444 new_wlist = krealloc(data->wlist, in dapm_kcontrol_add_widget()
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4xdr.c | 2036 new = krealloc(components, in nfsd4_encode_path()
|
/linux-4.4.14/net/core/ |
D | dev.c | 1245 new_ifalias = krealloc(dev->ifalias, len + 1, GFP_KERNEL); in dev_set_alias()
|
/linux-4.4.14/kernel/trace/ |
D | trace.c | 6414 tr_topts = krealloc(tr->topts, sizeof(*tr->topts) * (tr->nr_topts + 1), in create_trace_option_files()
|