| /linux/rust/syn/ |
| H A D | fixup.rs | 460 Consume, enumerator 507 Scan::Consume in scan_right() 520 return Scan::Consume; in scan_right() 533 if let Scan::Bailout | Scan::Consume = scan { in scan_right() 534 Scan::Consume in scan_right() 545 && (consume_by_precedence == Scan::Consume || bailout_offset >= 1) in scan_right() 549 return Scan::Consume; in scan_right() 553 return Scan::Consume; in scan_right() 569 Scan::Consume => return Scan::Consume, in scan_right() 587 && (consume_by_precedence == Scan::Consume || bailout_offset >= 1) in scan_right() [all …]
|
| /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() 180 /* consume next item */ in iterator_with_diff_stack_depth()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | hugetlb-madvise.c | 176 /* read should not consume any pages */ in main() 229 /* write should not consume any pages */ in main() 264 /* shared write should not consume any additional pages */ in main() 274 /* private read should not consume any pages */ in main() 278 /* private write should consume additional pages */ in main() 294 /* 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/include/linux/ |
| H A D | ptr_ring.h | 39 int batch; /* number of entries to consume in a batch */ 143 * consume in interrupt or BH context, you must disable interrupts/BH when 210 * re-test __ptr_ring_empty and/or consume the ring enteries 291 * Doing it naively at each consume would be as simple as: in __ptr_ring_discard_one() 541 * In particular if you consume ring in interrupt or BH context, you must 616 * In particular if you consume ring in interrupt or BH context, you must 646 * In particular if you consume ring in BH context, you must
|
| /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/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/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.
|
| H A D | hi3660-clock.txt | 29 to specify the clock which they consume.
|
| H A D | hisi-crg.txt | 25 to specify the clock which they consume.
|
| H A D | hi6220-clock.txt | 50 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/net/sunrpc/auth_gss/ |
| H A D | gss_rpc_xdr.c | 295 /* consume uninteresting buffer */ in gssx_dec_option_array() 353 /* we assume we have no options for now, so simply consume them */ in gssx_dec_status() 547 /* we assume we have no attributes for now, so simply consume them */ in gssx_dec_name() 553 /* we assume we have no options for now, so simply consume them */ in gssx_dec_name() 729 /* we assume we have no options for now, so simply consume them */ in gssx_dec_ctx()
|
| /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/fs/nfsd/ |
| H A D | current_stateid.h | 22 * functions to consume current state id
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-xsk.c | 15 dpaa2_eth_consume_cb_t *consume) in dpaa2_eth_setup_consume_func() argument 28 fq->consume = consume; in dpaa2_eth_setup_consume_func()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
| H A D | pearl_pcie.c | 713 int consume; in qtnf_pcie_pearl_rx_poll() local 730 consume = 1; in qtnf_pcie_pearl_rx_poll() 734 consume = 0; in qtnf_pcie_pearl_rx_poll() 739 consume = 0; in qtnf_pcie_pearl_rx_poll() 745 consume = 0; in qtnf_pcie_pearl_rx_poll() 755 if (consume) { in qtnf_pcie_pearl_rx_poll()
|
| /linux/include/linux/sched/ |
| H A D | jobctl.h | 16 #define JOBCTL_STOP_CONSUME_BIT 18 /* consume group stop count */
|