Searched refs:bytes (Results 51 - 75 of 1671) sorted by path

1234567891011>>

/linux-master/drivers/scsi/esas2r/
H A Datvda.h281 * extends beyond the 0x70 bytes allowed in atto_vda_mgmt_req; therefore,
1019 * few bytes.
1189 u8 bytes[116]; member in union:atto_vda_cfg_req::__anon9287
1226 u8 bytes[1024]; member in union:atto_vda_req
1299 u8 bytes[112]; member in union:atto_vda_mgmt_data::__anon9291
1316 u8 bytes[256]; member in union:atto_vda_rsp_data
H A Desas2r_vda.c414 memcpy(&rq->vda_rsp_data->mgt_data.data.bytes[0], data,
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_compat.h32 However on a big-endian host, copy 4 bytes at a time,
40 lpfc_memcpy_to_slim(void __iomem *dest, void *src, unsigned int bytes) argument
50 /* write input bytes, 4 bytes at a time */
51 for (four_bytes = bytes /4; four_bytes > 0; four_bytes--) {
62 lpfc_memcpy_from_slim( void *dest, void __iomem *src, unsigned int bytes) argument
72 /* read input bytes, 4 bytes at a time */
73 for (four_bytes = bytes /4; four_bytes > 0; four_bytes--) {
85 lpfc_memcpy_to_slim( void __iomem *dest, void *src, unsigned int bytes) argument
92 lpfc_memcpy_from_slim( void *dest, void __iomem *src, unsigned int bytes) argument
[all...]
/linux-master/drivers/usb/serial/
H A Dezusb_convert.pl26 my(@bytes) = unpack("C*", pack("H".(2*$len), $reststring));
27 #pop(@bytes); # last byte is a CRC
28 push(@records, [$addr, \@bytes]);
/linux-master/drivers/video/fbdev/
H A Datafb_utils.h26 * increase data moved/cleared at each step to 16 bytes to reduce
28 * For more than 15 bytes, we try to align the write direction on a
375 static inline void memmove32_col(void *dst, void *src, u32 mask, u32 h, u32 bytes) argument
394 d = (u32 *)((u8 *)d + bytes);
395 s = (u32 *)((u8 *)s + bytes);
/linux-master/fs/qnx4/
H A Dbitmap.c31 int bytes = min(size - total, QNX4_BLOCK_SIZE); local
37 total_free += bytes * BITS_PER_BYTE -
38 memweight(bh->b_data, bytes);
40 total += bytes;
/linux-master/fs/reiserfs/
H A Ditem_ops.c161 int bytes; local
163 bytes = free - free % 8;
164 return bytes ? : -1;
299 int bytes; local
301 bytes = free - free % UNFM_P_SIZE;
302 return bytes ? : -1;
311 * return size in bytes of 'units' units. If first == 0 - calculate
352 "bytes number is asked for direntry");
/linux-master/fs/squashfs/
H A Dcache.c289 * Copy up to length bytes from cache entry to buffer starting at offset bytes
290 * into the cache entry. If there's not length bytes then copy the number of
291 * bytes available. In all cases return the number of bytes copied.
306 int bytes = min_t(int, entry->length - offset, local
309 if (bytes >= remaining) {
315 memcpy(buffer, buff, bytes);
316 buffer += bytes;
317 remaining -= bytes;
335 int bytes, res = length; local
[all...]
/linux-master/include/linux/ceph/
H A Dstriper.h29 * @bytes: number of bytes mapped, i.e. the minimum of the full length
34 u32 bytes, void *arg);
55 u64 bytes = 0; local
59 bytes += file_extents[i].fe_len;
61 return bytes;
/linux-master/include/linux/
H A Deeprom_93cx6.h68 const u8 byte, u8 *data, const u16 bytes);
H A Dleds-lp3952.h110 } bytes; member in union:ptrn_gen_cmd::__anon743
H A Dtask_io_accounting_ops.h11 static inline void task_io_account_read(size_t bytes) argument
13 current->ioac.read_bytes += bytes;
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) argument
27 current->ioac.write_bytes += bytes;
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) argument
41 current->ioac.cancelled_write_bytes += bytes;
59 task_io_account_read(size_t bytes) argument
68 task_io_account_write(size_t bytes) argument
77 task_io_account_cancelled_write(size_t bytes) argument
[all...]
/linux-master/include/sound/
H A Di2c.h33 int (*sendbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
34 int (*readbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count);
84 int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
85 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
H A Dpcm_oss.h40 size_t bytes; /* total # bytes processed */ member in struct:snd_pcm_oss_runtime
/linux-master/include/uapi/linux/
H A Dblktrace_api.h106 __u32 bytes; /* transfer length */ member in struct:blk_io_trace
/linux-master/include/uapi/linux/netfilter/
H A Dxt_set.h71 struct ip_set_counter_match0 bytes; member in struct:xt_set_info_match_v3
90 struct ip_set_counter_match bytes; member in struct:xt_set_info_match_v4
/linux-master/lib/842/
H A D842_decompress.c96 /* split this up if reading > 8 bytes, or if we're at the end of
266 * to the output buffer @out, using no more than @olen bytes.
274 * will contain the number of output bytes written on success, or
282 u64 op, rep, tmp, bytes, total; local
309 if (p.out == out) /* no previous bytes */
341 ret = next_bits(&p, &bytes, SHORT_DATA_BITS);
345 if (!bytes || bytes > SHORT_DATA_BITS_MAX)
348 while (bytes-- > 0) {
/linux-master/lib/
H A Dmemweight.c9 * @bytes: the size of the area
11 size_t memweight(const void *ptr, size_t bytes) argument
17 for (; bytes > 0 && ((unsigned long)bitmap) % sizeof(long);
18 bytes--, bitmap++)
21 longs = bytes / sizeof(long);
26 bytes -= longs * sizeof(long);
34 for (; bytes > 0; bytes--, bitmap++)
/linux-master/lib/raid6/
H A Dmmx.c35 static void raid6_mmx1_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
50 for ( d = 0 ; d < bytes ; d += 8 ) {
83 static void raid6_mmx2_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
99 for ( d = 0 ; d < bytes ; d += 16 ) {
H A Dneon.c31 size_t bytes, void **ptrs) \
37 (unsigned long)bytes, ptrs); \
42 size_t bytes, void **ptrs) \
48 start, stop, (unsigned long)bytes, ptrs); \
H A Drecov_avx512.c24 static void raid6_2data_recov_avx512(int disks, size_t bytes, int faila, argument
48 raid6_call.gen_syndrome(disks, bytes, ptrs);
66 while (bytes) {
155 bytes -= 128;
216 bytes -= 64;
227 static void raid6_datap_recov_avx512(int disks, size_t bytes, int faila, argument
246 raid6_call.gen_syndrome(disks, bytes, ptrs);
259 while (bytes) {
319 bytes -= 128;
359 bytes
[all...]
H A Drecov_s390xc.c23 static void raid6_2data_recov_s390xc(int disks, size_t bytes, int faila, argument
44 raid6_call.gen_syndrome(disks, bytes, ptrs);
57 while (bytes) {
67 bytes -= 256;
72 static void raid6_datap_recov_s390xc(int disks, size_t bytes, int faila, argument
88 raid6_call.gen_syndrome(disks, bytes, ptrs);
98 while (bytes) {
106 bytes -= 256;
H A Dsse1.c40 static void raid6_sse11_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
55 for ( d = 0 ; d < bytes ; d += 8 ) {
99 static void raid6_sse12_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
115 /* We uniformly assume a single prefetch covers at least 16 bytes */
116 for ( d = 0 ; d < bytes ; d += 16 ) {
H A Dsse2.c36 static void raid6_sse21_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
51 for ( d = 0 ; d < bytes ; d += 16 ) {
88 size_t bytes, void **ptrs)
102 for ( d = 0 ; d < bytes ; d += 16 ) {
146 static void raid6_sse22_gen_syndrome(int disks, size_t bytes, void **ptrs) argument
162 /* We uniformly assume a single prefetch covers at least 32 bytes */
163 for ( d = 0 ; d < bytes ; d += 32 ) {
199 size_t bytes, void **ptrs)
213 for ( d = 0 ; d < bytes ; d += 32 ) {
278 static void raid6_sse24_gen_syndrome(int disks, size_t bytes, voi argument
87 raid6_sse21_xor_syndrome(int disks, int start, int stop, size_t bytes, void **ptrs) argument
198 raid6_sse22_xor_syndrome(int disks, int start, int stop, size_t bytes, void **ptrs) argument
364 raid6_sse24_xor_syndrome(int disks, int start, int stop, size_t bytes, void **ptrs) argument
[all...]
/linux-master/net/netfilter/
H A Dxt_connbytes.c16 MODULE_DESCRIPTION("Xtables: Number of packets/bytes per connection matching");
27 u_int64_t bytes = 0; local
59 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].bytes);
62 what = atomic64_read(&counters[IP_CT_DIR_REPLY].bytes);
65 what = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].bytes);
66 what += atomic64_read(&counters[IP_CT_DIR_REPLY].bytes);
73 bytes = atomic64_read(&counters[IP_CT_DIR_ORIGINAL].bytes);
77 bytes = atomic64_read(&counters[IP_CT_DIR_REPLY].bytes);
[all...]

Completed in 321 milliseconds

1234567891011>>