Home
last modified time | relevance | path

Searched refs:remainder (Results 151 – 175 of 183) sorted by relevance

12345678

/linux/drivers/mtd/spi-nor/
H A Dcore.c1517 u64 dividend, u32 *remainder) in spi_nor_div_by_erase_size() argument
1520 *remainder = (u32)dividend & erase->size_mask; in spi_nor_div_by_erase_size()
/linux/Documentation/scsi/
H A Dscsi_eh.rst72 friends or figures out what to do with the remainder
H A Dscsi_fc_transport.rst94 The remainder of the tree under the vports scsi_host is the same
H A Dncr53c8xx.rst1449 the transfer, leaving to data corruption the remainder of this cache line.
/linux/Documentation/driver-api/nvdimm/
H A Dnvdimm.rst157 For the remainder of this document the following diagram will be
/linux/Documentation/timers/
H A Dno_hz.rst75 tickless". The remainder of this document will use "dyntick-idle mode".
/linux/Documentation/arch/arm64/
H A Dsme.rst134 * If matrix data is present, the remainder of the record has a vl-dependent
H A Dsve.rst153 * If the registers are present, the remainder of the record has a vl-dependent
/linux/drivers/block/drbd/
H A Ddrbd_nl.c1452 int remainder; in sanitize_disk_conf() local
1457 remainder = disk_conf->rs_discard_granularity % in sanitize_disk_conf()
1459 disk_conf->rs_discard_granularity += remainder; in sanitize_disk_conf()
/linux/Documentation/admin-guide/device-mapper/
H A Dvdo-design.rst262 while the remainder of the dirty slabs are recovered.
617 the vdo comes back online, while the remainder of the slab journals are
/linux/Documentation/filesystems/
H A Dext2.rst105 as the inode table for that block group and the remainder are the data
H A Dnetfs_library.rst275 This can be set to indicate that the remainder of the slice, from
H A Dubifs-authentication.rst89 In the remainder of this section we will cover the on-flash UBIFS data
/linux/Documentation/devicetree/
H A Dusage-model.rst228 on ARM. The remainder of this section uses examples from the ARM
/linux/fs/f2fs/
H A Dsegment.c1956 u64 remainder = 0; in __f2fs_issue_discard_zone() local
1972 div64_u64_rem(sector, bdev_zone_sectors(bdev), &remainder); in __f2fs_issue_discard_zone()
1974 if (remainder || nr_sects != bdev_zone_sectors(bdev)) { in __f2fs_issue_discard_zone()
/linux/tools/memory-model/Documentation/
H A Dlitmus-tests.txt91 of the full C language). The remainder of line 1 is the name of
608 free to skip the remainder of this section.
/linux/Documentation/networking/
H A Dtls-offload.rst281 the remainder of the previous record inside segment 3 cannot be handled.
H A Drxrpc.rst314 then the remainder of that message will be left on the front of the queue
/linux/tools/perf/Documentation/
H A Dperf-script-python.txt636 nsecs_nsecs(nsecs) - returns nsecs remainder given nsecs
/linux/Documentation/driver-api/media/
H A Dv4l2-controls.rst290 The remainder sections deal with more advanced controls topics and scenarios.
/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst473 remainder of the second CPU's traversal. Applying this line of thought
/linux/Documentation/kbuild/
H A Dkconfig-language.rst469 the beginning of a source file comment. The remainder of that line
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c1670 u32 remainder; in base_mod64() local
1674 remainder = do_div(dividend, divisor); in base_mod64()
1675 return remainder; in base_mod64()
/linux/Documentation/kernel-hacking/
H A Dhacking.rst529 ``TASK_EXCLUSIVE`` set, in which case the remainder of the queue will
/linux/Documentation/arch/x86/
H A Dboot.rst1037 initial remainder of 0xffffffff. The checksum is appended to the

12345678