/linux/sound/firewire/tascam/ |
H A D | tascam-transaction.c | 63 int i, len, consume; in fill_message() local 71 consume = snd_rawmidi_transmit_peek(substream, msg, 3); in fill_message() 72 if (consume == 0) in fill_message() 78 for (i = 0; i < consume; ++i) { in fill_message() 87 consume = i + 1; in fill_message() 90 } else if (consume == 3) { in fill_message() 97 len = consume; in fill_message() 111 /* Calculate consume bytes. */ in fill_message() 119 if (consume < len - 1) in fill_message() 121 consume = len - 1; in fill_message() [all …]
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | iters_looping.c | 44 /* consume first item */ in consume_first_item_only() 75 /* consume first element */ in missing_null_check_fail() 108 /* consume first element */ in wrong_sized_read_fail() 144 /* consume next item */ in __flag()
|
/linux/tools/testing/selftests/mm/ |
H A D | hugetlb-madvise.c | 215 /* read should not consume any pages */ in main() 274 /* write should not consume any pages */ in main() 314 /* shared write should not consume any additional pages */ in main() 326 /* private read should not consume any pages */ in main() 330 /* private write should consume additional pages */ in main() 348 /* private write should consume additional pages again */ in main()
|
/linux/tools/testing/selftests/ftrace/test.d/00basic/ |
H A D | trace_pipe.tc | 9 : "trace interface never consume the ring buffer" 13 : "trace interface never consume the ring buffer"
|
/linux/arch/arm/include/asm/ |
H A D | probes.h | 43 * We assume one instruction can consume at most 64 bytes stack, which is 44 * 'push {r0-r15}'. Instructions consume more or unknown stack space like
|
/linux/drivers/iio/ |
H A D | iio_core_trigger.h | 11 * @indio_dev: iio_dev associated with the device that will consume the trigger 33 * @indio_dev: iio_dev associated with the device that will consume the trigger
|
/linux/include/linux/qed/ |
H A D | qed_chain.h | 59 /* Cyclic index of next element to produce/consume */ 65 /* Cyclic index of next element to produce/consume */ 77 * as produce / consume. 80 /* Point to next element to produce/consume */ 134 * for fastpath operation [consume/produce] but only for the SINGLE 495 * call to qed_chain_produce/consume. Instead, the indices in qed_chain_reset()
|
/linux/drivers/spi/ |
H A D | spi-tegra210-quad.c | 417 unsigned int i, count, consume, write_bytes; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() local 423 consume = tqspi->curr_dma_words * tqspi->bytes_per_word; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() 424 if (consume > t->len - tqspi->cur_pos) in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() 425 consume = t->len - tqspi->cur_pos; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() 426 write_bytes = consume; in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() 430 for (i = 0; consume && (i < tqspi->bytes_per_word); i++, consume--) in tegra_qspi_copy_client_txbuf_to_qspi_txbuf() 453 unsigned int i, count, consume, read_bytes; in tegra_qspi_copy_qspi_rxbuf_to_client_rxbuf() local 460 consume = tqspi->curr_dma_words * tqspi->bytes_per_word; in tegra_qspi_copy_qspi_rxbuf_to_client_rxbuf() 461 if (consume > t->len - tqspi->cur_pos) in tegra_qspi_copy_qspi_rxbuf_to_client_rxbuf() 462 consume = t->len - tqspi->cur_pos; in tegra_qspi_copy_qspi_rxbuf_to_client_rxbuf() [all …]
|
H A D | spi-tegra114.c | 403 unsigned consume = tspi->curr_dma_words * tspi->bytes_per_word; in tegra_spi_copy_client_txbuf_to_spi_txbuf() local 406 if (consume > t->len - tspi->cur_pos) in tegra_spi_copy_client_txbuf_to_spi_txbuf() 407 consume = t->len - tspi->cur_pos; in tegra_spi_copy_client_txbuf_to_spi_txbuf() 408 write_bytes = consume; in tegra_spi_copy_client_txbuf_to_spi_txbuf() 412 for (i = 0; consume && (i < tspi->bytes_per_word); in tegra_spi_copy_client_txbuf_to_spi_txbuf() 413 i++, consume--) in tegra_spi_copy_client_txbuf_to_spi_txbuf() 443 unsigned consume = tspi->curr_dma_words * tspi->bytes_per_word; in tegra_spi_copy_spi_rxbuf_to_client_rxbuf() local 446 if (consume > t->len - tspi->cur_pos) in tegra_spi_copy_spi_rxbuf_to_client_rxbuf() 447 consume = t->len - tspi->cur_pos; in tegra_spi_copy_spi_rxbuf_to_client_rxbuf() 448 read_bytes = consume; in tegra_spi_copy_spi_rxbuf_to_client_rxbuf() [all …]
|
/linux/arch/arm64/include/asm/stacktrace/ |
H A D | common.h | 79 * updating stack boundaries so that future unwind steps cannot consume this 123 * Future unwind steps can only consume stack above this frame record. in unwind_consume_stack()
|
/linux/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_csr.h | 1000 * that ILK packets may consume. When the threshold is 1003 * that NPS packets may consume. When the threshold is 1006 * that the sum of ILK and NPS packets may consume. 1008 * flows may consume before ILK_XOFF is sent to the BMI_X2P_ARB. 1010 * flows may consume before NPS XOFF is sent to the BMI_X2p_ARB. 1012 * packet flows may consume before both NPS_XOFF and ILK_XOFF 1108 * ILK packet flows may consume before ILK XOFF is 1111 * NPS_SLC packet flow may consume before NPS_SLC XOFF is 1114 * NPS_UNS packet flow may consume before NPS_UNS XOFF is 1117 * NPS_SLC packet flows may consume before NPS_UNS XOFF, NSP_SLC and
|
/linux/drivers/md/dm-vdo/ |
H A D | funnel-queue.h | 20 * attempts to consume from the queue, the resulting behavior is undefined. Clients must not 41 * wait for data to consume, spin (if safe) or combine the queue with a struct event_count to
|
/linux/Documentation/PCI/ |
H A D | acpi-info.rst | 45 describe all the address space they consume. This includes all the windows 127 Play system determines what resources the device should consume and 130 In ACPI, devices can consume resources (for example, legacy keyboards),
|
/linux/include/rdma/ |
H A D | uverbs_types.h | 62 /* This does not consume the kref on uobj */ 69 /* This does not consume the kref on uobj */
|
/linux/net/sunrpc/auth_gss/ |
H A D | gss_rpc_xdr.c | 288 /* consume uninteresting buffer */ in gssx_dec_option_array() 342 /* we assume we have no options for now, so simply consume them */ in gssx_dec_status() 520 /* we assume we have no attributes for now, so simply consume them */ in gssx_dec_name() 526 /* we assume we have no options for now, so simply consume them */ in gssx_dec_name() 693 /* we assume we have no options for now, so simply consume them */ in gssx_dec_ctx()
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | marvell,pxa168.txt | 19 to specify the clock which they consume.
|
H A D | marvell,pxa910.txt | 19 to specify the clock which they consume.
|
H A D | marvell,pxa1928.txt | 19 phandle and this identifier to specify the clock which they consume.
|
H A D | hi3670-clock.txt | 25 to specify the clock which they consume.
|
/linux/Documentation/livepatch/ |
H A D | reliable-stacktrace.rst | 256 link register, and 'return' instructions consume the return address from the 281 may consume two entries from the fgraph return stack rather than one entry. 305 Due to cases such as the above, it may only be possible to reliably consume a
|
/linux/drivers/dma/qcom/ |
H A D | hidma_ll.c | 235 * Return 0 if there is nothing to consume or no pending TREs/EVREs found. 255 * may not match. Only consume the ones that hardware told us. in hidma_handle_tre_completion() 355 * The interrupt handler for HIDMA will try to consume as many pending 364 * be delivered while we are working. It will try to consume incoming 419 * Try to consume as many EVREs as possible. in hidma_ll_int_handler_internal()
|
/linux/Documentation/devicetree/bindings/nvmem/ |
H A D | sprd-efuse.txt | 30 Are device nodes which consume nvmem data cells.
|
/linux/fs/nfsd/ |
H A D | current_stateid.h | 22 * functions to consume current state id
|
/linux/arch/powerpc/ |
H A D | Kconfig | 36 # is 2^47 (128TB). As a maximum, allow randomisation to consume up to 39 # consume "normal" amounts of address space. Book3S 64 only supports 64K 45 # address space is 2^46 (64TB). Allow randomisation to consume up to 16T 53 # Allow randomisation to consume up to 1GB of address space (2^30). 62 # Allow randomisation to consume up to 512MB of address space (2^29). 70 # Allow randomisation to consume up to 8MB of address space (2^23).
|
/linux/Documentation/userspace-api/ |
H A D | vduse.rst | 223 consume the available ring. This is optional since userspace can choose to poll the 226 4. Listen to the kick eventfd (optional) and consume the available ring. The buffer
|