Searched refs:linelen (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/testing/selftests/memfd/ |
| H A D | common.c | 23 size_t linelen = 0; in default_huge_page_size() local 28 while (getline(&line, &linelen, f) > 0) { in default_huge_page_size()
|
| /linux/tools/testing/selftests/arm64/mte/ |
| H A D | check_hugetlb_options.c | 29 size_t linelen = 0; in default_huge_page_size() local 34 while (getline(&line, &linelen, f) > 0) { in default_huge_page_size() 50 size_t linelen = 0; in is_hugetlb_allocated() local 55 while (getline(&line, &linelen, f) > 0) { in is_hugetlb_allocated()
|
| /linux/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_crtc2.c | 123 u_int32_t linelen = m2info->fbcon.var.xres_virtual * (m2info->fbcon.var.bits_per_pixel >> 3); in matroxfb_dh_restore() local 127 mga_outl(0x3C28, pos + linelen); /* field #0 vmemory start */ in matroxfb_dh_restore() 128 linelen <<= 1; in matroxfb_dh_restore() 134 mga_outl(0x3C40, linelen); in matroxfb_dh_restore() 171 unsigned int linelen; in matroxfb_dh_pan_var() local 178 linelen = m2info->fbcon.var.xres_virtual * pixelsize; in matroxfb_dh_pan_var() 179 pos = m2info->fbcon.var.yoffset * linelen + m2info->fbcon.var.xoffset * pixelsize; in matroxfb_dh_pan_var() 183 mga_outl(0x3C28, pos + linelen); in matroxfb_dh_pan_var()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | vm_util.c | 851 size_t linelen = 0; 858 while (getline(&line, &linelen, f) > 0) { 298 size_t linelen = 0; default_huge_page_size() local 403 size_t linelen = 0; get_free_hugepages() local 731 size_t linelen = 0; get_hardware_corrupted_size() local
|
| /linux/drivers/scsi/ |
| H A D | scsi_logging.c | 209 size_t linelen = min(cmd->cmd_len - k, 16); in scsi_print_command() local 217 hex_dump_to_buffer(&cmd->cmnd[k], linelen, in scsi_print_command()
|
| /linux/tools/testing/selftests/net/ |
| H A D | tcp_mmap.c | 412 size_t linelen = 0; in default_huge_page_size() local 417 while (getline(&line, &linelen, f) > 0) { in default_huge_page_size()
|