Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Ddecompressor_deflate.c112 bool bounced = false; in z_erofs_deflate_decompress() local
191 bounced = false; in z_erofs_deflate_decompress()
204 if (!bounced && rq->out[no] == rq->in[ni]) { in z_erofs_deflate_decompress()
207 bounced = true; in z_erofs_deflate_decompress()
H A Ddecompressor_lzma.c163 bool bounced = false; in z_erofs_lzma_decompress() local
242 bounced = false; in z_erofs_lzma_decompress()
251 if (!bounced && rq->out[no] == rq->in[ni]) { in z_erofs_lzma_decompress()
254 bounced = true; in z_erofs_lzma_decompress()
H A Ddecompressor.c70 unsigned long bounced[DIV_ROUND_UP(LZ4_MAX_DISTANCE_PAGES, in z_erofs_lz4_prepare_dstpages() local
86 if (!rq->fillgaps && test_bit(j, bounced)) { in z_erofs_lz4_prepare_dstpages()
93 __clear_bit(j, bounced); in z_erofs_lz4_prepare_dstpages()
109 __set_bit(j, bounced); in z_erofs_lz4_prepare_dstpages()
/openbmc/linux/Documentation/arch/arm/vfp/
H A Drelease-notes.rst10 provides support for the exceptions bounced from VFP hardware found
/openbmc/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()
/openbmc/linux/net/mac80211/
H A Dmesh_hwmp.c465 bool have_sn, newer_sn, bounced; in hwmp_route_info_get() local
469 bounced = have_sn && in hwmp_route_info_get()
476 } else if (bounced) { in hwmp_route_info_get()
/openbmc/linux/Documentation/arch/arm/
H A Dixp4xx.rst72 range will be bounced using the routines in arch/arm/common/dmabounce.c.
/openbmc/linux/Documentation/filesystems/
H A Dgfs2-glocks.rst78 prevent a situation where locks are being bounced around the cluster
/openbmc/linux/arch/arm/
H A DKconfig1347 in the instructions themselves can be bounced via veneers in the
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst8089 instead get bounced to user space through the KVM_EXIT_X86_RDMSR and