Home
last modified time | relevance | path

Searched refs:kvasprintf_const (Results 1 – 5 of 5) sorted by relevance

/linux/lib/
H A Dkasprintf.c43 const char *kvasprintf_const(gfp_t gfp, const char *fmt, va_list ap) in kvasprintf_const() function
51 EXPORT_SYMBOL(kvasprintf_const);
/linux/include/linux/
H A Dsprintf.h19 __printf(2, 0) const char *kvasprintf_const(gfp_t gfp, const char *fmt, va_list args);
/linux/fs/debugfs/
H A Dinode.c852 new_name = kvasprintf_const(GFP_KERNEL, fmt, ap); in debugfs_change_name()
/linux/mm/
H A Dinternal.h1573 shrinker->name = kvasprintf_const(GFP_KERNEL, fmt, ap); in shrinker_debugfs_name_alloc()
/linux/net/bluetooth/
H A Dhci_core.c2996 hdev->hw_info = kvasprintf_const(GFP_KERNEL, fmt, vargs); in hci_set_hw_info()
3007 hdev->fw_info = kvasprintf_const(GFP_KERNEL, fmt, vargs); in hci_set_fw_info()