Home
last modified time | relevance | path

Searched refs:kvasprintf (Results 1 – 13 of 13) 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/include/linux/
H A Dsprintf.h18 __printf(2, 0) __malloc char *kvasprintf(gfp_t gfp, const char *fmt, va_list args);
/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/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/drivers/gpu/drm/
H A Ddrm_encoder.c120 encoder->name = kvasprintf(GFP_KERNEL, name, ap); in __drm_encoder_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/drivers/xen/xenbus/
H A Dxenbus_client.c190 path = kvasprintf(GFP_NOIO | __GFP_HIGH, pathfmt, ap); in xenbus_watch_pathfmt()
H A Dxenbus_xs.c611 buf = kvasprintf(GFP_NOIO | __GFP_HIGH, fmt, ap); in xenbus_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()