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

1234567891011>>

/linux-master/drivers/gpu/drm/
H A Ddrm_crtc.c143 crtc->crc.source = kstrdup("auto", 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/drivers/firmware/
H A Dqemu_fw_cfg.c504 name_copy = p = kstrdup(name, GFP_KERNEL);
/linux-master/fs/smb/client/
H A Dreparse.c31 sym = kstrdup(symname, GFP_KERNEL);
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/mm/
H A Dmemory-tiers.c654 default_dram_perf_ref_source = kstrdup(source, GFP_KERNEL);
/linux-master/fs/bcachefs/
H A Dcompress.c659 char *val = kstrdup(_val, GFP_KERNEL);
/linux-master/drivers/thunderbolt/
H A Ddomain.c179 str = kstrdup(buf, GFP_KERNEL);
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/fs/debugfs/
H A Dinode.c714 char *link = kstrdup(target, 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/fs/nfsd/
H A Dexport.c481 fsloc->locations[i].hosts = kstrdup(buf, GFP_KERNEL);
490 fsloc->locations[i].path = kstrdup(buf, 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/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/drivers/nvme/target/
H A Dfcloop.c66 options = o = kstrdup(buf, GFP_KERNEL);
148 options = o = kstrdup(buf, 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);
4494 func = kstrdup(ftrace_mod->func, GFP_KERNEL);
4496 func = kstrdup("*", GFP_KERNEL);
4539 mod = kstrdup(mod_name, GFP_KERNEL);
4569 func = kstrdup(func_orig, GFP_KERNEL);
6937 mod_func->name = kstrdup(str, GFP_KERNEL);
H A Dtrace_kprobe.c276 tk->symbol = kstrdup(symbol, GFP_KERNEL);
844 symbol = kstrdup(argv[1], GFP_KERNEL);
/linux-master/net/sunrpc/
H A Dxprtsock.c273 kstrdup(buf, GFP_KERNEL);
278 kstrdup(buf, GFP_KERNEL);
285 kstrdup(buf, GFP_KERNEL);
293 xprt->address_strings[RPC_DISPLAY_HEX_ADDR] = kstrdup(buf, GFP_KERNEL);
302 xprt->address_strings[RPC_DISPLAY_PORT] = kstrdup(buf, GFP_KERNEL);
305 xprt->address_strings[RPC_DISPLAY_HEX_PORT] = kstrdup(buf, GFP_KERNEL);
/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c565 rsci.cred.cr_principal = kstrdup(buf, GFP_KERNEL);
821 new->h.name = kstrdup(name, 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);

Completed in 314 milliseconds

1234567891011>>