Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dhpsa.h119 u8 wraparound; member
507 if ((((u32) rq->head[rq->current_entry]) & 1) == rq->wraparound) { in SA5_performant_completed()
517 rq->wraparound ^= 1; in SA5_performant_completed()
H A Dhpsa.c1004 if ((rq->head[rq->current_entry] & 1) == rq->wraparound) { in next_command()
1014 rq->wraparound ^= 1; in next_command()
9513 h->reply_queue[i].wraparound = 1; /* spec: init to 1 */ in hpsa_put_ctlr_into_performant_mode()
/openbmc/linux/Documentation/admin-guide/acpi/
H A Dcppc_sysfs.rst56 * wraparound_time: Minimum time for the feedback counters to wraparound
/openbmc/linux/Documentation/admin-guide/
H A Dhighuid.rst59 Filesystems with simple fixups to prevent 16-bit UID wraparound:
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/
H A D0001-Fru-Fix-edit-field-not-checking-area-existence.patch11 This results in a wraparound to 0xFF, leaving an erroneous field offset.
/openbmc/linux/fs/
H A DKconfig226 int. In some cases this can cause wraparound, potentially resulting
/openbmc/linux/Documentation/misc-devices/
H A Dxilinx_sdfec.rst29 - Does not support shared LDPC code table wraparound
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc1106 /* Achieve wraparound by swapping msb and lsb. */
2707 /* Handle wraparound by swapping msb and lsb. */
2720 /* Handle wraparound by swapping msb and lsb. */
2722 /* Handle wraparound by swapping msb and lsb. */
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst1660 .. note:: This is a ringbuffer, so the table_ptr will wraparound.