lens              716 arch/arm64/kernel/hw_breakpoint.c 	u32 lens, lene;
lens              720 arch/arm64/kernel/hw_breakpoint.c 	lens = __ffs(ctrl->len);
lens              723 arch/arm64/kernel/hw_breakpoint.c 	wp_low = val + lens;
lens              168 drivers/media/rc/redrat3.c 	__be16 lens[RR3_DRIVER_MAXLENS]; /* not aligned */
lens              363 drivers/media/rc/redrat3.c 		val = get_unaligned_be16(&rr3->irdata.lens[offset]);
lens              803 drivers/media/rc/redrat3.c 						&irdata->lens[curlencheck]);
lens              159 drivers/net/ppp/bsd_comp.c     unsigned short  *lens;		/* array of lengths of codes */
lens              340 drivers/net/ppp/bsd_comp.c 	vfree(db->lens);
lens              341 drivers/net/ppp/bsd_comp.c 	db->lens = NULL;
lens              421 drivers/net/ppp/bsd_comp.c 	db->lens = NULL;
lens              428 drivers/net/ppp/bsd_comp.c         db->lens = vmalloc(array_size(sizeof(db->lens[0]), (maxmaxcode + 1)));
lens              429 drivers/net/ppp/bsd_comp.c 	if (!db->lens)
lens              472 drivers/net/ppp/bsd_comp.c 	|| (decomp && db->lens == NULL))
lens              482 drivers/net/ppp/bsd_comp.c 	    db->lens[indx] = 1;
lens              524 drivers/net/ppp/bsd_comp.c #define lens_ptrx(p,idx) &(p->lens[idx])
lens              729 drivers/net/ppp/bsd_comp.c 	    if (db->lens)
lens              385 drivers/scsi/mvsas/mv_sas.c 	hdr->lens = cpu_to_le32(((resp_len / 4) << 16) | ((req_len - 4) / 4));
lens              527 drivers/scsi/mvsas/mv_sas.c 	hdr->lens = cpu_to_le32(((resp_len / 4) << 16) | (req_len / 4));
lens              643 drivers/scsi/mvsas/mv_sas.c 	hdr->lens = cpu_to_le32(((resp_len / 4) << 16) | (req_len / 4));
lens              185 drivers/scsi/mvsas/mv_sas.h 	__le32			lens;	/* cmd, max resp frame len */
lens              735 drivers/tty/moxa.c 	u16 lens[5];
lens              748 drivers/tty/moxa.c 	BUILD_BUG_ON(ARRAY_SIZE(hdr->len) != ARRAY_SIZE(lens));
lens              769 drivers/tty/moxa.c 	for (a = 0; a < ARRAY_SIZE(lens); a++) {
lens              770 drivers/tty/moxa.c 		lens[a] = le16_to_cpu(hdr->len[a]);
lens              771 drivers/tty/moxa.c 		if (lens[a] && len + lens[a] <= fw->size &&
lens              775 drivers/tty/moxa.c 		if (!lens[a] && a < lencnt) {
lens              779 drivers/tty/moxa.c 		len += lens[a];
lens              793 drivers/tty/moxa.c 	ret = moxa_load_bios(brd, ptr, lens[lenp]);
lens              798 drivers/tty/moxa.c 	ptr += lens[lenp] + lens[lenp + 1];
lens              802 drivers/tty/moxa.c 		ret = moxa_load_320b(brd, ptr, lens[lenp]);
lens              806 drivers/tty/moxa.c 		ptr += lens[lenp] + lens[lenp + 1];
lens              810 drivers/tty/moxa.c 	ret = moxa_load_code(brd, ptr, lens[lenp]);
lens              472 lib/zlib_inflate/inflate.c                 state->lens[order[state->have++]] = (unsigned short)BITS(3);
lens              476 lib/zlib_inflate/inflate.c                 state->lens[order[state->have++]] = 0;
lens              480 lib/zlib_inflate/inflate.c             ret = zlib_inflate_table(CODES, state->lens, 19, &(state->next),
lens              500 lib/zlib_inflate/inflate.c                     state->lens[state->have++] = this.val;
lens              511 lib/zlib_inflate/inflate.c                         len = state->lens[state->have - 1];
lens              535 lib/zlib_inflate/inflate.c                         state->lens[state->have++] = (unsigned short)len;
lens              546 lib/zlib_inflate/inflate.c             ret = zlib_inflate_table(LENS, state->lens, state->nlen, &(state->next),
lens              555 lib/zlib_inflate/inflate.c             ret = zlib_inflate_table(DISTS, state->lens + state->nlen, state->ndist,
lens              107 lib/zlib_inflate/inflate.h     unsigned short lens[320];   /* temporary storage for code lengths */
lens               23 lib/zlib_inflate/inftrees.c int zlib_inflate_table(codetype type, unsigned short *lens, unsigned codes,
lens               96 lib/zlib_inflate/inftrees.c         count[lens[sym]]++;
lens              133 lib/zlib_inflate/inftrees.c         if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
lens              242 lib/zlib_inflate/inftrees.c             len = lens[work[sym]];
lens               56 lib/zlib_inflate/inftrees.h extern int zlib_inflate_table (codetype type, unsigned short *lens,
lens              733 net/rds/af_rds.c 			      struct rds_info_lengths *lens)
lens              765 net/rds/af_rds.c 	lens->nr = total;
lens              766 net/rds/af_rds.c 	lens->each = sizeof(struct rds_info_message);
lens              772 net/rds/af_rds.c 			       struct rds_info_lengths *lens)
lens              797 net/rds/af_rds.c 	lens->nr = total;
lens              798 net/rds/af_rds.c 	lens->each = sizeof(struct rds6_info_message);
lens              804 net/rds/af_rds.c 			  struct rds_info_lengths *lens)
lens              836 net/rds/af_rds.c 	lens->nr = cnt;
lens              837 net/rds/af_rds.c 	lens->each = sizeof(struct rds_info_socket);
lens              845 net/rds/af_rds.c 			   struct rds_info_lengths *lens)
lens              870 net/rds/af_rds.c 	lens->nr = rds_sock_count;
lens              871 net/rds/af_rds.c 	lens->each = sizeof(struct rds6_info_socket);
lens              524 net/rds/connection.c 				      struct rds_info_lengths *lens,
lens              581 net/rds/connection.c 	lens->nr = total;
lens              583 net/rds/connection.c 		lens->each = sizeof(struct rds6_info_message);
lens              585 net/rds/connection.c 		lens->each = sizeof(struct rds_info_message);
lens              590 net/rds/connection.c 				  struct rds_info_lengths *lens,
lens              593 net/rds/connection.c 	rds_conn_message_info_cmn(sock, len, iter, lens, want_send, false);
lens              599 net/rds/connection.c 				   struct rds_info_lengths *lens,
lens              602 net/rds/connection.c 	rds_conn_message_info_cmn(sock, len, iter, lens, want_send, true);
lens              608 net/rds/connection.c 				       struct rds_info_lengths *lens)
lens              610 net/rds/connection.c 	rds_conn_message_info(sock, len, iter, lens, 1);
lens              616 net/rds/connection.c 					struct rds_info_lengths *lens)
lens              618 net/rds/connection.c 	rds6_conn_message_info(sock, len, iter, lens, 1);
lens              625 net/rds/connection.c 					  struct rds_info_lengths *lens)
lens              627 net/rds/connection.c 	rds_conn_message_info(sock, len, iter, lens, 0);
lens              634 net/rds/connection.c 					   struct rds_info_lengths *lens)
lens              636 net/rds/connection.c 	rds6_conn_message_info(sock, len, iter, lens, 0);
lens              642 net/rds/connection.c 			  struct rds_info_lengths *lens,
lens              653 net/rds/connection.c 	lens->nr = 0;
lens              654 net/rds/connection.c 	lens->each = item_len;
lens              671 net/rds/connection.c 			lens->nr++;
lens              680 net/rds/connection.c 				    struct rds_info_lengths *lens,
lens              691 net/rds/connection.c 	lens->nr = 0;
lens              692 net/rds/connection.c 	lens->each = item_len;
lens              721 net/rds/connection.c 			lens->nr++;
lens              788 net/rds/connection.c 			  struct rds_info_lengths *lens)
lens              792 net/rds/connection.c 	rds_walk_conn_path_info(sock, len, iter, lens,
lens              801 net/rds/connection.c 			   struct rds_info_lengths *lens)
lens              805 net/rds/connection.c 	rds_walk_conn_path_info(sock, len, iter, lens,
lens              367 net/rds/ib.c   			   struct rds_info_lengths *lens)
lens              371 net/rds/ib.c   	rds_for_each_conn_info(sock, len, iter, lens,
lens              381 net/rds/ib.c   			    struct rds_info_lengths *lens)
lens              385 net/rds/ib.c   	rds_for_each_conn_info(sock, len, iter, lens,
lens              162 net/rds/info.c 	struct rds_info_lengths lens;
lens              219 net/rds/info.c 	func(sock, len, &iter, &lens);
lens              220 net/rds/info.c 	BUG_ON(lens.each == 0);
lens              222 net/rds/info.c 	total = lens.nr * lens.each;
lens              231 net/rds/info.c 		ret = lens.each;
lens               20 net/rds/info.h 			      struct rds_info_lengths *lens);
lens              788 net/rds/rds.h  			  struct rds_info_lengths *lens,
lens              113 net/rds/stats.c 			   struct rds_info_lengths *lens)
lens              141 net/rds/stats.c 	lens->each = sizeof(struct rds_info_counter);
lens              142 net/rds/stats.c 	lens->nr = rds_trans_stats_info_copy(iter, avail) +
lens              243 net/rds/tcp.c  			    struct rds_info_lengths *lens)
lens              276 net/rds/tcp.c  	lens->nr = rds_tcp_tc_count;
lens              277 net/rds/tcp.c  	lens->each = sizeof(tsinfo);
lens              289 net/rds/tcp.c  			     struct rds_info_lengths *lens)
lens              319 net/rds/tcp.c  	lens->nr = rds6_tcp_tc_count;
lens              320 net/rds/tcp.c  	lens->each = sizeof(tsinfo6);
lens               62 sound/usb/usx2y/usbusx2yaudio.c 	int 		i, len, lens = 0, hwptr_done = subs->hwptr_done;
lens               89 sound/usb/usx2y/usbusx2yaudio.c 		lens += len;
lens               95 sound/usb/usx2y/usbusx2yaudio.c 	subs->transfer_done += lens;
lens               54 sound/usb/usx2y/usx2yhwdeppcm.c 	int 		i, lens = 0, hwptr_done = subs->hwptr_done;
lens               68 sound/usb/usx2y/usx2yhwdeppcm.c 		lens += urb->iso_frame_desc[i].actual_length / usX2Y->stride;
lens               70 sound/usb/usx2y/usx2yhwdeppcm.c 	if ((hwptr_done += lens) >= runtime->buffer_size)
lens               73 sound/usb/usx2y/usx2yhwdeppcm.c 	subs->transfer_done += lens;
lens              560 tools/bpf/bpftool/prog.c 			__u32 *lens;
lens              570 tools/bpf/bpftool/prog.c 			lens = (__u32 *) info->jited_func_lens;
lens              604 tools/bpf/bpftool/prog.c 				disasm_print_insn(img, lens[i], opcodes,
lens              609 tools/bpf/bpftool/prog.c 				img += lens[i];