Searched refs:kvasprintf_const (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/lib/ |
| H A D | kasprintf.c | 43 const char *kvasprintf_const(gfp_t gfp, const char *fmt, va_list ap) in kvasprintf_const() function 51 EXPORT_SYMBOL(kvasprintf_const);
|
| H A D | kobject.c | 274 s = kvasprintf_const(GFP_KERNEL, fmt, vargs); in kobject_set_name_vargs()
|
| /linux-6.15/include/linux/ |
| H A D | sprintf.h | 18 __printf(2, 0) const char *kvasprintf_const(gfp_t gfp, const char *fmt, va_list args);
|
| /linux-6.15/mm/ |
| H A D | shrinker_debug.c | 203 new = kvasprintf_const(GFP_KERNEL, fmt, ap); in shrinker_debugfs_rename()
|
| H A D | internal.h | 1537 shrinker->name = kvasprintf_const(GFP_KERNEL, fmt, ap); in shrinker_debugfs_name_alloc()
|
| /linux-6.15/fs/debugfs/ |
| H A D | inode.c | 858 new_name = kvasprintf_const(GFP_KERNEL, fmt, ap); in debugfs_change_name()
|
| /linux-6.15/net/bluetooth/ |
| H A D | hci_core.c | 2954 hdev->hw_info = kvasprintf_const(GFP_KERNEL, fmt, vargs); in hci_set_hw_info() 2965 hdev->fw_info = kvasprintf_const(GFP_KERNEL, fmt, vargs); in hci_set_fw_info()
|