Home
last modified time | relevance | path

Searched refs:bounced (Results 1 – 7 of 7) sorted by relevance

/linux/fs/erofs/
H A Ddecompressor.c63 unsigned long bounced[DIV_ROUND_UP(LZ4_MAX_DISTANCE_PAGES,
78 /* 'valid' bounced can only be tested after a complete round */ in z_erofs_lz4_prepare_dstpages()
79 if (!rq->fillgaps && test_bit(j, bounced)) { in z_erofs_lz4_prepare_dstpages()
86 __clear_bit(j, bounced); in z_erofs_lz4_prepare_dstpages()
102 __set_bit(j, bounced); in z_erofs_lz4_prepare_dstpages()
416 dctx->bounced = false; in z_erofs_stream_switch_bufs()
431 if (!dctx->bounced && rq->out[dctx->no] == rq->in[dctx->ni]) { in z_erofs_stream_switch_bufs()
434 dctx->bounced = true; in z_erofs_stream_switch_bufs()
70 unsigned long bounced[DIV_ROUND_UP(LZ4_MAX_DISTANCE_PAGES, z_erofs_lz4_prepare_dstpages() local
H A Dcompress.h70 bool bounced; /* is the bounce buffer used now? */ member
/linux/Documentation/arch/arm/vfp/
H A Drelease-notes.rst10 provides support for the exceptions bounced from VFP hardware found
/linux/drivers/net/wireless/ath/ath6kl/
H A Dsdio.c415 bool bounced = false; in ath6kl_sdio_read_write_sync() local
429 bounced = true; in ath6kl_sdio_read_write_sync()
435 if ((request & HIF_READ) && bounced) in ath6kl_sdio_read_write_sync()
438 if (bounced) in ath6kl_sdio_read_write_sync()
/linux/Documentation/arch/arm/
H A Dixp4xx.rst72 range will be bounced using the routines in arch/arm/common/dmabounce.c.
/linux/Documentation/filesystems/
H A Dgfs2-glocks.rst77 prevent a situation where locks are being bounced around the cluster
/linux/Documentation/virt/kvm/
H A Dapi.rst8611 instead get bounced to user space through the KVM_EXIT_X86_RDMSR and