last_type         311 arch/x86/kernel/e820.c 	enum e820_type current_type, last_type;
last_type         353 arch/x86/kernel/e820.c 	last_type = 0;		 /* Start with undefined memory type */
last_type         382 arch/x86/kernel/e820.c 		if (current_type != last_type || current_type == E820_TYPE_PRAM) {
last_type         383 arch/x86/kernel/e820.c 			if (last_type != 0)	 {
last_type         396 arch/x86/kernel/e820.c 			last_type = current_type;
last_type        1601 drivers/iommu/amd_iommu_init.c 	u8 last_type = ivhd->type;
last_type        1609 drivers/iommu/amd_iommu_init.c 			last_type = ivhd->type;
last_type        1613 drivers/iommu/amd_iommu_init.c 	return last_type;
last_type         753 drivers/phy/broadcom/phy-brcm-usb-init.c 	int last_type = -1;
last_type         768 drivers/phy/broadcom/phy-brcm-usb-init.c 				last_type = id_to_type_table[x].type;
last_type         773 drivers/phy/broadcom/phy-brcm-usb-init.c 	if (last_type == -1)
last_type         775 drivers/phy/broadcom/phy-brcm-usb-init.c 	return last_type;
last_type        1084 drivers/staging/speakup/main.c 	static u_short char_type, last_type;
last_type        1104 drivers/staging/speakup/main.c 			if ((last_type & CH_RPT) && rep_count > 2) {
last_type        1117 drivers/staging/speakup/main.c 			if ((synth_flags & SF_DEC) && (last_type & PUNC))
last_type        1146 drivers/staging/speakup/main.c 		last_type = char_type;
last_type        1150 drivers/staging/speakup/main.c 		if (last_type & CH_RPT) {
last_type         495 fs/namei.c     	int		last_type;
last_type        1063 fs/namei.c     	nd->last_type = LAST_BIND;
last_type        1791 fs/namei.c     	if (unlikely(nd->last_type != LAST_NORM)) {
last_type        1792 fs/namei.c     		err = handle_dots(nd, nd->last_type);
last_type        2107 fs/namei.c     		nd->last_type = type;
last_type        2172 fs/namei.c     	nd->last_type = LAST_ROOT; /* if there are only slashes... */
last_type        2260 fs/namei.c     	if (nd->last_type == LAST_NORM && nd->last.name[nd->last.len])
last_type        2386 fs/namei.c     		*type = nd.last_type;
last_type        2642 fs/namei.c     	if (unlikely(nd->last_type != LAST_NORM)) {
last_type        2643 fs/namei.c     		error = handle_dots(nd, nd->last_type);
last_type        3266 fs/namei.c     	if (nd->last_type != LAST_NORM) {
last_type        3267 fs/namei.c     		error = handle_dots(nd, nd->last_type);
last_type         431 net/rxrpc/ar-internal.h 		u8			last_type;	/* Type of last packet */
last_type          72 net/rxrpc/conn_event.c 	pkt.whdr.type		= chan->last_type;
last_type          80 net/rxrpc/conn_event.c 	switch (chan->last_type) {
last_type         123 net/rxrpc/conn_event.c 	switch (chan->last_type) {
last_type         182 net/rxrpc/conn_object.c 			chan->last_type = RXRPC_PACKET_TYPE_ACK;
last_type         186 net/rxrpc/conn_object.c 			chan->last_type = RXRPC_PACKET_TYPE_ABORT;
last_type         190 net/rxrpc/conn_object.c 			chan->last_type = RXRPC_PACKET_TYPE_ABORT;
last_type        1368 net/rxrpc/input.c 			    chan->last_type == RXRPC_PACKET_TYPE_ACK)
last_type         896 net/tipc/name_table.c 				u32 *last_type, u32 *last_lower, u32 *last_key)
last_type         904 net/tipc/name_table.c 	if (*last_type)
last_type         905 net/tipc/name_table.c 		i = hash(*last_type);
last_type         912 net/tipc/name_table.c 		if (*last_type ||
last_type         914 net/tipc/name_table.c 			service = tipc_service_find(net, *last_type);
last_type         931 net/tipc/name_table.c 				*last_type = service->type;
last_type         937 net/tipc/name_table.c 		*last_type = 0;
last_type         945 net/tipc/name_table.c 	u32 last_type = cb->args[0];
last_type         960 net/tipc/name_table.c 	err = tipc_nl_service_list(net, &msg, &last_type,
last_type         975 net/tipc/name_table.c 	cb->args[0] = last_type;
last_type          54 tools/lib/traceevent/event-parse-local.h 	enum tep_event_sort_type last_type;
last_type        1524 tools/lib/traceevent/event-parse.c 			enum tep_event_type last_type = type;
last_type        1539 tools/lib/traceevent/event-parse.c 				if (last_type == TEP_EVENT_ITEM &&
last_type        1544 tools/lib/traceevent/event-parse.c 				last_type = type;
last_type        5806 tools/lib/traceevent/event-parse.c 	if (events && tep->last_type == sort_type)
last_type        5818 tools/lib/traceevent/event-parse.c 			tep->last_type = sort_type;
last_type        5824 tools/lib/traceevent/event-parse.c 	tep->last_type = sort_type;