Home
last modified time | relevance | path

Searched refs:host_active (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dhosts.h336 atomic_t host_active; /* commands checked out */ member
Dscsi.c488 atomic_inc(&SCpnt->host->host_active); in scsi_allocate_device()
516 atomic_read(&SCpnt->host->host_active))); in scsi_allocate_device()
533 atomic_dec(&SCpnt->host->host_active); in __scsi_release_command()
538 atomic_read(&SCpnt->host->host_active), in __scsi_release_command()
1288 atomic_read(&SCpnt->host->host_active), in scsi_bottom_half_handler()
2546 atomic_read(&shpnt->host_active), in scsi_dump_status()
Dhosts.c150 atomic_set(&retval->host_active,0); in scsi_register()
Dscsi_error.c213 atomic_read(&SCpnt->host->host_active), in scsi_times_out()