/linux-6.14.4/drivers/scsi/ |
D | myrs.h | 172 unsigned short bus_speed_mhz; /* Bytes 4-5 */ 176 unsigned char rsvd3[7]; /* Bytes 9-15 */ 177 unsigned char bus_name[16]; /* Bytes 16-31 */ 178 unsigned char ctlr_name[16]; /* Bytes 32-47 */ 179 unsigned char rsvd4[16]; /* Bytes 48-63 */ 191 unsigned char rsvd5[3]; /* Bytes 73-75 */ 207 unsigned short nvram_size_kb; /* Bytes 90-91 */ 209 unsigned char rsvd8[3]; /* Bytes 93-95 */ 211 unsigned char serial_number[16]; /* Bytes 96-111 */ 212 unsigned char rsvd9[16]; /* Bytes 112-127 */ [all …]
|
D | myrb.h | 164 unsigned int rsvd1:24; /* Bytes 1-3 */ 165 unsigned int ldev_sizes[32]; /* Bytes 4-131 */ 166 unsigned short flash_age; /* Bytes 132-133 */ 189 unsigned short ev_seq; /* Bytes 142-143 */ 191 unsigned int rsvd5:24; /* Bytes 145-147 */ 203 } dead_drives[21]; /* Bytes 152-194 */ 204 unsigned char rsvd9[62]; /* Bytes 195-255 */ 237 } hw; /* Bytes 0-3 */ 244 } fw; /* Bytes 4-7 */ 254 unsigned int rsvd3; /* Bytes 20-23 */ [all …]
|
/linux-6.14.4/tools/perf/pmu-events/arch/x86/amdzen5/ |
D | data-fabric.json | 4 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a… 12 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a… 20 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a… 28 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a… 36 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a… 44 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a… 52 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a… 60 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a… 68 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a… 76 …"PublicDescription": "Read data beats (64 bytes) for transactions between local or remote socket a… [all …]
|
/linux-6.14.4/fs/bcachefs/ |
D | varint.c | 19 * Returns: size in bytes of the encoded integer - at most 9 bytes 24 unsigned bytes = DIV_ROUND_UP(bits, 7); in bch2_varint_encode() local 27 if (likely(bytes < 9)) { in bch2_varint_encode() 28 v <<= bytes; in bch2_varint_encode() 29 v |= ~(~0 << (bytes - 1)); in bch2_varint_encode() 31 memcpy(out, &v_le, bytes); in bch2_varint_encode() 34 bytes = 9; in bch2_varint_encode() 38 return bytes; in bch2_varint_encode() 46 * Returns: size in bytes of the decoded integer - or -1 on failure (would 51 unsigned bytes = likely(in < end) in bch2_varint_decode() local [all …]
|
/linux-6.14.4/tools/perf/pmu-events/arch/x86/amdzen4/ |
D | data-fabric.json | 4 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 0.", 12 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 1.", 20 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 2.", 28 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 3.", 36 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 4.", 44 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 5.", 52 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 6.", 60 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 7.", 68 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 8.", 76 … "PublicDescription": "Read data beats (64 bytes) for local processor at Coherent Station (CS) 9.", [all …]
|
/linux-6.14.4/drivers/power/supply/ |
D | max1720x_battery.c | 149 { .name = "nXTable0", .offset = 0, .bytes = 2, }, 150 { .name = "nXTable1", .offset = 2, .bytes = 2, }, 151 { .name = "nXTable2", .offset = 4, .bytes = 2, }, 152 { .name = "nXTable3", .offset = 6, .bytes = 2, }, 153 { .name = "nXTable4", .offset = 8, .bytes = 2, }, 154 { .name = "nXTable5", .offset = 10, .bytes = 2, }, 155 { .name = "nXTable6", .offset = 12, .bytes = 2, }, 156 { .name = "nXTable7", .offset = 14, .bytes = 2, }, 157 { .name = "nXTable8", .offset = 16, .bytes = 2, }, 158 { .name = "nXTable9", .offset = 18, .bytes = 2, }, [all …]
|
/linux-6.14.4/include/sound/ |
D | pcm-indirect.h | 19 int hw_ready; /* Bytes ready for play (or captured) in hw ring buffer */ 22 unsigned int sw_io; /* Current software pointer in bytes */ 23 int sw_ready; /* Bytes ready to be transferred to/from hw */ 28 struct snd_pcm_indirect *rec, size_t bytes); 55 unsigned int bytes = qsize - rec->hw_ready; in snd_pcm_indirect_playback_transfer() local 56 if (rec->sw_ready < (int)bytes) in snd_pcm_indirect_playback_transfer() 57 bytes = rec->sw_ready; in snd_pcm_indirect_playback_transfer() 58 if (hw_to_end < bytes) in snd_pcm_indirect_playback_transfer() 59 bytes = hw_to_end; in snd_pcm_indirect_playback_transfer() 60 if (sw_to_end < bytes) in snd_pcm_indirect_playback_transfer() [all …]
|
/linux-6.14.4/drivers/md/ |
D | dm-io-rewind.c | 14 unsigned int bytes) in dm_bvec_iter_rewind() argument 18 iter->bi_size += bytes; in dm_bvec_iter_rewind() 19 if (bytes <= iter->bi_bvec_done) { in dm_bvec_iter_rewind() 20 iter->bi_bvec_done -= bytes; in dm_bvec_iter_rewind() 24 bytes -= iter->bi_bvec_done; in dm_bvec_iter_rewind() 27 while (idx >= 0 && bytes && bytes > bv[idx].bv_len) { in dm_bvec_iter_rewind() 28 bytes -= bv[idx].bv_len; in dm_bvec_iter_rewind() 32 if (WARN_ONCE(idx < 0 && bytes, in dm_bvec_iter_rewind() 34 iter->bi_size -= bytes; in dm_bvec_iter_rewind() 41 iter->bi_bvec_done = bv[idx].bv_len - bytes; in dm_bvec_iter_rewind() [all …]
|
/linux-6.14.4/tools/perf/pmu-events/arch/arm64/freescale/imx95/sys/ |
D | metrics.json | 19 "BriefDescription": "bytes of all masters read from ddr", 27 "BriefDescription": "bytes of all masters write to ddr", 35 "BriefDescription": "bytes of all a55 read from ddr", 43 "BriefDescription": "bytes of all a55 write to ddr (part1)", 51 "BriefDescription": "bytes of all a55 write to ddr (part2)", 59 "BriefDescription": "bytes of a55 core 0 read from ddr", 67 "BriefDescription": "bytes of a55 core 0 write to ddr", 75 "BriefDescription": "bytes of a55 core 1 read from ddr", 83 "BriefDescription": "bytes of a55 core 1 write to ddr", 91 "BriefDescription": "bytes of a55 core 2 read from ddr", [all …]
|
/linux-6.14.4/tools/perf/pmu-events/arch/arm64/freescale/imx8mp/sys/ |
D | metrics.json | 3 "BriefDescription": "bytes of all masters read from ddr", 11 "BriefDescription": "bytes of all masters write to ddr", 19 "BriefDescription": "bytes of a53 core read from ddr", 27 "BriefDescription": "bytes of a53 core write to ddr", 35 "BriefDescription": "bytes of supermix(m7) core read from ddr", 43 "BriefDescription": "bytes of supermix(m7) write to ddr", 51 "BriefDescription": "bytes of gpu 3d read from ddr", 59 "BriefDescription": "bytes of gpu 3d write to ddr", 67 "BriefDescription": "bytes of gpu 2d read from ddr", 75 "BriefDescription": "bytes of gpu 2d write to ddr", [all …]
|
/linux-6.14.4/arch/x86/crypto/ |
D | chacha_glue.c | 49 unsigned int bytes, int nrounds) in chacha_dosimd() argument 53 while (bytes >= CHACHA_BLOCK_SIZE * 8) { in chacha_dosimd() 54 chacha_8block_xor_avx512vl(state, dst, src, bytes, in chacha_dosimd() 56 bytes -= CHACHA_BLOCK_SIZE * 8; in chacha_dosimd() 61 if (bytes > CHACHA_BLOCK_SIZE * 4) { in chacha_dosimd() 62 chacha_8block_xor_avx512vl(state, dst, src, bytes, in chacha_dosimd() 64 state[12] += chacha_advance(bytes, 8); in chacha_dosimd() 67 if (bytes > CHACHA_BLOCK_SIZE * 2) { in chacha_dosimd() 68 chacha_4block_xor_avx512vl(state, dst, src, bytes, in chacha_dosimd() 70 state[12] += chacha_advance(bytes, 4); in chacha_dosimd() [all …]
|
/linux-6.14.4/arch/arm64/include/asm/ |
D | rsi_smc.h | 70 * ret1 == Measurement value, bytes: 0 - 7 71 * ret2 == Measurement value, bytes: 8 - 15 72 * ret3 == Measurement value, bytes: 16 - 23 73 * ret4 == Measurement value, bytes: 24 - 31 74 * ret5 == Measurement value, bytes: 32 - 39 75 * ret6 == Measurement value, bytes: 40 - 47 76 * ret7 == Measurement value, bytes: 48 - 55 77 * ret8 == Measurement value, bytes: 56 - 63 85 * arg2 == Size of realm measurement in bytes, max 64 bytes 86 * arg3 == Measurement value, bytes: 0 - 7 [all …]
|
/linux-6.14.4/include/linux/ |
D | ccp.h | 150 * @key_len: length in bytes of key 152 * @iv_len: length in bytes of iv 155 * @src_len: length in bytes of data used for this operation 158 * @cmac_key_len: length in bytes of cmac_key 177 u32 key_len; /* In bytes */ 180 u32 iv_len; /* In bytes */ 183 u64 src_len; /* In bytes */ 188 u32 cmac_key_len; /* In bytes */ 190 u32 aad_len; /* In bytes */ 197 * @CCP_XTS_AES_UNIT_SIZE_16: Unit size of 16 bytes [all …]
|
D | uio.h | 163 * Total number of bytes covered by an iovec. 180 size_t bytes, struct iov_iter *i); 181 void iov_iter_advance(struct iov_iter *i, size_t bytes); 182 void iov_iter_revert(struct iov_iter *i, size_t bytes); 183 size_t fault_in_iov_iter_readable(const struct iov_iter *i, size_t bytes); 184 size_t fault_in_iov_iter_writeable(const struct iov_iter *i, size_t bytes); 186 size_t copy_page_to_iter(struct page *page, size_t offset, size_t bytes, 188 size_t copy_page_from_iter(struct page *page, size_t offset, size_t bytes, 191 size_t _copy_to_iter(const void *addr, size_t bytes, struct iov_iter *i); 192 size_t _copy_from_iter(void *addr, size_t bytes, struct iov_iter *i); [all …]
|
D | task_io_accounting_ops.h | 11 static inline void task_io_account_read(size_t bytes) in task_io_account_read() argument 13 current->ioac.read_bytes += bytes; in task_io_account_read() 17 * We approximate number of blocks, because we account bytes only. 18 * A 'block' is 512 bytes 25 static inline void task_io_account_write(size_t bytes) in task_io_account_write() argument 27 current->ioac.write_bytes += bytes; in task_io_account_write() 31 * We approximate number of blocks, because we account bytes only. 32 * A 'block' is 512 bytes 39 static inline void task_io_account_cancelled_write(size_t bytes) in task_io_account_cancelled_write() argument 41 current->ioac.cancelled_write_bytes += bytes; in task_io_account_cancelled_write() [all …]
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/hmm/ |
D | hmm.c | 158 static ia_css_ptr __hmm_alloc(size_t bytes, enum hmm_bo_type type, in __hmm_alloc() argument 173 pgnr = size_to_pgnr_ceil(bytes); in __hmm_alloc() 206 ia_css_ptr hmm_alloc(size_t bytes) in hmm_alloc() argument 208 return __hmm_alloc(bytes, HMM_BO_PRIVATE, NULL); in hmm_alloc() 211 ia_css_ptr hmm_create_from_vmalloc_buf(size_t bytes, void *vmalloc_addr) in hmm_create_from_vmalloc_buf() argument 213 return __hmm_alloc(bytes, HMM_BO_VMALLOC, vmalloc_addr); in hmm_create_from_vmalloc_buf() 263 unsigned int bytes) in load_and_flush_by_kmap() argument 276 while (bytes) { in load_and_flush_by_kmap() 282 if ((bytes + offset) >= PAGE_SIZE) { in load_and_flush_by_kmap() 284 bytes -= len; in load_and_flush_by_kmap() [all …]
|
/linux-6.14.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cmd.c | 187 static bool vmw_fifo_is_full(struct vmw_private *dev_priv, uint32_t bytes) in vmw_fifo_is_full() argument 194 return ((max - next_cmd) + (stop - min) <= bytes); in vmw_fifo_is_full() 198 uint32_t bytes, bool interruptible, in vmw_fifo_wait_noirq() argument 211 if (!vmw_fifo_is_full(dev_priv, bytes)) in vmw_fifo_wait_noirq() 231 uint32_t bytes, bool interruptible, in vmw_fifo_wait() argument 236 if (likely(!vmw_fifo_is_full(dev_priv, bytes))) in vmw_fifo_wait() 241 return vmw_fifo_wait_noirq(dev_priv, bytes, in vmw_fifo_wait() 250 !vmw_fifo_is_full(dev_priv, bytes), timeout); in vmw_fifo_wait() 254 !vmw_fifo_is_full(dev_priv, bytes), timeout); in vmw_fifo_wait() 268 * Reserve @bytes number of bytes in the fifo. [all …]
|
/linux-6.14.4/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_encap.h | 121 * @rsvd0: reserved bytes 123 * @rsvd1: reserved bytes 125 * @rsvd2: reserved bytes 128 * @rsvd3: reserved bytes 131 * @rsvd4: reserved bytes 158 * @rsvd0: reserved bytes 165 * @rsvd1: reserved bytes 175 * @rsvd2: reserved bytes 178 * @rsvd3: reserved bytes 282 * @tx_bytes: transmit bytes [all …]
|
/linux-6.14.4/arch/hexagon/mm/ |
D | copy_user_template.S | 8 * W: width in bytes 19 p0 = cmp.gtu(bytes,#0) 25 p1 = cmp.gtu(bytes,#15) 32 loopcount = lsr(bytes,#3) 46 bytes -= asl(loopcount,#3) 58 p1 = cmp.gtu(bytes,#7) 63 loopcount = lsr(bytes,#2) 76 bytes -= asl(loopcount,#2) 84 p1 = cmp.gtu(bytes,#3) 89 loopcount = lsr(bytes,#1) [all …]
|
/linux-6.14.4/fs/btrfs/ |
D | free-space-cache.c | 42 u64 bytes; member 52 u64 *bytes, bool for_alloc); 57 u64 bytes, bool update_stats); 578 static int io_ctl_add_entry(struct btrfs_io_ctl *io_ctl, u64 offset, u64 bytes, in io_ctl_add_entry() argument 588 put_unaligned_le64(bytes, &entry->bytes); in io_ctl_add_entry() 662 entry->bytes = get_unaligned_le64(&e->bytes); in io_ctl_read_entry() 725 * bytes we can have, or whatever is less than that. in recalculate_thresholds() 826 if (!e->bytes) { in __load_free_space_cache() 910 const u64 bytes = info->bytes; in copy_free_space_cache() local 915 ret = btrfs_add_free_space(block_group, offset, bytes); in copy_free_space_cache() [all …]
|
D | space-info.h | 105 u64 total_bytes; /* total bytes in the space, 107 u64 bytes_used; /* total bytes used, 109 u64 bytes_pinned; /* total bytes pinned, will be freed when the 111 u64 bytes_reserved; /* total bytes the allocator has reserved for 113 u64 bytes_may_use; /* number of bytes that may be used for 115 u64 bytes_readonly; /* total bytes that are read only */ 116 u64 bytes_zone_unusable; /* total bytes that are unusable until 122 /* Chunk size in bytes */ 144 u64 disk_used; /* total bytes used on disk */ 145 u64 disk_total; /* total bytes on disk, takes mirrors into [all …]
|
/linux-6.14.4/drivers/ps3/ |
D | ps3-vuart.c | 352 const void *buf, unsigned int bytes, u64 *bytes_written) in ps3_vuart_raw_write() argument 358 ps3_mm_phys_to_lpar(__pa(buf)), bytes, bytes_written); in ps3_vuart_raw_write() 369 *bytes_written, bytes, priv->stats.bytes_written); in ps3_vuart_raw_write() 382 unsigned int bytes, u64 *bytes_read) in ps3_vuart_raw_read() argument 387 dev_dbg(&dev->core, "%s:%d: %xh\n", __func__, __LINE__, bytes); in ps3_vuart_raw_read() 390 ps3_mm_phys_to_lpar(__pa(buf)), bytes, bytes_read); in ps3_vuart_raw_read() 401 *bytes_read, bytes, priv->stats.bytes_read); in ps3_vuart_raw_read() 407 * ps3_vuart_clear_rx_bytes - Discard bytes received. 409 * @bytes: Max byte count to discard, zero = all pending. 415 unsigned int bytes) in ps3_vuart_clear_rx_bytes() argument [all …]
|
/linux-6.14.4/lib/zstd/compress/ |
D | zstd_cwksp.h | 36 /* Set our tables and aligneds to align by 64 bytes */ 125 * buffers are each aligned to 64 bytes. 201 * Returns an adjusted alloc size that is the nearest larger multiple of 64 bytes. 202 * Used to determine the number of bytes required for a given "aligned". 213 /* For alignment, the wksp will always allocate an additional n_1=[1, 64] bytes in ZSTD_cwksp_slack_space_required() 214 * to align the beginning of tables section, as well as another n_2=[0, 63] bytes in ZSTD_cwksp_slack_space_required() 217 * n_1 + n_2 == 64 bytes if the cwksp is freshly allocated, due to tables and in ZSTD_cwksp_slack_space_required() 218 * aligneds being sized in multiples of 64 bytes. in ZSTD_cwksp_slack_space_required() 226 * Return the number of additional bytes required to align a pointer to the given number of bytes. 231 size_t const bytes = (alignBytes - ((size_t)ptr & (alignBytesMask))) & alignBytesMask; in ZSTD_cwksp_bytes_to_align_ptr() local [all …]
|
/linux-6.14.4/drivers/gpu/drm/i915/gvt/ |
D | mmio.c | 67 void *p_data, unsigned int bytes, bool read) in failsafe_emulate_mmio_rw() argument 82 bytes); in failsafe_emulate_mmio_rw() 85 bytes); in failsafe_emulate_mmio_rw() 90 memcpy(p_data, pt, bytes); in failsafe_emulate_mmio_rw() 92 memcpy(pt, p_data, bytes); in failsafe_emulate_mmio_rw() 103 * @bytes: access data length 109 void *p_data, unsigned int bytes) in intel_vgpu_emulate_mmio_read() argument 117 failsafe_emulate_mmio_rw(vgpu, pa, p_data, bytes, true); in intel_vgpu_emulate_mmio_read() 124 if (drm_WARN_ON(&i915->drm, bytes > 8)) in intel_vgpu_emulate_mmio_read() 131 if (drm_WARN_ON(&i915->drm, bytes != 4 && bytes != 8)) in intel_vgpu_emulate_mmio_read() [all …]
|
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | test_sockmap_kern.h | 236 int *bytes, zero = 0, one = 1, two = 2, three = 3, four = 4, five = 5; in bpf_prog4() local 239 bytes = bpf_map_lookup_elem(&sock_apply_bytes, &zero); in bpf_prog4() 240 if (bytes) in bpf_prog4() 241 bpf_msg_apply_bytes(msg, *bytes); in bpf_prog4() 242 bytes = bpf_map_lookup_elem(&sock_cork_bytes, &zero); in bpf_prog4() 243 if (bytes) in bpf_prog4() 244 bpf_msg_cork_bytes(msg, *bytes); in bpf_prog4() 267 int *bytes, *start, *end, *start_push, *end_push, *start_pop, *pop, *f; in bpf_prog6() local 271 bytes = bpf_map_lookup_elem(&sock_apply_bytes, &zero); in bpf_prog6() 272 if (bytes) in bpf_prog6() [all …]
|