Searched refs:length (Results 201 - 225 of 3995) sorted by relevance

1234567891011>>

/linux-master/fs/iomap/
H A Diter.c27 if (iter->iomap.length) {
50 WARN_ON_ONCE(iter->iomap.length == 0);
51 WARN_ON_ONCE(iter->iomap.offset + iter->iomap.length <= iter->pos);
78 if (iter->iomap.length && ops->iomap_end) {
/linux-master/arch/arm/mach-sa1100/
H A Dh3600.c62 .red = { .offset = 12, .length = 4, },
63 .green = { .offset = 7, .length = 4, },
64 .blue = { .offset = 1, .length = 4, },
65 .transp = { .offset = 0, .length = 0, },
/linux-master/drivers/acpi/acpica/
H A Dexoparg2.c227 acpi_size length = 0; local
282 * Get the length of the new string. It is the smallest of:
284 * 2) Max length as specified in the to_string operator
287 * NOTE: A length of zero is ok, and will create a zero-length, null
290 while ((length < operand[0]->buffer.length) && /* Length of input buffer */
291 (length < operand[1]->integer.value) && /* Length operand */
292 (operand[0]->buffer.pointer[length])) { /* Null terminator */
293 length
[all...]
H A Dnsnames.c48 * DESCRIPTION: Get the length of the pathname string for this node
179 * RETURN: Return 1 if the AML path is empty, otherwise returning (length
186 * buffer length is returned, and it should be greater than
196 u32 length = 0, i; local
204 #define ACPI_PATH_PUT8(path, size, byte, length) \
206 if ((length) < (size)) \
208 (path)[(length)] = (byte); \
210 (length)++; \
229 AML_DUAL_NAME_PREFIX, length);
240 ACPI_PATH_PUT8(full_path, path_size, c, length);
[all...]
/linux-master/arch/arm/kernel/
H A Dfiq.c95 void set_fiq_handler(void *start, unsigned int length) argument
100 memcpy(base + offset, start, length);
103 (unsigned long)base + offset + length);
104 flush_icache_range(0xffff0000 + offset, 0xffff0000 + offset + length);
/linux-master/tools/perf/util/
H A Dsymbol_fprintf.c25 size_t length; local
28 length = fprintf(fp, "%s", sym->name);
34 length += fprintf(fp, "+0x%lx", offset);
36 return length;
H A Darm64-frame-pointer-unwind-support.c14 size_t length; member in struct:entries
27 entries->stack[entries->length++] = entry->ip;
59 if (ret || entries.length != 2)
/linux-master/arch/s390/pci/
H A Dpci_mmio.c119 const void __user *, user_buffer, size_t, length)
132 if (length <= 0 || PAGE_SIZE - (mmio_addr & ~PAGE_MASK) < length)
146 length);
150 if (length > 64) {
151 buf = kmalloc(length, GFP_KERNEL);
158 if (copy_from_user(buf, user_buffer, length))
182 ret = zpci_memcpy_toio(io_addr, buf, length);
261 void __user *, user_buffer, size_t, length)
274 if (length <
[all...]
/linux-master/scripts/
H A Dcheck-sysctl-docs38 value = substr(value, 1, length(value) - 1)
66 if (length($i) == 0) {
74 if (length(token) > 0 && token != "and") {
79 if (inbrackets && substr($i, length($i), 1) == ")") {
/linux-master/include/uapi/linux/usb/
H A Dfunctionfs.h42 __le32 length; member in struct:usb_functionfs_descs_head_v2
53 __le32 length; member in struct:usb_functionfs_descs_head
96 * @length: number of bytes used in this DMABUF for the data transfer.
102 __u64 length; member in struct:usb_ffs_dmabuf_transfer_req
113 * | 4 | length | LE32 | length of the whole data chunk |
134 * | 4 | length | LE32 | length of the whole data chunk |
147 * | 0 | bLength | U8 | length of the descriptor |
157 * | 1 | dwLength | U32 | length o
200 __le32 length; member in struct:usb_functionfs_strings_head
[all...]
/linux-master/drivers/scsi/esas2r/
H A Desas2r_flash.c188 sgc->length,
199 sgc->length);
204 * remember the length we asked for. we have to keep track of
208 fc->curr_len = fc->sgc.length;
219 fc->sgc.length = 0;
272 esas2r_calc_byte_cksum((u8 *)pi, ch->length, 0);
278 u32 len = ch->length;
338 * If an upload just completed and the compare length is non-zero,
349 + ch->length /* end of the current image */
362 /* Update fc and determine the length fo
587 chk_cfg(u8 *cfg, u32 length, u32 *flash_ver) argument
630 chk_boot(u8 *boot_img, u32 length) argument
[all...]
/linux-master/net/wireless/
H A Dwext-priv.c27 if (wrqu->data.length < dev->wireless_handlers->num_private_args) {
31 wrqu->data.length = dev->wireless_handlers->num_private_args;
36 wrqu->data.length = dev->wireless_handlers->num_private_args;
40 sizeof(struct iw_priv_args) * wrqu->data.length);
67 int num = iwp->length;
147 if (!iwp->pointer && iwp->length != 0)
150 if (iwp->length > (descr->set_args & IW_PRIV_SIZE_MASK))
160 if (IW_IS_SET(cmd) && (iwp->length != 0)) {
172 /* Adjust for the actual length if it's variable,
232 iwp.length
[all...]
/linux-master/fs/squashfs/
H A Dfragment.c66 unsigned int length = SQUASHFS_FRAGMENT_INDEX_BYTES(fragments); local
70 * Sanity check, length bytes should not extend into the next table -
74 if (fragment_table_start + length > next_table)
77 table = squashfs_read_table(sb, fragment_table_start, length);
/linux-master/arch/powerpc/boot/
H A Dopal.c21 int64_t opal_console_write(int64_t term_number, u64 *length, const u8 *buffer);
22 int64_t opal_console_read(int64_t term_number, uint64_t *length, u8 *buffer);
23 int64_t opal_console_write_buffer_space(uint64_t term_number, uint64_t *length);
/linux-master/sound/core/
H A Dhwdep_compat.c15 u32 length; member in struct:snd_hwdep_dsp_image32
27 get_user(info.length, &src->length) ||
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dcmdhdr.h106 * like length, version and command type
111 * @length: length of the command
119 __le16 length; member in struct:iwl_cmd_header_wide
127 * @length: length of the data
128 * @data: data, length in @length
132 __le16 length; member in struct:iwl_calib_res_notif_phy_db
139 * @length
144 __le16 length; member in struct:iwl_phy_db_cmd
[all...]
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_pcl.c70 u32 handle, u32 length, u64 offset)
76 segment->rs_length = length;
81 chunk->ch_length += length;
110 u32 position, handle, length; local
115 &length, &offset);
130 pcl_set_read_segment(rctxt, chunk, handle, length, offset);
164 u32 position, handle, length; local
169 &length, &offset);
181 pcl_set_read_segment(rctxt, chunk, handle, length, offset);
233 unsigned int offset, unsigned int length,
68 pcl_set_read_segment(const struct svc_rdma_recv_ctxt *rctxt, struct svc_rdma_chunk *chunk, u32 handle, u32 length, u64 offset) argument
232 pcl_process_region(const struct xdr_buf *xdr, unsigned int offset, unsigned int length, int (*actor)(const struct xdr_buf *, void *), void *data) argument
[all...]
/linux-master/include/uapi/linux/surface_aggregator/
H A Dcdev.h48 * @payload.length: Length of request payload data (in bytes).
51 * @response.length: On input: Capacity of response buffer (in bytes).
65 __u16 length; member in struct:ssam_cdev_request::__anon2563
71 __u16 length; member in struct:ssam_cdev_request::__anon2564
129 * @length: Length of the event payload in bytes.
137 __u16 length; member in struct:ssam_cdev_event
/linux-master/drivers/s390/char/
H A Dsclp_rw.h17 u16 length; member in struct:mto
25 u16 length; member in struct:go
40 u16 length; member in struct:mdb_header
/linux-master/include/net/
H A Dgtp.h24 __be16 length; member in struct:gtp0_header
35 __be16 length; member in struct:gtp1_header
42 __be16 length; member in struct:gtp1_header_long
/linux-master/drivers/net/ethernet/cisco/enic/
H A Dvnic_vic.h41 u32 length; /* length of data below */ member in struct:vic_provinfo
45 u16 length; member in struct:vic_provinfo::vic_provinfo_tlv
64 int vic_provinfo_add_tlv(struct vic_provinfo *vp, u16 type, u16 length,
/linux-master/drivers/mtd/nand/spi/
H A Dato.c37 region->length = 8;
49 region->length = 8;
53 region->length = 7;
/linux-master/drivers/video/fbdev/
H A Dpxa168fb.c48 if (var->bits_per_pixel == 16 && var->red.length <= 5 &&
49 var->green.length <= 6 && var->blue.length <= 5) {
50 if (var->transp.length == 0) {
57 if (var->transp.length == 1 && var->green.length <= 5) {
68 if (var->bits_per_pixel <= 32 && var->red.length <= 8 &&
69 var->green.length <= 8 && var->blue.length <= 8) {
70 if (var->bits_per_pixel == 24 && var->transp.length
[all...]
/linux-master/fs/gfs2/
H A Dbmap.h52 int gfs2_iomap_get(struct inode *inode, loff_t pos, loff_t length,
54 int gfs2_iomap_alloc(struct inode *inode, loff_t pos, loff_t length,
67 int __gfs2_punch_hole(struct file *file, loff_t offset, loff_t length);
/linux-master/fs/btrfs/
H A Draid-stripe-tree.c16 int btrfs_delete_raid_extent(struct btrfs_trans_handle *trans, u64 start, u64 length) argument
25 u64 end = start + length;
39 key.offset = length;
101 u64 length = bioc->stripes[i].length; local
104 if (length == 0)
105 length = bioc->size;
151 u64 logical, u64 *length, u64 map_type,
160 const u64 end = logical + *length;
217 * range, we need to split the bio. Record the length afte
150 btrfs_get_raid_extent_offset(struct btrfs_fs_info *fs_info, u64 logical, u64 *length, u64 map_type, u32 stripe_index, struct btrfs_io_stripe *stripe) argument
[all...]

Completed in 210 milliseconds

1234567891011>>