Searched defs:length (Results 1 - 25 of 94) sorted by relevance

1234

/include/asm-generic/
H A Dscatterlist.h12 unsigned int length; member in struct:scatterlist
31 #define sg_dma_len(sg) ((sg)->length)
/include/linux/
H A Dreiserfs_xattr.h21 size_t length; member in struct:reiserfs_security_handle
H A Dblkpg.h51 long long length; /* length in bytes */ member in struct:blkpg_partition
H A Djhash.h62 * @length: the length of the key
66 * No alignment or length assumptions are made about the input key.
70 static inline u32 jhash(const void *key, u32 length, u32 initval) argument
76 a = b = c = JHASH_INITVAL + length + initval;
79 while (length > 12) {
84 length -= 12;
89 switch (length) {
112 * @length: the number of u32's in the key
117 static inline u32 jhash2(const u32 *k, u32 length, u3 argument
[all...]
H A Datm_tcp.h23 __u32 length; /* ... of data part */ member in struct:atmtcp_hdr
30 #define ATMTCP_HDR_MAGIC (~0) /* this length indicates a command */
H A Ddlm_device.h83 __u32 length; member in struct:dlm_lock_result
H A Drelay.h187 size_t length);
193 * @length: number of bytes to write
204 size_t length)
211 if (unlikely(buf->offset + length > chan->subbuf_size))
212 length = relay_switch_subbuf(buf, length);
213 memcpy(buf->data + buf->offset, data, length);
214 buf->offset += length;
222 * @length: number of bytes to write
232 size_t length)
202 relay_write(struct rchan *chan, const void *data, size_t length) argument
230 __relay_write(struct rchan *chan, const void *data, size_t length) argument
255 relay_reserve(struct rchan *chan, size_t length) argument
279 subbuf_start_reserve(struct rchan_buf *buf, size_t length) argument
[all...]
H A Dscatterlist.h92 sg->length = len;
108 * @buflen: Data length
141 * offset and length are unused for chain entry. Clear them.
144 prv[prv_nents - 1].length = 0;
235 * @miter->length bytes of data can be accessed at @miter->addr. As
239 * @miter->consumed is set to @miter->length on each iteration. It
254 size_t length; /* length of the mapped area */ member in struct:sg_mapping_iter
H A Ddm-ioctl.h154 __u64 length; member in struct:dm_target_spec
H A Diso_fs.h146 char length [ISODCL (1, 1)]; /* 711 */ member in struct:iso_directory_record
H A Dmaple.h52 unsigned char length; member in struct:mapleq
96 u32 command, u32 length, void *data);
/include/net/sctp/
H A Dchecksum.h49 static inline __u32 sctp_crc32c(__u32 crc, u8 *buffer, u16 length) argument
51 return crc32c(crc, buffer, length);
54 static inline __u32 sctp_start_cksum(__u8 *buffer, __u16 length) argument
71 length - sizeof(struct sctphdr));
75 static inline __u32 sctp_update_cksum(__u8 *buffer, __u16 length, __u32 crc32) argument
77 return sctp_crc32c(crc32, buffer, length);
/include/linux/usb/
H A Df_mtp.h26 /* length of packet, including this header */
27 uint32_t length; member in struct:mtp_data_header
44 int64_t length; member in struct:mtp_file_range
57 size_t length; member in struct:mtp_event
H A Dfunctionfs.h37 __le32 length; member in struct:usb_functionfs_descs_head
48 * | 4 | length | LE32 | length of the whole data chunk |
58 * | 0 | bLength | U8 | length of the descriptor |
65 __le32 length; member in struct:usb_functionfs_strings_head
76 * | 4 | length | LE32 | length of the data chunk |
/include/net/
H A Dip6_tunnel.h28 __u8 length; /* option length */ member in struct:ipv6_tlv_tnl_enc_lim
H A Dip6_route.h9 __u8 length; member in struct:route_info
H A Daddrconf.h23 __u8 length; member in struct:prefix_info
/include/linux/ceph/
H A Dpagelist.h9 size_t length; member in struct:ceph_pagelist
25 pl->length = 0;
/include/rdma/
H A Dib_umem.h44 size_t length; member in struct:ib_umem
H A Dib_user_mad.h77 __u32 length; member in struct:ib_user_mad_hdr_old
121 __u32 length; member in struct:ib_user_mad_hdr
/include/linux/sunrpc/
H A Dsvcauth.h159 static inline unsigned long hash_mem(char *buf, int length, int bits) argument
166 if (len == length) {
/include/linux/dvb/
H A Dca.h66 unsigned int length; member in struct:ca_msg
/include/linux/netfilter/
H A Dxt_osf.h63 __u16 kind, length; member in struct:xt_osf_opt
/include/linux/nfc/
H A Dpn544.h64 #define PN544_LLC_HCI_OVERHEAD 3 /* header + crc (to length) */
65 #define PN544_LLC_MIN_SIZE (1 + PN544_LLC_HCI_OVERHEAD) /* length + */
70 unsigned char length; /* of rest of packet */ member in struct:pn544_llc_packet
82 unsigned char length[2]; /* big-endian order (msf) */ member in struct:pn544_fw_packet
/include/net/iucv/
H A Diucv.h79 u32 length; member in struct:iucv_array
109 * length: 32 bit length of the message / reply
110 * reply_size: 32 bit maximum allowed length of the reply
119 u32 length; member in struct:iucv_message
334 * @size: length of data buffer
354 * @size: length of data buffer
388 * @size: length of reply data buffer
407 * @size: length of send buffer
427 * @size: length o
[all...]

Completed in 3210 milliseconds

1234