Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/mm/
H A Dksm_tests.c117 static int str_to_prot(char *prot_str) in str_to_prot() argument
121 if ((strchr(prot_str, 'r')) != NULL) in str_to_prot()
123 if ((strchr(prot_str, 'w')) != NULL) in str_to_prot()
125 if ((strchr(prot_str, 'x')) != NULL) in str_to_prot()
/linux/drivers/ata/
H A Dlibata-eh.c2666 const char *prot_str = NULL; in ata_eh_link_report() local
2670 prot_str = "unknown"; in ata_eh_link_report()
2673 prot_str = "nodata"; in ata_eh_link_report()
2676 prot_str = "pio"; in ata_eh_link_report()
2679 prot_str = "dma"; in ata_eh_link_report()
2682 prot_str = "ncq dma"; in ata_eh_link_report()
2685 prot_str = "ncq nodata"; in ata_eh_link_report()
2688 prot_str = "nodata"; in ata_eh_link_report()
2691 prot_str = "pio"; in ata_eh_link_report()
2694 prot_str = "dma"; in ata_eh_link_report()
[all …]