Home
last modified time | relevance | path

Searched refs:prot_str (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/testing/selftests/mm/
H A Dksm_tests.c144 static int str_to_prot(char *prot_str) in str_to_prot() argument
148 if ((strchr(prot_str, 'r')) != NULL) in str_to_prot()
150 if ((strchr(prot_str, 'w')) != NULL) in str_to_prot()
152 if ((strchr(prot_str, 'x')) != NULL) in str_to_prot()
/linux-6.15/drivers/ata/
H A Dlibata-eh.c2486 const char *prot_str = NULL; in ata_eh_link_report() local
2490 prot_str = "unknown"; in ata_eh_link_report()
2493 prot_str = "nodata"; in ata_eh_link_report()
2496 prot_str = "pio"; in ata_eh_link_report()
2499 prot_str = "dma"; in ata_eh_link_report()
2502 prot_str = "ncq dma"; in ata_eh_link_report()
2505 prot_str = "ncq nodata"; in ata_eh_link_report()
2508 prot_str = "nodata"; in ata_eh_link_report()
2511 prot_str = "pio"; in ata_eh_link_report()
2514 prot_str = "dma"; in ata_eh_link_report()
[all …]