Searched refs:command_count (Results 1 - 2 of 2) sorted by relevance

/drivers/misc/ibmasm/
H A Dcommand.c32 static atomic_t command_count = ATOMIC_INIT(0); variable
60 atomic_inc(&command_count);
61 dbg("command count: %d\n", atomic_read(&command_count));
71 atomic_dec(&command_count);
72 dbg("command count: %d\n", atomic_read(&command_count));
/drivers/scsi/
H A Dqla1280.h699 uint8_t command_count; /* Number of ATIOs allocated. */ member in struct:elun_entry
729 uint8_t command_count; /* Number of ATIOs allocated. */ member in struct:modify_lun_entry

Completed in 231 milliseconds