Searched refs:sync_file_get_name (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | sync_file.h | 60 char *sync_file_get_name(struct sync_file *sync_file, char *buf, int len);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | sync_file.h | 60 char *sync_file_get_name(struct sync_file *sync_file, char *buf, int len);
|
/kernel/linux/linux-6.6/drivers/dma-buf/ |
H A D | sync_file.c | 120 * sync_file_get_name - get the name of the sync_file 128 * sync_file_get_name(). 132 char *sync_file_get_name(struct sync_file *sync_file, char *buf, int len) in sync_file_get_name() function 336 sync_file_get_name(sync_file, info.name, sizeof(info.name)); in sync_file_ioctl_fence_info()
|
H A D | sync_debug.c | 128 sync_file_get_name(sync_file, buf, sizeof(buf)), in sync_print_sync_file()
|
/kernel/linux/linux-5.10/drivers/dma-buf/ |
H A D | sync_debug.c | 128 sync_file_get_name(sync_file, buf, sizeof(buf)), in sync_print_sync_file()
|
H A D | sync_file.c | 119 * sync_file_get_name - get the name of the sync_file 127 * sync_file_get_name(). 131 char *sync_file_get_name(struct sync_file *sync_file, char *buf, int len) in sync_file_get_name() function 449 sync_file_get_name(sync_file, info.name, sizeof(info.name)); in sync_file_ioctl_fence_info()
|
Completed in 3 milliseconds