Home
last modified time | relevance | path

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

/block/
Dbsg.c517 int nr_commands, ret; in __bsg_read() local
523 nr_commands = count / sizeof(struct sg_io_v4); in __bsg_read()
524 while (nr_commands) { in __bsg_read()
549 nr_commands--; in __bsg_read()
601 int ret, nr_commands; in __bsg_write() local
606 nr_commands = count / sizeof(struct sg_io_v4); in __bsg_write()
610 while (nr_commands) { in __bsg_write()
638 nr_commands--; in __bsg_write()