Home
last modified time | relevance | path

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

/openbmc/bios-bmc-smm-error-logger/src/
H A Dbuffer.cpp147 const size_t maxOffset = getMaxOffset(); in wraparoundRead() local
149 if (relativeOffset > maxOffset) in wraparoundRead()
154 relativeOffset, maxOffset)); in wraparoundRead()
156 if (length > maxOffset) in wraparoundRead()
160 length, maxOffset)); in wraparoundRead()
165 const size_t writableSpace = maxOffset - relativeOffset; in wraparoundRead()
184 if (updatedReadPtr == maxOffset) in wraparoundRead()
258 const size_t maxOffset = getMaxOffset(); in readErrorLogs() local
261 if (currentBiosWritePtr > maxOffset) in readErrorLogs()
266 currentBiosWritePtr, maxOffset)); in readErrorLogs()
[all …]
/openbmc/linux/drivers/message/fusion/
H A Dmptbase.h394 u8 maxOffset; /* 0 if async */ member
H A Dmptspi.c210 target->maxOffset = offset; in mptspi_setTargetNegoParms()
H A Dmptscsih.c2381 ioc->name, vtarget->negoFlags, vtarget->maxOffset, in mptscsih_slave_configure()
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c4299 …U32 const maxOffset = (U32)dictContentSize + 128 KB; /* The maximum offset that must be supported … in ZSTD_loadCEntropy() local
4300 …offcodeMax = ZSTD_highbit32(maxOffset); /* Calculate minimum offset code required to represent max… in ZSTD_loadCEntropy()