temp_state        379 arch/x86/include/asm/mmu_context.h 	temp_mm_state_t temp_state;
temp_state        382 arch/x86/include/asm/mmu_context.h 	temp_state.mm = this_cpu_read(cpu_tlbstate.loaded_mm);
temp_state        399 arch/x86/include/asm/mmu_context.h 	return temp_state;
temp_state       2147 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	uint32_t temp, temp_state, temp_val;
temp_state       2152 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	temp_state = nx_get_temp_state(temp);
temp_state       2155 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	if (temp_state == NX_TEMP_PANIC) {
temp_state       2161 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	} else if (temp_state == NX_TEMP_WARN) {
temp_state       2177 drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c 	adapter->temp = temp_state;
temp_state       2957 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 	u32 temp_state, temp_val, temp = 0;
temp_state       2966 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 	temp_state = qlcnic_get_temp_state(temp);
temp_state       2969 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 	if (temp_state == QLCNIC_TEMP_PANIC) {
temp_state       2975 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 	} else if (temp_state == QLCNIC_TEMP_WARN) {
temp_state       2990 drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c 	adapter->ahw->temp = temp_state;
temp_state        921 drivers/scsi/esas2r/atioctl.h 			u8 temp_state;
temp_state       3327 drivers/scsi/qla2xxx/qla_nx.c 	uint32_t temp, temp_state, temp_val;
temp_state       3331 drivers/scsi/qla2xxx/qla_nx.c 	temp_state = qla82xx_get_temp_state(temp);
temp_state       3334 drivers/scsi/qla2xxx/qla_nx.c 	if (temp_state == QLA82XX_TEMP_PANIC) {
temp_state       3340 drivers/scsi/qla2xxx/qla_nx.c 	} else if (temp_state == QLA82XX_TEMP_WARN) {
temp_state       2040 drivers/scsi/qla2xxx/qla_nx2.c 	uint32_t temp, temp_state, temp_val;
temp_state       2044 drivers/scsi/qla2xxx/qla_nx2.c 	temp_state = qla82xx_get_temp_state(temp);
temp_state       2047 drivers/scsi/qla2xxx/qla_nx2.c 	if (temp_state == QLA82XX_TEMP_PANIC) {
temp_state       2054 drivers/scsi/qla2xxx/qla_nx2.c 	} else if (temp_state == QLA82XX_TEMP_WARN) {
temp_state       4289 drivers/scsi/qla4xxx/ql4_os.c 	uint32_t temp, temp_state, temp_val;
temp_state       4294 drivers/scsi/qla4xxx/ql4_os.c 	temp_state = qla82xx_get_temp_state(temp);
temp_state       4297 drivers/scsi/qla4xxx/ql4_os.c 	if (temp_state == QLA82XX_TEMP_PANIC) {
temp_state       4302 drivers/scsi/qla4xxx/ql4_os.c 	} else if (temp_state == QLA82XX_TEMP_WARN) {
temp_state       4313 drivers/scsi/qla4xxx/ql4_os.c 	ha->temperature = temp_state;