Searched refs:kvasprintf (Results 1 – 17 of 17) sorted by relevance
| /linux-6.15/lib/ |
| H A D | kasprintf.c | 15 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 D | sprintf.h | 17 __printf(2, 0) __malloc char *kvasprintf(gfp_t gfp, const char *fmt, va_list args);
|
| /linux-6.15/fs/configfs/ |
| H A D | item.c | 66 name = kvasprintf(GFP_KERNEL, fmt, args); in config_item_set_name()
|
| /linux-6.15/drivers/pci/ |
| H A D | irq.c | 49 devname = kvasprintf(GFP_KERNEL, fmt, ap); in pci_request_irq()
|
| /linux-6.15/scripts/coccinelle/free/ |
| H A D | devm_free.cocci | 66 x = kvasprintf(...)
|
| /linux-6.15/drivers/iio/ |
| H A D | industrialio-trigger.c | 379 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 D | drm_encoder.c | 120 encoder->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_encoder_init()
|
| H A D | drm_crtc.c | 267 crtc->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_crtc_init_with_planes()
|
| H A D | drm_plane.c | 428 plane->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_universal_plane_init()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_devcoredump.c | 353 coredump->snapshot.reason = kvasprintf(GFP_ATOMIC, fmt, varg); in xe_devcoredump()
|
| /linux-6.15/kernel/cgroup/ |
| H A D | dmem.c | 475 region_name = kvasprintf(GFP_KERNEL, fmt, ap); in dmem_cgroup_register_region()
|
| /linux-6.15/lib/tests/ |
| H A D | printf_kunit.c | 137 p = kvasprintf(GFP_KERNEL, fmt, ap); in __test()
|
| /linux-6.15/drivers/xen/xenbus/ |
| H A D | xenbus_xs.c | 628 buf = kvasprintf(GFP_NOIO | __GFP_HIGH, fmt, ap); in xenbus_printf()
|
| H A D | xenbus_client.c | 190 path = kvasprintf(GFP_NOIO | __GFP_HIGH, pathfmt, ap); in xenbus_watch_pathfmt()
|
| /linux-6.15/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_msg.c | 483 log = kvasprintf(GFP_KERNEL, fmt, ap); in vmw_host_printf()
|
| /linux-6.15/kernel/ |
| H A D | kthread.c | 520 create->full_name = kvasprintf(GFP_KERNEL, namefmt, args); in __kthread_create_on_node()
|
| /linux-6.15/sound/pci/hda/ |
| H A D | hda_codec.c | 723 pcm->name = kvasprintf(GFP_KERNEL, fmt, args); in snd_hda_codec_pcm_new()
|