Searched refs:IN_USE (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Du14-34f.c369 #define IN_USE 1 macro
454 unsigned int cp_stat[MAX_MAILBOXES]; /* FREE, IN_USE, LOCKED, IN_RESET */
1189 HD(j)->cp_stat[i] = IN_USE;
1221 if (HD(j)->cp_stat[i] == IN_USE) {
1553 if (HD(j)->cp_stat[k] != READY && HD(j)->cp_stat[k] != IN_USE) continue;
1559 if (HD(j)->cp_stat[k] == IN_USE) return;
1580 HD(j)->cp_stat[k] = IN_USE;
1645 else if (HD(j)->cp_stat[i] != IN_USE)
H A Deata.c566 #define IN_USE 1 macro
819 unsigned int cp_stat[MAX_MAILBOXES]; /* FREE, IN_USE, LOCKED, IN_RESET */
1838 ha->cp_stat[i] = IN_USE;
1871 if (ha->cp_stat[i] == IN_USE) {
2257 if (ha->cp_stat[k] != READY && ha->cp_stat[k] != IN_USE)
2266 if (ha->cp_stat[k] == IN_USE)
2290 ha->cp_stat[k] = IN_USE;
2384 else if (ha->cp_stat[i] != IN_USE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Du14-34f.c369 #define IN_USE 1 macro
454 unsigned int cp_stat[MAX_MAILBOXES]; /* FREE, IN_USE, LOCKED, IN_RESET */
1189 HD(j)->cp_stat[i] = IN_USE;
1221 if (HD(j)->cp_stat[i] == IN_USE) {
1553 if (HD(j)->cp_stat[k] != READY && HD(j)->cp_stat[k] != IN_USE) continue;
1559 if (HD(j)->cp_stat[k] == IN_USE) return;
1580 HD(j)->cp_stat[k] = IN_USE;
1645 else if (HD(j)->cp_stat[i] != IN_USE)
H A Deata.c566 #define IN_USE 1 macro
819 unsigned int cp_stat[MAX_MAILBOXES]; /* FREE, IN_USE, LOCKED, IN_RESET */
1838 ha->cp_stat[i] = IN_USE;
1871 if (ha->cp_stat[i] == IN_USE) {
2257 if (ha->cp_stat[k] != READY && ha->cp_stat[k] != IN_USE)
2266 if (ha->cp_stat[k] == IN_USE)
2290 ha->cp_stat[k] = IN_USE;
2384 else if (ha->cp_stat[i] != IN_USE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/oss/
H A Dvwsnd.c80 * The global device list, vwsnd_dev_list, is immutable when the IN_USE
1520 # define IN_USE (atomic_read(&vwsnd_use_count) != 0) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/oss/
H A Dvwsnd.c80 * The global device list, vwsnd_dev_list, is immutable when the IN_USE
1520 # define IN_USE (atomic_read(&vwsnd_use_count) != 0) macro

Completed in 170 milliseconds