Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/vm/
Dksm_tests.c76 static int str_to_prot(char *prot_str) in str_to_prot() argument
80 if ((strchr(prot_str, 'r')) != NULL) in str_to_prot()
82 if ((strchr(prot_str, 'w')) != NULL) in str_to_prot()
84 if ((strchr(prot_str, 'x')) != NULL) in str_to_prot()
/Linux-v5.15/drivers/ata/
Dlibata-eh.c2304 const char *prot_str = NULL; in ata_eh_link_report() local
2308 prot_str = "unknown"; in ata_eh_link_report()
2311 prot_str = "nodata"; in ata_eh_link_report()
2314 prot_str = "pio"; in ata_eh_link_report()
2317 prot_str = "dma"; in ata_eh_link_report()
2320 prot_str = "ncq dma"; in ata_eh_link_report()
2323 prot_str = "ncq nodata"; in ata_eh_link_report()
2326 prot_str = "nodata"; in ata_eh_link_report()
2329 prot_str = "pio"; in ata_eh_link_report()
2332 prot_str = "dma"; in ata_eh_link_report()
[all …]