Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c1001 if ((rq->head[rq->current_entry] & 1) == rq->wraparound) { in next_command()
1011 rq->wraparound ^= 1; in next_command()
9498 h->reply_queue[i].wraparound = 1; /* spec: init to 1 */ in hpsa_put_ctlr_into_performant_mode()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/acpi/
H A Dcppc_sysfs.rst54 * wraparound_time: Minimum time for the feedback counters to wraparound
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dhighuid.rst59 Filesystems with simple fixups to prevent 16-bit UID wraparound:
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A DCVE-2018-25032.patch110 + /* We avoid equality with lit_bufsize*3 because of wraparound at 64K
306 - /* We avoid equality with lit_bufsize because of wraparound at 64K
/OK3568_Linux_fs/kernel/fs/
H A DKconfig211 int. In some cases this can cause wraparound, potentially resulting
/OK3568_Linux_fs/kernel/Documentation/misc-devices/
H A Dxilinx_sdfec.rst29 - Does not support shared LDPC code table wraparound
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd.h592 unsigned int wraparound; member
H A Ddhd_linux.c18506 if (dld_buf->wraparound) { in do_dhd_log_dump()
18527 dld_buf->wraparound = 0; in do_dhd_log_dump()
19595 dld_buf->wraparound = 0; in dhd_log_dump_init()
19673 dld_buf->wraparound = 1; in dhd_log_dump_write()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd.h778 unsigned int wraparound; member
H A Ddhd_linux.c17961 if (dld_buf->wraparound) {
18077 } else if (dld_buf->wraparound) {
18577 if (dld_buf->wraparound) {
19045 if (g_dld_buf[i].wraparound) {
20149 dld_buf->wraparound = 0;
20428 dld_buf->wraparound = 1;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd.h778 unsigned int wraparound; member
H A Ddhd_linux.c18026 if (dld_buf->wraparound) {
18142 } else if (dld_buf->wraparound) {
18642 if (dld_buf->wraparound) {
19110 if (g_dld_buf[i].wraparound) {
20214 dld_buf->wraparound = 0;
20493 dld_buf->wraparound = 1;
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd.h778 unsigned int wraparound; member
H A Ddhd_linux.c18132 if (dld_buf->wraparound) {
18248 } else if (dld_buf->wraparound) {
18750 if (dld_buf->wraparound) {
19206 if (g_dld_buf[i].wraparound) {
20308 dld_buf->wraparound = 0;
20587 dld_buf->wraparound = 1;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux.c23570 if (dld_buf->wraparound) { in dhd_log_dump_buf_addr()
23666 } else if (dld_buf->wraparound) { in dhd_log_dump_print_tail()
24199 if (dld_buf->wraparound) { in dhd_get_dld_len()
24675 if (g_dld_buf[i].wraparound) { in do_dhd_log_dump()
26346 dld_buf->wraparound = 0; in dhd_log_dump_init()
26592 dld_buf->wraparound = 1;
H A Ddhd.h983 unsigned int wraparound; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux.c23459 if (dld_buf->wraparound) { in dhd_log_dump_buf_addr()
23555 } else if (dld_buf->wraparound) { in dhd_log_dump_print_tail()
24088 if (dld_buf->wraparound) { in dhd_get_dld_len()
24564 if (g_dld_buf[i].wraparound) { in do_dhd_log_dump()
26235 dld_buf->wraparound = 0; in dhd_log_dump_init()
26481 dld_buf->wraparound = 1;
H A Ddhd.h985 unsigned int wraparound; member
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst1660 .. note:: This is a ringbuffer, so the table_ptr will wraparound.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgfortran.info1876 result in wraparound if the value is too large for the kind.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgfortran.info1876 result in wraparound if the value is too large for the kind.
/OK3568_Linux_fs/external/xserver/
H A DChangeLog6081 The old 32-Bit wraparound handling didn't actually work, due to some
6087 and old drmWaitVblank ioctl, implement new wraparound handling, which
6088 also allows to deal with wraparound in the other direction, e.g., if a
24762 If t->bottom is close to MIN_INT, removing top can wraparound, so do the check properly.
29240 present: Handle wraparound when comparing MSC values
29259 which take the wraparound into account for comparing two MSC values.