Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/include/linux/
H A Dsprintf.h17 __printf(2, 0) __malloc char *kvasprintf(gfp_t gfp, const char *fmt, va_list args);
/linux-6.15/fs/configfs/
H A Ditem.c66 name = kvasprintf(GFP_KERNEL, fmt, args); in config_item_set_name()
/linux-6.15/drivers/pci/
H A Dirq.c49 devname = kvasprintf(GFP_KERNEL, fmt, ap); in pci_request_irq()
/linux-6.15/scripts/coccinelle/free/
H A Ddevm_free.cocci66 x = kvasprintf(...)
/linux-6.15/drivers/iio/
H A Dindustrialio-trigger.c379 pf->name = kvasprintf(GFP_KERNEL, fmt, vargs); in iio_alloc_pollfunc()
577 trig->name = kvasprintf(GFP_KERNEL, fmt, vargs); in viio_trigger_alloc()
/linux-6.15/drivers/gpu/drm/
H A Ddrm_encoder.c120 encoder->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_encoder_init()
H A Ddrm_crtc.c267 crtc->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_crtc_init_with_planes()
H A Ddrm_plane.c428 plane->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_universal_plane_init()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_devcoredump.c353 coredump->snapshot.reason = kvasprintf(GFP_ATOMIC, fmt, varg); in xe_devcoredump()
/linux-6.15/kernel/cgroup/
H A Ddmem.c475 region_name = kvasprintf(GFP_KERNEL, fmt, ap); in dmem_cgroup_register_region()
/linux-6.15/lib/tests/
H A Dprintf_kunit.c137 p = kvasprintf(GFP_KERNEL, fmt, ap); in __test()
/linux-6.15/drivers/xen/xenbus/
H A Dxenbus_xs.c628 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-6.15/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_msg.c483 log = kvasprintf(GFP_KERNEL, fmt, ap); in vmw_host_printf()
/linux-6.15/kernel/
H A Dkthread.c520 create->full_name = kvasprintf(GFP_KERNEL, namefmt, args); in __kthread_create_on_node()
/linux-6.15/sound/pci/hda/
H A Dhda_codec.c723 pcm->name = kvasprintf(GFP_KERNEL, fmt, args); in snd_hda_codec_pcm_new()