Searched refs:TMP_SIZE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/hypfs/ |
H A D | hypfs_diag_fs.c | 24 #define TMP_SIZE 64 /* size of temporary buffers */ macro 205 char buffer[TMP_SIZE]; in hypfs_create_cpu_files() 208 snprintf(buffer, TMP_SIZE, "%d", cpu_info__cpu_addr(diag204_get_info_type(), in hypfs_create_cpu_files() 263 char buffer[TMP_SIZE]; in hypfs_create_phys_cpu_files() 266 snprintf(buffer, TMP_SIZE, "%i", phys_cpu__cpu_addr(diag204_get_info_type(), in hypfs_create_phys_cpu_files()
|
H A D | inode.c | 31 #define TMP_SIZE 64 /* size of temporary buffers */ macro 404 char tmp[TMP_SIZE]; in hypfs_create_u64() 407 snprintf(tmp, TMP_SIZE, "%llu\n", (unsigned long long int)value); in hypfs_create_u64()
|
/kernel/linux/linux-5.10/arch/s390/hypfs/ |
H A D | hypfs_diag.c | 23 #define TMP_SIZE 64 /* size of temporary buffers */ macro 475 char buffer[TMP_SIZE]; in hypfs_create_cpu_files() 478 snprintf(buffer, TMP_SIZE, "%d", cpu_info__cpu_addr(diag204_info_type, in hypfs_create_cpu_files() 532 char buffer[TMP_SIZE]; in hypfs_create_phys_cpu_files() 535 snprintf(buffer, TMP_SIZE, "%i", phys_cpu__cpu_addr(diag204_info_type, in hypfs_create_phys_cpu_files()
|
H A D | inode.c | 31 #define TMP_SIZE 64 /* size of temporary buffers */ macro 404 char tmp[TMP_SIZE]; in hypfs_create_u64() 407 snprintf(tmp, TMP_SIZE, "%llu\n", (unsigned long long int)value); in hypfs_create_u64()
|
Completed in 4 milliseconds