Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dst.c1571 int undone, retry_eot = 0, scode; in st_write() local
1743 undone = (int)cmdstatp->uremainder64; in st_write()
1746 undone = transfer; in st_write()
1748 undone = 0; in st_write()
1750 undone *= STp->block_size; in st_write()
1751 if (undone <= do_count) { in st_write()
1753 count += undone; in st_write()
1754 b_point -= undone; in st_write()
1755 do_count -= undone; in st_write()
1757 blks = (transfer - undone) / STp->block_size; in st_write()
[all …]
/linux-4.1.27/Documentation/power/
Dnotifiers.txt43 PM_HIBERNATION_PREPARE, should be undone for PM_POST_HIBERNATION. Analogously,
/linux-4.1.27/Documentation/
DManagementStyle66 things that can't be undone. Don't get ushered into a corner from which
79 easily undone.
/linux-4.1.27/mm/
Dshmem.c2143 goto undone; in shmem_fallocate()
2170 undone: in shmem_fallocate()