Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dst.c1625 int undone, retry_eot = 0, scode; in st_write() local
1797 undone = (int)cmdstatp->uremainder64; in st_write()
1800 undone = transfer; in st_write()
1802 undone = 0; in st_write()
1804 undone *= STp->block_size; in st_write()
1805 if (undone <= do_count) { in st_write()
1807 count += undone; in st_write()
1808 b_point -= undone; in st_write()
1809 do_count -= undone; in st_write()
1811 blks = (transfer - undone) / STp->block_size; in st_write()
[all …]
/linux-4.4.14/Documentation/power/
Dnotifiers.txt43 PM_HIBERNATION_PREPARE, should be undone for PM_POST_HIBERNATION. Analogously,
/linux-4.4.14/Documentation/
DManagementStyle66 things that can't be undone. Don't get ushered into a corner from which
79 easily undone.
/linux-4.4.14/mm/
Dshmem.c2159 goto undone; in shmem_fallocate()
2186 undone: in shmem_fallocate()