Searched refs:kvasprintf (Results 1 – 13 of 13) sorted by relevance
/linux/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/include/linux/ |
H A D | sprintf.h | 18 __printf(2, 0) __malloc char *kvasprintf(gfp_t gfp, const char *fmt, va_list args);
|
/linux/drivers/pci/ |
H A D | irq.c | 49 devname = kvasprintf(GFP_KERNEL, fmt, ap); in pci_request_irq()
|
/linux/scripts/coccinelle/free/ |
H A D | devm_free.cocci | 66 x = kvasprintf(...)
|
/linux/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/drivers/gpu/drm/ |
H A D | drm_encoder.c | 120 encoder->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_encoder_init()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_devcoredump.c | 399 coredump->snapshot.reason = kvasprintf(GFP_ATOMIC, fmt, varg); in xe_devcoredump()
|
/linux/kernel/cgroup/ |
H A D | dmem.c | 475 region_name = kvasprintf(GFP_KERNEL, fmt, ap); in dmem_cgroup_register_region()
|
/linux/drivers/xen/xenbus/ |
H A D | xenbus_client.c | 190 path = kvasprintf(GFP_NOIO | __GFP_HIGH, pathfmt, ap); in xenbus_watch_pathfmt()
|
H A D | xenbus_xs.c | 611 buf = kvasprintf(GFP_NOIO | __GFP_HIGH, fmt, ap); in xenbus_printf()
|
/linux/kernel/ |
H A D | kthread.c | 519 create->full_name = kvasprintf(GFP_KERNEL, namefmt, args); in __kthread_create_on_node()
|
/linux/drivers/block/ |
H A D | zloop.c | 735 p = kvasprintf(GFP_KERNEL, fmt, ap); in zloop_filp_open_fmt()
|
/linux/sound/hda/common/ |
H A D | codec.c | 706 pcm->name = kvasprintf(GFP_KERNEL, fmt, args); in snd_hda_codec_pcm_new()
|