Searched refs:kstrdup (Results 176 - 200 of 346) sorted by relevance

1234567891011>>

/linux-master/fs/smb/client/
H A Dcached_dir.c590 cfid->path = kstrdup(path, GFP_ATOMIC);
H A Dsmb2inode.c645 idata->symlink_target = kstrdup(cfile->symlink_target, GFP_KERNEL);
668 idata->symlink_target = kstrdup(cfile->symlink_target, GFP_KERNEL);
/linux-master/fs/debugfs/
H A Dinode.c702 char *link = kstrdup(target, GFP_KERNEL);
/linux-master/drivers/gpu/drm/
H A Ddrm_crtc.c143 crtc->crc.source = kstrdup("auto", GFP_KERNEL);
/linux-master/sound/pci/hda/
H A Dhda_sysfs.c580 (*codecp)->modelname = kstrdup(buf, GFP_KERNEL);
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.c1742 error_uc->guc_fw.file_selected.path = kstrdup(uc->guc.fw.file_selected.path, ALLOW_FAIL);
1743 error_uc->huc_fw.file_selected.path = kstrdup(uc->huc.fw.file_selected.path, ALLOW_FAIL);
1744 error_uc->guc_fw.file_wanted.path = kstrdup(uc->guc.fw.file_wanted.path, ALLOW_FAIL);
1745 error_uc->huc_fw.file_wanted.path = kstrdup(uc->huc.fw.file_wanted.path, ALLOW_FAIL);
/linux-master/mm/
H A Dmemory-tiers.c723 default_dram_perf_ref_source = kstrdup(source, GFP_KERNEL);
/linux-master/drivers/nvme/target/
H A Dauth.c44 dhchap_secret = kstrdup(secret, GFP_KERNEL);
H A Dfcloop.c66 options = o = kstrdup(buf, GFP_KERNEL);
148 options = o = kstrdup(buf, GFP_KERNEL);
/linux-master/arch/um/drivers/
H A Dline.c387 char *new = kstrdup(init, GFP_KERNEL);
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.c923 sources[0] = kstrdup("auto", GFP_KERNEL);
932 sources[i + 1] = kstrdup(name, GFP_KERNEL);
/linux-master/arch/powerpc/perf/
H A Dimc-pmu.c175 event->scale = kstrdup(s, GFP_KERNEL);
184 event->unit = kstrdup(s, GFP_KERNEL);
/linux-master/kernel/
H A Dauditfilter.c795 lsm_str = kstrdup(sf->lsm_str, GFP_KERNEL);
872 fk = kstrdup(old->filterkey, GFP_KERNEL);
H A Dauditsc.c757 ctx->filterkey = kstrdup(rule->filterkey, GFP_ATOMIC);
786 *key = kstrdup(e->rule.filterkey, GFP_ATOMIC);
2877 context->module.name = kstrdup(name, GFP_KERNEL);
/linux-master/drivers/gpio/
H A Dgpio-sim.c835 hog->chip_label = kstrdup(bank->label,
854 hog->line_name = kstrdup(line->hog->name,
/linux-master/kernel/trace/
H A Dtrace_events_trigger.c1121 data->filter_str = kstrdup(filter_str, GFP_KERNEL);
1192 data->name = kstrdup(name, GFP_KERNEL);
H A Dftrace.c1330 ftrace_mod->func = kstrdup(func, GFP_KERNEL);
1331 ftrace_mod->module = kstrdup(module, GFP_KERNEL);
4492 func = kstrdup(ftrace_mod->func, GFP_KERNEL);
4494 func = kstrdup("*", GFP_KERNEL);
4537 mod = kstrdup(mod_name, GFP_KERNEL);
4567 func = kstrdup(func_orig, GFP_KERNEL);
6936 mod_func->name = kstrdup(str, GFP_KERNEL);
H A Dtrace_kprobe.c283 tk->symbol = kstrdup(symbol, GFP_KERNEL);
863 symbol = kstrdup(argv[1], GFP_KERNEL);
/linux-master/net/core/
H A Ddrop_monitor.c860 trap_group_name = kstrdup(metadata->trap_group_name, GFP_ATOMIC);
865 trap_name = kstrdup(metadata->trap_name, GFP_ATOMIC);
/linux-master/fs/nfsd/
H A Dexport.c485 fsloc->locations[i].hosts = kstrdup(buf, GFP_KERNEL);
494 fsloc->locations[i].path = kstrdup(buf, GFP_KERNEL);
/linux-master/fs/isofs/
H A Dinode.c379 popt->iocharset = kstrdup("utf8", GFP_KERNEL);
385 popt->iocharset = kstrdup(param->string, GFP_KERNEL);
/linux-master/net/sunrpc/
H A Dxprtsock.c272 kstrdup(buf, GFP_KERNEL);
277 kstrdup(buf, GFP_KERNEL);
284 kstrdup(buf, GFP_KERNEL);
292 xprt->address_strings[RPC_DISPLAY_HEX_ADDR] = kstrdup(buf, GFP_KERNEL);
301 xprt->address_strings[RPC_DISPLAY_PORT] = kstrdup(buf, GFP_KERNEL);
304 xprt->address_strings[RPC_DISPLAY_HEX_PORT] = kstrdup(buf, GFP_KERNEL);
/linux-master/drivers/thunderbolt/
H A Dxdomain.c1061 svc->key = kstrdup(property->key, GFP_KERNEL);
1155 xd->device_name = kstrdup(p->value.text, GFP_KERNEL);
1158 xd->vendor_name = kstrdup(p->value.text, GFP_KERNEL);
/linux-master/drivers/input/touchscreen/
H A Dusbtouchscreen.c1010 firmware_ver = kstrdup(&buf[2], GFP_NOIO);
1014 device_name = kstrdup(&buf[2], GFP_NOIO);
/linux-master/drivers/crypto/intel/iaa/
H A Diaa_crypto_main.c345 mode->name = kstrdup(name, GFP_KERNEL);
432 device_mode->name = kstrdup(mode->name, GFP_KERNEL);

Completed in 520 milliseconds

1234567891011>>