Query: sata_link_debounce
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SATA_LINK_DEBOUNCE(9) libata Library SATA_LINK_DEBOUNCE(9)NAMEsata_link_debounce - debounce SATA phy statusSYNOPSISint sata_link_debounce(struct ata_link * link, const unsigned long * params, unsigned long deadline);ARGUMENTSlink ATA link to debounce SATA phy status for params timing parameters { interval, duratinon, timeout } in msec deadline deadline jiffies for the operationDESCRIPTIONMake sure SStatus of link reaches stable state, determined by holding the same value where DET is not 1 for duration polled every interval, before timeout. Timeout constraints the beginning of the stable state. Because DET gets stuck at 1 on some controllers after hot unplugging, this functions waits until timeout then returns 0 if DET is stable at 1. timeout is further limited by deadline. The sooner of the two is used.LOCKINGKernel thread context (may sleep)RETURNS0 on success, -errno on failure.AUTHORJeff Garzik Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SATA_LINK_DEBOUNCE(9)
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
CentOS7 restoring file capabilities |
Docker learning Phase-I |
Shopt -s histappend |
Controlling user input |