last_index        107 drivers/char/mspec.c 	int index, last_index;
last_index        115 drivers/char/mspec.c 	last_index = (vdata->vm_end - vdata->vm_start) >> PAGE_SHIFT;
last_index        116 drivers/char/mspec.c 	for (index = 0; index < last_index; index++) {
last_index         20 drivers/cpufreq/cpufreq_stats.c 	unsigned int last_index;
last_index         31 drivers/cpufreq/cpufreq_stats.c 	stats->time_in_state[stats->last_index] += cur_time - stats->last_time;
last_index        210 drivers/cpufreq/cpufreq_stats.c 	stats->last_index = freq_table_get_index(stats, policy->cur);
last_index        236 drivers/cpufreq/cpufreq_stats.c 	old_index = stats->last_index;
last_index        246 drivers/cpufreq/cpufreq_stats.c 	stats->last_index = new_index;
last_index        242 drivers/dma/of-dma.c 	static atomic_t		last_index;
last_index        264 drivers/dma/of-dma.c 	start = atomic_inc_return(&last_index);
last_index        350 drivers/infiniband/hw/hfi1/tid_rdma.c 	qpriv->flow_state.last_index = RXE_NUM_TID_FLOWS;
last_index        791 drivers/infiniband/hw/hfi1/tid_rdma.c 	ret = kern_reserve_flow(rcd, fs->last_index);
last_index        795 drivers/infiniband/hw/hfi1/tid_rdma.c 	fs->last_index = fs->index;
last_index         81 drivers/infiniband/hw/hfi1/tid_rdma.h 	u8 last_index;
last_index        468 drivers/misc/habanalabs/device.c 	u32 overlap_cnt = 0, last_index = hdev->idle_busy_ts_idx;
last_index        474 drivers/misc/habanalabs/device.c 	ts = &hdev->idle_busy_ts_arr[last_index];
last_index        480 drivers/misc/habanalabs/device.c 		last_index--;
last_index        482 drivers/misc/habanalabs/device.c 		if (last_index > HL_IDLE_BUSY_TS_ARR_SIZE)
last_index        483 drivers/misc/habanalabs/device.c 			last_index = HL_IDLE_BUSY_TS_ARR_SIZE - 1;
last_index        485 drivers/misc/habanalabs/device.c 		ts = &hdev->idle_busy_ts_arr[last_index];
last_index        544 drivers/misc/habanalabs/device.c 		last_index--;
last_index        546 drivers/misc/habanalabs/device.c 		if (last_index > HL_IDLE_BUSY_TS_ARR_SIZE)
last_index        547 drivers/misc/habanalabs/device.c 			last_index = HL_IDLE_BUSY_TS_ARR_SIZE - 1;
last_index        549 drivers/misc/habanalabs/device.c 		ts = &hdev->idle_busy_ts_arr[last_index];
last_index       2749 drivers/net/ethernet/emulex/benet/be_main.c 			       struct be_tx_obj *txo, u16 last_index)
last_index       2777 drivers/net/ethernet/emulex/benet/be_main.c 	} while (frag_index != last_index);
last_index       1991 drivers/net/ethernet/microchip/lan743x_main.c 	int last_index = -1;
last_index       2010 drivers/net/ethernet/microchip/lan743x_main.c 			last_index = rx->last_head;
last_index       2021 drivers/net/ethernet/microchip/lan743x_main.c 					last_index = index;
last_index       2027 drivers/net/ethernet/microchip/lan743x_main.c 		if (last_index >= 0) {
last_index       2028 drivers/net/ethernet/microchip/lan743x_main.c 			descriptor = &rx->ring_cpu_ptr[last_index];
last_index       2032 drivers/net/ethernet/microchip/lan743x_main.c 								  last_index);
last_index       2049 drivers/net/ethernet/microchip/lan743x_main.c 					last_index = -1;
last_index       2054 drivers/net/ethernet/microchip/lan743x_main.c 	if (first_index >= 0 && last_index >= 0) {
last_index       2055 drivers/net/ethernet/microchip/lan743x_main.c 		int real_last_index = last_index;
last_index       2061 drivers/net/ethernet/microchip/lan743x_main.c 		if (first_index == last_index) {
last_index       2105 drivers/net/ethernet/microchip/lan743x_main.c 			if (first_index <= last_index) {
last_index       2107 drivers/net/ethernet/microchip/lan743x_main.c 				       (index <= last_index)) {
last_index       2115 drivers/net/ethernet/microchip/lan743x_main.c 				       (index <= last_index)) {
last_index       4057 drivers/scsi/lpfc/lpfc_debugfs.c 	uint32_t last_index, index, count;
last_index       4093 drivers/scsi/lpfc/lpfc_debugfs.c 	last_index = idiag.offset.last_rd;
last_index       4094 drivers/scsi/lpfc/lpfc_debugfs.c 	index = last_index;
last_index       2134 drivers/scsi/lpfc/lpfc_hbadisc.c 	uint16_t last_index;
last_index       2157 drivers/scsi/lpfc/lpfc_hbadisc.c 	last_index = find_first_bit(phba->fcf.fcf_rr_bmask,
last_index       2159 drivers/scsi/lpfc/lpfc_hbadisc.c 	if (last_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
last_index       2163 drivers/scsi/lpfc/lpfc_hbadisc.c 	current_fcf_pri = phba->fcf.fcf_pri[last_index].fcf_rec.priority;
last_index       18795 drivers/scsi/lpfc/lpfc_sli.c 	uint16_t last_index;
last_index       18800 drivers/scsi/lpfc/lpfc_sli.c 	last_index = find_first_bit(phba->fcf.fcf_rr_bmask,
last_index       18803 drivers/scsi/lpfc/lpfc_sli.c 			"3060 Last IDX %d\n", last_index);
last_index       18811 drivers/scsi/lpfc/lpfc_sli.c 			"3061 Last IDX %d\n", last_index);
last_index        314 drivers/staging/speakup/speakup_soft.c static int last_index;
last_index        327 drivers/staging/speakup/speakup_soft.c 	last_index = supplied_index;
last_index        350 drivers/staging/speakup/speakup_soft.c 	rv = last_index;
last_index        351 drivers/staging/speakup/speakup_soft.c 	last_index = 0;
last_index        286 fs/btrfs/free-space-cache.c 	unsigned long last_index;
last_index        293 fs/btrfs/free-space-cache.c 	last_index = (i_size_read(inode) - 1) >> PAGE_SHIFT;
last_index        295 fs/btrfs/free-space-cache.c 	page_cache_sync_readahead(inode->i_mapping, ra, NULL, 0, last_index);
last_index       1393 fs/btrfs/ioctl.c 	unsigned long last_index;
last_index       1448 fs/btrfs/ioctl.c 		last_index = min_t(u64, isize - 1,
last_index       1451 fs/btrfs/ioctl.c 		last_index = (isize - 1) >> PAGE_SHIFT;
last_index       1470 fs/btrfs/ioctl.c 		max_to_defrag = last_index - i + 1;
last_index       1479 fs/btrfs/ioctl.c 	while (i <= last_index && defrag_count < max_to_defrag &&
last_index       3293 fs/btrfs/relocation.c 	unsigned long last_index;
last_index       3319 fs/btrfs/relocation.c 	last_index = (cluster->end - offset) >> PAGE_SHIFT;
last_index       3320 fs/btrfs/relocation.c 	while (index <= last_index) {
last_index       3330 fs/btrfs/relocation.c 						  last_index + 1 - index);
last_index       3346 fs/btrfs/relocation.c 						   last_index + 1 - index);
last_index       4797 fs/btrfs/send.c 	pgoff_t last_index;
last_index       4818 fs/btrfs/send.c 	last_index = (offset + len - 1) >> PAGE_SHIFT;
last_index       4824 fs/btrfs/send.c 	while (index <= last_index) {
last_index       4831 fs/btrfs/send.c 				NULL, index, last_index + 1 - index);
last_index       4843 fs/btrfs/send.c 				NULL, page, index, last_index + 1 - index);
last_index       1214 fs/erofs/zdata.c 	pgoff_t uninitialized_var(last_index);
last_index       1250 fs/erofs/zdata.c 		force_submit |= (first_index != last_index + 1);
last_index       1286 fs/erofs/zdata.c 		last_index = first_index + i;
last_index        452 fs/gfs2/file.c 	unsigned long last_index;
last_index        514 fs/gfs2/file.c 	last_index = (size - 1) >> PAGE_SHIFT;
last_index        516 fs/gfs2/file.c 	if (size == 0 || (page->index > last_index))
last_index         57 fs/ocfs2/mmap.c 	pgoff_t last_index;
last_index         62 fs/ocfs2/mmap.c 	last_index = (size - 1) >> PAGE_SHIFT;
last_index         92 fs/ocfs2/mmap.c 	if (page->index == last_index)
last_index        247 fs/ufs/balloc.c 	pgoff_t index, cur_index, last_index;
last_index        262 fs/ufs/balloc.c 	last_index = end >> (PAGE_SHIFT - inode->i_blkbits);
last_index        286 fs/ufs/balloc.c 		if (unlikely(index == last_index))
last_index       1448 include/linux/mm.h 	pgoff_t last_index;			/* Highest page->index to unmap */
last_index         23 include/linux/netfilter/nf_conntrack_tcp.h 	u_int8_t	last_index;	/* Index of the last packet */
last_index        258 kernel/trace/trace_printk.c 	int last_index;
last_index        277 kernel/trace/trace_printk.c 	last_index = start_index;
last_index        280 kernel/trace/trace_printk.c 	if (*pos < last_index + start_index)
last_index        281 kernel/trace/trace_printk.c 		return __start___tracepoint_str + (*pos - last_index);
last_index        283 kernel/trace/trace_printk.c 	start_index += last_index;
last_index       2018 mm/filemap.c   	pgoff_t last_index;
last_index       2031 mm/filemap.c   	last_index = (*ppos + iter->count + PAGE_SIZE-1) >> PAGE_SHIFT;
last_index       2053 mm/filemap.c   					index, last_index - index);
last_index       2061 mm/filemap.c   					index, last_index - index);
last_index       2661 mm/memory.c    			details->first_index, details->last_index) {
last_index       2668 mm/memory.c    		zea = details->last_index;
last_index       2698 mm/memory.c    	details.last_index = start + nr - 1;
last_index       2699 mm/memory.c    	if (details.last_index < details.first_index)
last_index       2700 mm/memory.c    		details.last_index = ULONG_MAX;
last_index        818 net/netfilter/nf_conntrack_proto_tcp.c 	ct->proto.tcp.last_index = TCP_NONE_SET;
last_index        890 net/netfilter/nf_conntrack_proto_tcp.c 		        && ct->proto.tcp.last_index == TCP_RST_SET)) {
last_index        919 net/netfilter/nf_conntrack_proto_tcp.c 		    && ct->proto.tcp.last_index == TCP_SYN_SET
last_index        946 net/netfilter/nf_conntrack_proto_tcp.c 		ct->proto.tcp.last_index = index;
last_index       1017 net/netfilter/nf_conntrack_proto_tcp.c 		    ct->proto.tcp.last_index == TCP_SYN_SET &&
last_index       1059 net/netfilter/nf_conntrack_proto_tcp.c 			if (ct->proto.tcp.last_index == TCP_ACK_SET &&
last_index       1070 net/netfilter/nf_conntrack_proto_tcp.c 			 && ct->proto.tcp.last_index == TCP_SYN_SET)
last_index       1072 net/netfilter/nf_conntrack_proto_tcp.c 			    && ct->proto.tcp.last_index == TCP_ACK_SET))
last_index       1098 net/netfilter/nf_conntrack_proto_tcp.c 	ct->proto.tcp.last_index = index;
last_index         42 tools/perf/util/pstack.c 	unsigned short i = pstack->top, last_index = pstack->top - 1;
last_index         46 tools/perf/util/pstack.c 			if (i < last_index)
last_index         49 tools/perf/util/pstack.c 					(last_index - i) * sizeof(void *));
last_index        137 tools/testing/radix-tree/tag_check.c 	unsigned long last_index = 0;
last_index        146 tools/testing/radix-tree/tag_check.c 			while (last_index < item->index) {
last_index        147 tools/testing/radix-tree/tag_check.c 				assert(thrash_state[last_index] != NODE_TAGGED);
last_index        148 tools/testing/radix-tree/tag_check.c 				last_index++;
last_index        150 tools/testing/radix-tree/tag_check.c 			assert(thrash_state[last_index] == NODE_TAGGED);
last_index        151 tools/testing/radix-tree/tag_check.c 			last_index++;