Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/vm/
Dksm_tests.c84 static int str_to_prot(char *prot_str) in str_to_prot() argument
88 if ((strchr(prot_str, 'r')) != NULL) in str_to_prot()
90 if ((strchr(prot_str, 'w')) != NULL) in str_to_prot()
92 if ((strchr(prot_str, 'x')) != NULL) in str_to_prot()
/linux-5.19.10/drivers/ata/
Dlibata-eh.c2305 const char *prot_str = NULL; in ata_eh_link_report() local
2309 prot_str = "unknown"; in ata_eh_link_report()
2312 prot_str = "nodata"; in ata_eh_link_report()
2315 prot_str = "pio"; in ata_eh_link_report()
2318 prot_str = "dma"; in ata_eh_link_report()
2321 prot_str = "ncq dma"; in ata_eh_link_report()
2324 prot_str = "ncq nodata"; in ata_eh_link_report()
2327 prot_str = "nodata"; in ata_eh_link_report()
2330 prot_str = "pio"; in ata_eh_link_report()
2333 prot_str = "dma"; in ata_eh_link_report()
[all …]