Home
last modified time | relevance | path

Searched refs:kvasprintf (Results 1 – 15 of 15) sorted by relevance

/linux/lib/
H A Dkasprintf.c15 char *kvasprintf(gfp_t gfp, const char *fmt, va_list ap) in kvasprintf() function
35 EXPORT_SYMBOL(kvasprintf);
49 return kvasprintf(gfp, fmt, ap); in kvasprintf_const()
59 p = kvasprintf(gfp, fmt, ap); in kasprintf()
/linux/fs/configfs/
H A Ditem.c66 name = kvasprintf(GFP_KERNEL, fmt, args); in config_item_set_name()
/linux/drivers/pci/
H A Dirq.c49 devname = kvasprintf(GFP_KERNEL, fmt, ap); in pci_request_irq()
/linux/scripts/coccinelle/free/
H A Ddevm_free.cocci66 x = kvasprintf(...)
/linux/drivers/gpu/drm/
H A Ddrm_encoder.c120 encoder->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_encoder_init()
H A Ddrm_plane.c439 plane->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_universal_plane_init()
/linux/drivers/gpu/drm/xe/
H A Dxe_devcoredump.c399 coredump->snapshot.reason = kvasprintf(GFP_ATOMIC, fmt, varg); in xe_devcoredump()
/linux/kernel/cgroup/
H A Ddmem.c475 region_name = kvasprintf(GFP_KERNEL, fmt, ap); in dmem_cgroup_register_region()
/linux/lib/tests/
H A Dprintf_kunit.c128 * enough and 0), and then we also test that kvasprintf would in __test()
137 p = kvasprintf(GFP_KERNEL, fmt, ap); in __test()
142 "%s:%d: kvasprintf(..., \"%s\", ...) returned '%s', expected '%s'\n", in __test()
/linux/drivers/xen/xenbus/
H A Dxenbus_xs.c611 buf = kvasprintf(GFP_NOIO | __GFP_HIGH, fmt, ap); in xenbus_printf()
H A Dxenbus_client.c190 path = kvasprintf(GFP_NOIO | __GFP_HIGH, pathfmt, ap); in xenbus_watch_pathfmt()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg.c483 log = kvasprintf(GFP_KERNEL, fmt, ap); in vmw_host_printf()
/linux/kernel/
H A Dkthread.c519 create->full_name = kvasprintf(GFP_KERNEL, namefmt, args); in __kthread_create_on_node()
/linux/drivers/block/
H A Dzloop.c735 p = kvasprintf(GFP_KERNEL, fmt, ap); in zloop_filp_open_fmt()
/linux/sound/hda/common/
H A Dcodec.c706 pcm->name = kvasprintf(GFP_KERNEL, fmt, args); in snd_hda_codec_pcm_new()