/include/linux/ |
D | relay.h | 186 size_t length); 203 size_t length) in relay_write() argument 210 if (unlikely(buf->offset + length > chan->subbuf_size)) in relay_write() 211 length = relay_switch_subbuf(buf, length); in relay_write() 212 memcpy(buf->data + buf->offset, data, length); in relay_write() 213 buf->offset += length; in relay_write() 231 size_t length) in __relay_write() argument 236 if (unlikely(buf->offset + length > buf->chan->subbuf_size)) in __relay_write() 237 length = relay_switch_subbuf(buf, length); in __relay_write() 238 memcpy(buf->data + buf->offset, data, length); in __relay_write() [all …]
|
D | crc32.h | 14 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)data, length) argument 24 #define ether_crc(length, data) bitrev32(crc32_le(~0, data, length)) argument 25 #define ether_crc_le(length, data) crc32_le(~0, data, length) argument
|
D | coda_psdev.h | 34 const char *name, int length, int *type, 41 const char *name, int length, 44 const char *name, int length, int excl, int mode, 47 const char *name, int length); 49 const char *name, int length); 51 char *buffer, int *length);
|
D | jhash.h | 44 static inline u32 jhash(const void *key, u32 length, u32 initval) in jhash() argument 49 len = length; in jhash() 64 c += length; in jhash() 87 static inline u32 jhash2(const u32 *k, u32 length, u32 initval) in jhash2() argument 93 len = length; in jhash2() 103 c += length * 4; in jhash2()
|
D | firewire-cdev.h | 94 __u32 length; member 123 __u32 length; member 237 __u32 length; member 259 __u32 length; member 282 __u32 length; member 337 __u32 length; member
|
D | crc32c.h | 6 extern u32 crc32c(u32 crc, const void *address, unsigned int length);
|
D | iscsi_ibft.h | 26 u32 length; member
|
D | blkpg.h | 51 long long length; /* length in bytes */ member
|
D | maple.h | 35 unsigned char length; member 76 u32 command, u32 length, void *data);
|
D | scatterlist.h | 90 sg->length = len; in sg_set_page() 142 prv[prv_nents - 1].length = 0; in sg_chain() 250 size_t length; /* length of the mapped area */ member
|
D | atm_tcp.h | 23 __u32 length; /* ... of data part */ member
|
D | arcdevice.h | 196 struct archdr * pkthdr, int length); 201 int (*prepare_tx) (struct net_device * dev, struct archdr * pkt, int length, 230 uint16_t length, /* bytes total */ member
|
/include/net/sctp/ |
D | checksum.h | 49 static inline __be32 sctp_crc32c(__be32 crc, u8 *buffer, u16 length) in sctp_crc32c() argument 51 return (__force __be32)crc32c((__force u32)crc, buffer, length); in sctp_crc32c() 54 static inline __be32 sctp_start_cksum(__u8 *buffer, __u16 length) in sctp_start_cksum() argument 71 length - sizeof(struct sctphdr)); in sctp_start_cksum() 75 static inline __be32 sctp_update_cksum(__u8 *buffer, __u16 length, __be32 crc32) in sctp_update_cksum() argument 77 return sctp_crc32c(crc32, buffer, length); in sctp_update_cksum()
|
D | sctp.h | 521 _sctp_walk_params((pos), (chunk), ntohs((chunk)->chunk_hdr.length), member) 526 pos.v <= (void *)chunk + end - ntohs(pos.p->length) &&\ 527 ntohs(pos.p->length) >= sizeof(sctp_paramhdr_t);\ 528 pos.v += WORD_ROUND(ntohs(pos.p->length))) 531 _sctp_walk_errors((err), (chunk_hdr), ntohs((chunk_hdr)->length)) 537 (void *)err <= (void *)chunk_hdr + end - ntohs(err->length) &&\ 538 ntohs(err->length) >= sizeof(sctp_errhdr_t); \ 539 err = (sctp_errhdr_t *)((void *)err + WORD_ROUND(ntohs(err->length)))) 542 _sctp_walk_fwdtsn((pos), (chunk), ntohs((chunk)->chunk_hdr->length) - sizeof(struct sctp_fwdtsn_chu…
|
/include/asm-mn10300/ |
D | scatterlist.h | 41 unsigned int length; member 53 #define sg_dma_len(sg) ((sg)->length)
|
/include/asm-frv/ |
D | scatterlist.h | 31 unsigned int length; member 42 #define sg_dma_len(sg) ((sg)->length)
|
/include/mtd/ |
D | mtd-abi.h | 10 uint32_t length; member 15 uint32_t length; member 73 uint32_t length; member 110 uint32_t length; member
|
/include/asm-m32r/ |
D | scatterlist.h | 16 unsigned int length; member
|
/include/acpi/ |
D | actbl.h | 88 u32 length; /* Length of table in bytes, including this header */ member 125 u32 length; /* Table length in bytes, including header (ACPI 2.0+) */ member 157 u32 length; /* Length of structure, in bytes */ member 302 u32 length; /* Length fixed at 32 bits */ member
|
/include/rdma/ |
D | ib_user_mad.h | 77 __u32 length; member 121 __u32 length; member
|
/include/net/ |
D | ip6_tunnel.h | 29 __u8 length; /* option length */ member
|
D | iw_handler.h | 438 int length); 545 int event_len = iwe_stream_point_len(info) + iwe->u.data.length; in iwe_stream_add_point() 556 memcpy(stream + point_len, extra, iwe->u.data.length); in iwe_stream_add_point()
|
/include/linux/sunrpc/ |
D | gss_krb5.h | 137 void *iv, void *in, void *out, int length); 141 void *iv, void *in, void *out, int length);
|
D | svcauth.h | 151 static inline unsigned long hash_mem(char *buf, int length, int bits) in hash_mem() argument 158 if (len == length) { in hash_mem()
|
/include/crypto/ |
D | scatterwalk.h | 68 return (++sg)->length ? sg : (void *)sg_page(sg); in scatterwalk_sg_next() 80 unsigned int len = walk->sg->offset + walk->sg->length - walk->offset; in scatterwalk_pagelen()
|