cur_entry         582 arch/x86/boot/compressed/kaslr.c 	struct mem_vector cur_entry;
cur_entry         596 arch/x86/boot/compressed/kaslr.c 	cur_entry.start = entry->start;
cur_entry         597 arch/x86/boot/compressed/kaslr.c 	cur_entry.size = end - entry->start;
cur_entry         599 arch/x86/boot/compressed/kaslr.c 	region.start = cur_entry.start;
cur_entry         600 arch/x86/boot/compressed/kaslr.c 	region.size = cur_entry.size;
cur_entry         614 arch/x86/boot/compressed/kaslr.c 		if (region.start > cur_entry.start + cur_entry.size)
cur_entry        1638 drivers/s390/net/qeth_l3_main.c 		char *cur_entry;
cur_entry        1642 drivers/s390/net/qeth_l3_main.c 		cur_entry = &qdata->data + entrybytes_done;
cur_entry        1643 drivers/s390/net/qeth_l3_main.c 		etype = &((struct qeth_arp_qi_entry5 *) cur_entry)->type;
cur_entry        1709 drivers/scsi/nsp32.c 	int                   old_entry = data->cur_entry;
cur_entry        1755 drivers/scsi/nsp32.c 	data->cur_entry = new_entry;
cur_entry        1804 drivers/scsi/nsp32.c 		   (data->cur_lunt->cur_entry * sizeof(nsp32_sgtable));
cur_entry        2019 drivers/scsi/nsp32.c 			(data->cur_lunt->cur_entry * sizeof(nsp32_sgtable));
cur_entry        2664 drivers/scsi/nsp32.c 				.cur_entry   = 0,
cur_entry         492 drivers/scsi/nsp32.h 	int		 cur_entry;	/* Current SG entry number */
cur_entry         570 drivers/scsi/nsp32.h 	int 		  cur_entry;	/* current sgt entry               */