/kernel/linux/linux-5.10/samples/bpf/ |
H A D | sockex2_kern.c | 190 long bytes; member 214 __sync_fetch_and_add(&value->bytes, skb->len); in bpf_prog2()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | writeback.h | 91 size_t wb_bytes; /* bytes written by current wb */ 92 size_t wb_lcand_bytes; /* bytes written by last candidate */ 93 size_t wb_tcand_bytes; /* bytes written by this candidate */ 220 size_t bytes); 325 struct page *page, size_t bytes) in wbc_account_cgroup_owner() 324 wbc_account_cgroup_owner(struct writeback_control *wbc, struct page *page, size_t bytes) wbc_account_cgroup_owner() argument
|
H A D | dax.h | 224 size_t bytes, struct iov_iter *i); 226 size_t bytes, struct iov_iter *i);
|
/kernel/linux/linux-5.10/sound/arm/ |
H A D | pxa2xx-pcm-lib.c | 154 buf->bytes = size; in pxa2xx_pcm_preallocate_dma_buffer() 172 dma_free_wc(pcm->card->dev, buf->bytes, buf->area, buf->addr); in pxa2xx_pcm_free_dma_buffers()
|
/kernel/linux/linux-5.10/drivers/nvmem/ |
H A D | rockchip-otp.c | 136 void *val, size_t bytes) in rockchip_otp_read() 162 while (bytes--) { in rockchip_otp_read() 135 rockchip_otp_read(void *context, unsigned int offset, void *val, size_t bytes) rockchip_otp_read() argument
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ingenic/ |
H A D | jz4740_ecc.c | 86 for (i = 0; i < params->bytes; ++i) in jz4740_ecc_calculate() 127 for (i = 0; i < params->bytes; ++i) in jz4740_ecc_correct()
|
/kernel/linux/linux-6.6/drivers/misc/eeprom/ |
H A D | eeprom_93cx6.c | 211 * will return host ordered bytes, this method will return little 269 * eeprom_93cx6_multireadb - Read multiple bytes from eeprom 273 * @bytes: Number of bytes that should be read. 275 * This function will read all requested bytes from the eeprom, 279 u8 *data, const u16 bytes) in eeprom_93cx6_multireadb() 283 for (i = 0; i < bytes; i++) in eeprom_93cx6_multireadb() 278 eeprom_93cx6_multireadb(struct eeprom_93cx6 *eeprom, const u8 byte, u8 *data, const u16 bytes) eeprom_93cx6_multireadb() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/engleder/ |
H A D | tsnep.h | 96 u32 bytes; member 135 u32 bytes; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_txrx.c | 57 dim_update_sample(sq->cq.event_ctr, stats->packets, stats->bytes, &dim_sample); in mlx5e_handle_tx_dim() 69 dim_update_sample(rq->cq.event_ctr, stats->packets, stats->bytes, &dim_sample); in mlx5e_handle_rx_dim()
|
/kernel/linux/linux-6.6/drivers/mtd/parsers/ |
H A D | scpart.c | 81 int bytes = cnt * sizeof(*pdesc); in scpart_scan_partmap() local 88 memcpy(pdesc, &(buf[MAP_OFFS_IN_BLK]), bytes); in scpart_scan_partmap()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | writeback.h | 88 size_t wb_bytes; /* bytes written by current wb */ 89 size_t wb_lcand_bytes; /* bytes written by last candidate */ 90 size_t wb_tcand_bytes; /* bytes written by this candidate */ 211 size_t bytes); 317 struct page *page, size_t bytes) in wbc_account_cgroup_owner() 316 wbc_account_cgroup_owner(struct writeback_control *wbc, struct page *page, size_t bytes) wbc_account_cgroup_owner() argument
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | sd.h | 216 static inline sector_t bytes_to_logical(struct scsi_device *sdev, unsigned int bytes) in bytes_to_logical() argument 218 return bytes >> ilog2(sdev->sector_size); in bytes_to_logical()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-dbgcap.h | 167 ((struct xhci_ep_ctx *)((d)->ctx->bytes + DBC_CONTEXT_SIZE)) 169 ((struct xhci_ep_ctx *)((d)->ctx->bytes + DBC_CONTEXT_SIZE * 2))
|
/kernel/linux/linux-6.6/drivers/nvmem/ |
H A D | sunplus-ocotp.c | 117 static int sp_ocotp_read(void *priv, unsigned int offset, void *value, size_t bytes) in sp_ocotp_read() argument 130 for (addr = offset; addr < (offset + bytes); addr++) { in sp_ocotp_read()
|
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | page_track.c | 206 void __kvm_page_track_write(struct kvm *kvm, gpa_t gpa, const u8 *new, int bytes) in __kvm_page_track_write() argument 221 n->track_write(gpa, new, bytes, n); in __kvm_page_track_write()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
H A D | gtt.h | 288 unsigned int off, void *p_data, unsigned int bytes); 291 unsigned int off, void *p_data, unsigned int bytes);
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-linear.c | 186 void *addr, size_t bytes, struct iov_iter *i) in linear_dax_recovery_write() 190 return dax_recovery_write(dax_dev, pgoff, addr, bytes, i); in linear_dax_recovery_write() 185 linear_dax_recovery_write(struct dm_target *ti, pgoff_t pgoff, void *addr, size_t bytes, struct iov_iter *i) linear_dax_recovery_write() argument
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | hbm_kern.h | 51 // Reserve 20us of queuing for small packets (less than 120 bytes) 55 // rate in bytes per ns << 20 58 #define BYTES_TO_NS(bytes, rate) div64_u64(((u64)(bytes)) << 20, (u64)(rate))
|
H A D | sockex2_kern.c | 190 long bytes; member 214 __sync_fetch_and_add(&value->bytes, skb->len); in bpf_prog2()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_cs_dsp_ctl.c | 53 char *p = ucontrol->value.bytes.data; in hda_cs_dsp_coeff_put() 67 char *p = ucontrol->value.bytes.data; in hda_cs_dsp_coeff_get()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | trace.c | 62 static void *trace_alloc(struct trace_buffer *tb, int bytes) in trace_alloc() argument 67 newtail = tb->tail + bytes; in trace_alloc() 299 printf("Trace buffer 0x%llx bytes @ %p\n", tb->size, tb); in trace_print_location()
|
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/ |
H A D | prt_vector.S | 111 CMP R0, #0 @four bytes align? 137 CMP R0, #0 @four bytes align?
|
/kernel/linux/linux-6.6/net/core/ |
H A D | gen_estimator.c | 84 b_bytes = u64_stats_read(&b.bytes); in est_timer() 173 est->last_bytes = u64_stats_read(&b.bytes); in gen_new_estimator()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-sff.c | 545 /* Transfer multiple of 2 bytes */ in ata_sff_data_xfer() 560 * swapping bytes to and from on the big endian machines... in ata_sff_data_xfer() 605 /* Transfer multiple of 4 bytes */ in ata_sff_data_xfer32() 611 /* Transfer trailing bytes, if any */ in ata_sff_data_xfer32() 620 * swapping bytes to and from on the big endian machines... in ata_sff_data_xfer32() 658 * Transfer qc->sect_size bytes of data from/to the ATA device. 740 * atapi_send_cdb - Write CDB bytes to hardware 782 * @bytes: number of bytes 790 static int __atapi_pio_bytes(struct ata_queued_cmd *qc, unsigned int bytes) in __atapi_pio_bytes() argument 864 unsigned int ireason, bc_lo, bc_hi, bytes; atapi_pio_bytes() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_sched.c | 93 * @buf_size: buffer size in bytes 124 * @buf_size: buffer size in bytes 207 * @buf_size: buffer size in bytes 367 * @buf_size: buffer size in bytes 397 * @buf_size: buffer size in bytes 418 * @buf_size: buffer size in bytes 439 * @buf_size: buffer size in bytes 459 * @buf_size: buffer size in bytes 477 * @buf_size: buffer size in bytes 584 * @buf_size: buffer size in bytes 2832 ice_cfg_rl_burst_size(struct ice_hw *hw, u32 bytes) ice_cfg_rl_burst_size() argument [all...] |