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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/misc/ibmasm/
H A Dcommand.c35 static atomic_t command_count = ATOMIC_INIT(0); variable
66 atomic_inc(&command_count);
67 dbg("command count: %d\n", atomic_read(&command_count));
77 atomic_dec(&command_count);
78 dbg("command count: %d\n", atomic_read(&command_count));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dinit.c1623 int command_count = countof (commands) - 1;
1625 while (next_idx <= command_count)
1616 int command_count = countof (commands) - 1; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dqla1280.h698 uint8_t command_count; /* Number of ATIOs allocated. */ member in struct:elun_entry
728 uint8_t command_count; /* Number of ATIOs allocated. */ member in struct:modify_lun_entry

Completed in 104 milliseconds