Home
last modified time | relevance | path

Searched full:consumed (Results 1 – 25 of 555) sorted by relevance

12345678910>>...23

/kernel/linux/linux-5.10/drivers/firmware/google/
Dvpd_decode.c40 u32 consumed = *_consumed; in vpd_decode_entry() local
42 if (vpd_decode_len(max_len - consumed, &input_buf[consumed], in vpd_decode_entry()
45 if (max_len - consumed < decoded_len) in vpd_decode_entry()
48 consumed += decoded_len; in vpd_decode_entry()
49 *entry = input_buf + consumed; in vpd_decode_entry()
52 if (max_len - consumed < *entry_len) in vpd_decode_entry()
55 consumed += *entry_len; in vpd_decode_entry()
56 *_consumed = consumed; in vpd_decode_entry()
60 int vpd_decode_string(const u32 max_len, const u8 *input_buf, u32 *consumed, in vpd_decode_string() argument
70 if (*consumed >= max_len) in vpd_decode_string()
[all …]
Dvpd_decode.h36 * (key, value). The *consumed will be plused the number of bytes consumed in
41 * The *consumed starts from 0, which is actually the next byte to be decoded.
47 int vpd_decode_string(const u32 max_len, const u8 *input_buf, u32 *consumed,
/kernel/linux/linux-5.10/net/netfilter/
Dnft_quota.c18 atomic64_t consumed; member
24 return atomic64_add_return(skb->len, &priv->consumed) >= in nft_overquota()
70 u64 quota, consumed = 0; in nft_quota_do_init() local
80 consumed = be64_to_cpu(nla_get_be64(tb[NFTA_QUOTA_CONSUMED])); in nft_quota_do_init()
81 if (consumed > quota) in nft_quota_do_init()
95 atomic64_set(&priv->consumed, consumed); in nft_quota_do_init()
124 u64 consumed, consumed_cap, quota; in nft_quota_do_dump() local
127 /* Since we inconditionally increment consumed quota for each packet in nft_quota_do_dump()
131 consumed = atomic64_read(&priv->consumed); in nft_quota_do_dump()
133 if (consumed >= quota) { in nft_quota_do_dump()
[all …]
/kernel/linux/linux-5.10/drivers/misc/cb710/
Dsgbuf2.c14 miter->consumed = 0; in sg_dwiter_next()
22 return miter->length == miter->consumed && !sg_dwiter_next(miter); in sg_dwiter_is_at_end()
32 len = min(miter->length - miter->consumed, left); in sg_dwiter_read_buffer()
33 memcpy(addr, miter->addr + miter->consumed, len); in sg_dwiter_read_buffer()
34 miter->consumed += len; in sg_dwiter_read_buffer()
61 len = miter->length - miter->consumed; in sg_dwiter_get_next_block()
64 miter->addr + miter->consumed))) { in sg_dwiter_get_next_block()
65 *ptr = miter->addr + miter->consumed; in sg_dwiter_get_next_block()
66 miter->consumed += 4; in sg_dwiter_get_next_block()
107 len = min(miter->length - miter->consumed, left); in sg_dwiter_write_slow()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dvringh.h86 size_t consumed; /* Within iov[i] */ member
98 size_t consumed; /* Within iov[i] */ member
116 iov->consumed = 0; in vringh_iov_init()
123 iov->iov[iov->i].iov_len += iov->consumed; in vringh_iov_reset()
124 iov->iov[iov->i].iov_base -= iov->consumed; in vringh_iov_reset()
125 iov->consumed = 0; in vringh_iov_reset()
133 iov->max_num = iov->used = iov->i = iov->consumed = 0; in vringh_iov_cleanup()
178 kiov->consumed = 0; in vringh_kiov_init()
185 kiov->iov[kiov->i].iov_len += kiov->consumed; in vringh_kiov_reset()
186 kiov->iov[kiov->i].iov_base -= kiov->consumed; in vringh_kiov_reset()
[all …]
Dtextsearch.h66 * @consumed: number of bytes consumed by the caller
73 * of the block or 0 if at the end. consumed == 0 indicates
76 unsigned int (*get_next_block)(unsigned int consumed,
Denergy_model.h16 * @power: The power consumed at this level, in milli-watts (by 1 CPU or
102 * em_cpu_energy() - Estimates the energy consumed by the CPUs of a
112 * Return: the sum of the energy consumed by the CPUs of the domain assuming
151 * the EM), the energy consumed by this CPU at that performance state in em_cpu_energy()
/kernel/linux/linux-5.10/Documentation/hwmon/
Dfam15h_power.rst29 is the power consumed when running a specific application. Thermal
41 consumed by the processor for NB and logic external to the core.
48 consumed by the processor.
62 calculate the average power consumed by a processor during a
/kernel/linux/linux-5.10/sound/firewire/fireface/
Dff-protocol-latter.c494 int consumed; in latter_fill_midi_msg() local
497 consumed = snd_rawmidi_transmit_peek(substream, buf + 1, 3); in latter_fill_midi_msg()
498 if (consumed <= 0) in latter_fill_midi_msg()
499 return consumed; in latter_fill_midi_msg()
503 if (consumed < calculate_message_bytes(buf[1])) in latter_fill_midi_msg()
510 buf[0] |= consumed; in latter_fill_midi_msg()
515 consumed -= 1; in latter_fill_midi_msg()
518 buf[0] |= consumed; in latter_fill_midi_msg()
522 consumed = 1; in latter_fill_midi_msg()
528 ff->rx_bytes[port] = consumed; in latter_fill_midi_msg()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
Dusb251xb.txt49 - sp-max-total-current-microamp: Specifies max current consumed by the hub
53 - bp-max-total-current-microamp: Specifies max current consumed by the hub
57 - sp-max-removable-current-microamp: Specifies max current consumed by the hub
61 - bp-max-removable-current-microamp: Specifies max current consumed by the hub
/kernel/linux/linux-5.10/kernel/
Drelay.c802 * relay_subbufs_consumed - update the buffer's sub-buffers-consumed count
807 * Adds to the channel buffer's consumed sub-buffer count.
808 * subbufs_consumed should be the number of sub-buffers newly consumed,
809 * not the total consumed.
964 * relay_file_read_consume - update the consumed count for the buffer
1005 size_t consumed; in relay_file_read_avail() local
1009 consumed = buf->subbufs_consumed; in relay_file_read_avail()
1012 if (produced == consumed) in relay_file_read_avail()
1017 if (unlikely(produced - consumed >= n_subbufs)) { in relay_file_read_avail()
1018 consumed = produced - n_subbufs + 1; in relay_file_read_avail()
[all …]
/kernel/linux/linux-5.10/lib/
Dts_kmp.c45 unsigned int i, q = 0, text_len, consumed = state->offset; in kmp_find() local
50 text_len = conf->get_next_block(consumed, &text, conf, state); in kmp_find()
63 state->offset = consumed + i + 1; in kmp_find()
68 consumed += text_len; in kmp_find()
Dts_bm.c61 unsigned int i, text_len, consumed = state->offset; in bm_find() local
67 text_len = conf->get_next_block(consumed, &text, conf, state); in bm_find()
83 return consumed += (shift-(bm->patlen-1)); in bm_find()
90 consumed += text_len; in bm_find()
Dts_fsm.c139 unsigned block_len = 0, strict, consumed = state->offset; in fsm_find() local
143 ({ consumed += block_idx; \ in fsm_find()
145 block_len = conf->get_next_block(consumed, &data, conf, state); }) in fsm_find()
163 match_start = consumed + block_idx; in fsm_find()
237 match_start = consumed + block_idx; in fsm_find()
251 state->offset = consumed + block_idx; in fsm_find()
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/goldmont/
Dother.json24 …iption": "Counts the number of issue slots per core cycle that were not consumed by the backend du…
34 …iption": "Counts the number of issue slots per core cycle that were not consumed because of a full…
44 …iption": "Counts the number of issue slots per core cycle that were not consumed by the backend be…
/kernel/linux/linux-5.10/drivers/crypto/cavium/zip/
Dzip_device.c50 * zip_cmd_queue_consumed - Calculates the space consumed in the command queue.
55 * Return: Bytes consumed in the command queue buffer.
82 u32 consumed = 0; in zip_load_instr() local
112 consumed = zip_cmd_queue_consumed(zip_dev, queue); in zip_load_instr()
114 if ((consumed + 128) == (ZIP_CMD_QBUF_SIZE - 8)) { in zip_load_instr()
/kernel/linux/linux-5.10/drivers/iio/
Diio_core_trigger.h17 * @indio_dev: iio_dev associated with the device that consumed the trigger
40 * @indio_dev: iio_dev associated with the device that consumed the trigger
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/goldmontplus/
Dother.json28 …iption": "Counts the number of issue slots per core cycle that were not consumed by the backend du…
40 …iption": "Counts the number of issue slots per core cycle that were not consumed because of a full…
52 …iption": "Counts the number of issue slots per core cycle that were not consumed by the backend be…
/kernel/linux/linux-5.10/net/batman-adv/
Drouting.c216 * Return: NET_RX_SUCCESS if the packet has been consumed or NET_RX_DROP
265 /* skb was consumed */ in batadv_recv_my_icmp_packet()
274 /* skb was consumed */ in batadv_recv_my_icmp_packet()
333 /* skb was consumed */ in batadv_recv_icmp_ttl_exceeded()
434 /* skb was consumed */ in batadv_recv_icmp_packet()
730 /* skb was transmitted and consumed */ in batadv_route_unicast_packet()
736 /* skb was consumed */ in batadv_route_unicast_packet()
925 * Return: NET_RX_SUCCESS if the packet has been consumed or NET_RX_DROP
1051 /* skb was consumed */ in batadv_recv_unicast_packet()
1065 * Return: NET_RX_SUCCESS if the packet has been consumed or NET_RX_DROP
[all …]
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dxdr.h313 * On success, returns length in bytes of XDR buffer consumed
332 * On success, returns length in bytes of XDR buffer consumed
352 * On success, returns length in bytes of XDR buffer consumed
373 * On success, returns length in bytes of XDR buffer consumed
395 * On success, returns length in bytes of XDR buffer consumed
420 * On success, returns length in bytes of XDR buffer consumed
441 * On success, returns length in bytes of XDR buffer consumed
463 * On success, returns length in bytes of XDR buffer consumed
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Dtestmode.c29 bool consumed; in ath11k_tm_event_wmi() local
40 consumed = true; in ath11k_tm_event_wmi()
83 return consumed; in ath11k_tm_event_wmi()
/kernel/linux/linux-5.10/sound/firewire/fireworks/
Dfireworks_proc.c182 unsigned int consumed; in proc_read_queues_state() local
185 consumed = snd_efw_resp_buf_size - in proc_read_queues_state()
188 consumed = (unsigned int)(efw->push_ptr - efw->pull_ptr); in proc_read_queues_state()
191 consumed, snd_efw_resp_buf_size); in proc_read_queues_state()
/kernel/linux/linux-5.10/Documentation/vm/
Dhugetlbfs_reserv.rst128 consumed, the reservation map is not modified.
131 consumed, entries are added to the reservation map. Therefore, the
133 been consumed.
182 Reservations are consumed when huge pages associated with the reservations
223 SetPagePrivate(page); /* Indicates allocating this page consumed
344 consumed. When an attempt to allocate a new page is made as a result of
447 reservation map we know how many reservations were consumed and how many are
527 allocation has consumed the reservation and made the appropriate subpool,
531 indicates the reservation was consumed. This resulting inconsistent state
545 reservation map will continue to look as though the reservation was consumed.
/kernel/linux/linux-5.10/drivers/scsi/
Discsi_tcp.c84 unsigned int consumed, total_consumed = 0; in iscsi_sw_tcp_recv() local
91 consumed = iscsi_tcp_recv_skb(conn, skb, offset, 0, &status); in iscsi_sw_tcp_recv()
92 offset += consumed; in iscsi_sw_tcp_recv()
93 total_consumed += consumed; in iscsi_sw_tcp_recv()
94 } while (consumed != 0 && status != ISCSI_TCP_SKB_DONE); in iscsi_sw_tcp_recv()
313 unsigned int consumed = 0; in iscsi_sw_tcp_xmit() local
331 consumed += rc; in iscsi_sw_tcp_xmit()
342 ISCSI_SW_TCP_DBG(conn, "xmit %d bytes\n", consumed); in iscsi_sw_tcp_xmit()
344 conn->txdata_octets += consumed; in iscsi_sw_tcp_xmit()
345 return consumed; in iscsi_sw_tcp_xmit()
/kernel/linux/linux-5.10/net/rxrpc/
Dmisc.c29 * all consumed within this time we will send a DELAY ACK if an ACK was not
37 * We use this when we've consumed some previously soft-ACK'd packets when

12345678910>>...23