Home
last modified time | relevance | path

Searched refs:consumed (Results 76 – 100 of 199) sorted by relevance

12345678

/openbmc/linux/kernel/bpf/
H A Dhelpers.c451 unsigned int consumed; in __bpf_strtoull() local
471 consumed = cur_buf - buf; in __bpf_strtoull()
472 cur_len -= consumed; in __bpf_strtoull()
491 consumed += cur_buf - str; in __bpf_strtoull()
493 return consumed; in __bpf_strtoull()
/openbmc/linux/Documentation/driver-api/
H A Dmailbox.rst31 The controller driver might know a message has been consumed
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dcross-thread-rsb.rst16 being consumed by the sibling thread.
/openbmc/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_target.c816 unsigned int consumed = 0, buf_len; in cxgbit_skb_copy_to_sg() local
824 buf_len = skb_seq_read(consumed, &buf, &st); in cxgbit_skb_copy_to_sg()
830 consumed += sg_pcopy_from_buffer(sg, nents, (void *)buf, in cxgbit_skb_copy_to_sg()
831 buf_len, skip + consumed); in cxgbit_skb_copy_to_sg()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c2038 size_t consumed, copy = 0; in qib_write() local
2061 consumed = sizeof(cmd.type); in qib_write()
2139 if ((count - consumed) < copy) { in qib_write()
2147 consumed += copy; in qib_write()
2235 ret = consumed; in qib_write()
/openbmc/linux/include/linux/
H A Dscatterlist.h680 size_t consumed; /* number of consumed bytes */ member
/openbmc/linux/fs/f2fs/
H A DKconfig43 - current memory footprint consumed by f2fs.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-secvar97 Description: Current space consumed by the key store, in bytes, represented
H A Dsysfs-block-zram46 the counter of maximum memory zram have consumed to store
/openbmc/linux/Documentation/RCU/
H A Dstallwarn.rst409 milliseconds consumed by hard interrupts, soft interrupts, and tasks
444 and CPU time consumed by hard interrupts, along with non-zero CPU
445 time consumed by in-kernel execution::
477 but the number of context switches and the in-kernel CPU time consumed
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dbaikal,bt1-ccu-div.yaml76 The clock dividers, which output clock is then consumed by the SoC individual
/openbmc/linux/Documentation/driver-api/virtio/
H A Dvirtio.rst60 device has consumed the buffers provided by the driver. More
H A Dwriting_virtio_drivers.rst171 consumed by the device:
/openbmc/linux/arch/microblaze/
H A DKconfig213 control register, which is consumed by the break handler to
/openbmc/linux/Documentation/scheduler/
H A Dsched-energy.rst9 the impact of its decisions on the energy consumed by CPUs. EAS relies on an
142 energy consumed by the system if the waking task was migrated. compute_energy()
266 consumed by CPUs, the extra cost of running that one task on a big core can be
/openbmc/linux/Documentation/bpf/
H A Dringbuf.rst160 - consumer counter shows up to which logical position consumer consumed the
166 ready to be consumed, though. Each record has 8 byte header, which contains the
/openbmc/linux/drivers/nvme/host/
H A Dtcp.c888 size_t consumed = len; in nvme_tcp_recv_skb() local
917 return consumed; in nvme_tcp_recv_skb()
1219 int consumed; in nvme_tcp_try_recv() local
1225 consumed = sock->ops->read_sock(sk, &rd_desc, nvme_tcp_recv_skb); in nvme_tcp_try_recv()
1227 return consumed; in nvme_tcp_try_recv()
/openbmc/linux/net/unix/
H A Daf_unix.c652 UNIXCB(skb).consumed = skb->len; in unix_release_sock()
2522 return skb->len - UNIXCB(skb).consumed; in unix_skb_len()
2569 UNIXCB(oob_skb).consumed += 1; in unix_stream_recv_urg()
2797 UNIXCB(skb).consumed += chunk; in unix_stream_read_generic()
2852 ret = skb_copy_datagram_msg(skb, UNIXCB(skb).consumed + skip, in unix_stream_read_actor()
2897 UNIXCB(skb).consumed + skip, in unix_stream_splice_actor()
/openbmc/linux/drivers/nvme/target/
H A Dio-cmd-bdev.c226 miter->consumed -= miter->length - len; in nvmet_bdev_alloc_bip()
/openbmc/linux/drivers/char/xillybus/
H A Dxillyusb.c1034 bool consumed = false; in bulk_in_work() local
1048 else if (consumed) in bulk_in_work()
1060 consumed = true; in bulk_in_work()
/openbmc/qemu/docs/specs/
H A Dacpi_nvdimm.rst42 control functions that are consumed by the device driver.
/openbmc/linux/Documentation/gpu/
H A Ddrm-usage-stats.rst133 Value shall reflect the amount of storage currently consumed by the buffer
/openbmc/linux/drivers/net/ethernet/ti/
H A Dcpsw_priv.h405 int consumed; /* number of address instances */ member
/openbmc/linux/Documentation/power/powercap/
H A Ddtpm.rst16 compared with the power consumed by other devices.
/openbmc/linux/Documentation/mm/
H A Dhwpoison.rst24 just ignore it because no corruption has been consumed yet. Instead

12345678