m_type 90 arch/arm/mach-omap2/sdrc.h u32 m_type; /* ddr = 1, sdr = 0 */ m_type 54 arch/arm/mach-omap2/sdrc2xxx.c return mem_timings.m_type; m_type 81 arch/arm/mach-omap2/sdrc2xxx.c u32 dll_ctrl, m_type; m_type 95 arch/arm/mach-omap2/sdrc2xxx.c m_type = omap2xxx_sdrc_get_type(); m_type 106 arch/arm/mach-omap2/sdrc2xxx.c omap2_sram_reprogram_sdrc(level, dll_ctrl, m_type); m_type 120 arch/arm/mach-omap2/sdrc2xxx.c mem_timings.m_type = !((sdrc_read_reg(SDRC_MR_0) & 0x3) == 0x1); m_type 130 arch/arm/mach-omap2/sdrc2xxx.c if (mem_timings.m_type != M_DDR) m_type 406 fs/dlm/dlm_internal.h uint32_t m_type; /* DLM_MSG_ */ m_type 1614 fs/dlm/lock.c error = _remove_from_waiters(lkb, ms->m_type, ms); m_type 2173 fs/dlm/lock.c if (ms->m_type != DLM_MSG_REQUEST_REPLY && m_type 2174 fs/dlm/lock.c ms->m_type != DLM_MSG_GRANT) { m_type 2176 fs/dlm/lock.c lkb->lkb_id, ms->m_type); m_type 3554 fs/dlm/lock.c ms->m_type = mstype; m_type 3625 fs/dlm/lock.c switch (ms->m_type) { m_type 3685 fs/dlm/lock.c r->res_ls->ls_stub_ms.m_type = DLM_MSG_CONVERT_REPLY; m_type 3978 fs/dlm/lock.c switch (ms->m_type) { m_type 4009 fs/dlm/lock.c ms->m_type, from, lkb->lkb_id, lkb->lkb_remid, m_type 4865 fs/dlm/lock.c ms->m_type, ms->m_header.h_nodeid, ms->m_lkid, m_type 4870 fs/dlm/lock.c switch (ms->m_type) { m_type 4944 fs/dlm/lock.c log_error(ls, "unknown message type %d", ms->m_type); m_type 4960 fs/dlm/lock.c ms->m_type, ms->m_remid, ms->m_header.h_nodeid, m_type 4964 fs/dlm/lock.c ms->m_type, ms->m_remid, ms->m_header.h_nodeid, m_type 4967 fs/dlm/lock.c if (ms->m_type == DLM_MSG_CONVERT) m_type 4974 fs/dlm/lock.c ms->m_type, ms->m_header.h_nodeid, m_type 4996 fs/dlm/lock.c ms->m_type, nodeid); m_type 5030 fs/dlm/lock.c type = p->message.m_type; m_type 5080 fs/dlm/lock.c ms_stub->m_type = DLM_MSG_CONVERT_REPLY; m_type 5202 fs/dlm/lock.c ms_stub->m_type = DLM_MSG_UNLOCK_REPLY; m_type 5213 fs/dlm/lock.c ms_stub->m_type = DLM_MSG_CANCEL_REPLY; m_type 84 fs/dlm/requestqueue.c ms->m_type, ms->m_header.h_nodeid, m_type 130 fs/dlm/requestqueue.c uint32_t type = ms->m_type; m_type 88 fs/dlm/util.c ms->m_type = cpu_to_le32(ms->m_type); m_type 112 fs/dlm/util.c ms->m_type = le32_to_cpu(ms->m_type); m_type 11 include/linux/msg.h long m_type; m_type 143 ipc/mqueue.c if (likely(leaf->priority == msg->m_type)) m_type 145 ipc/mqueue.c else if (msg->m_type < leaf->priority) { m_type 160 ipc/mqueue.c leaf->priority = msg->m_type; m_type 1037 ipc/mqueue.c msg_ptr->m_type = msg_prio; m_type 1188 ipc/mqueue.c if ((u_msg_prio && put_user(msg_ptr->m_type, u_msg_prio)) || m_type 774 ipc/msg.c if (msg->m_type <= type) m_type 778 ipc/msg.c if (msg->m_type == type) m_type 782 ipc/msg.c if (msg->m_type != type) m_type 837 ipc/msg.c msg->m_type = mtype; m_type 1000 ipc/msg.c if (put_user(msg->m_type, &msgp->mtype)) m_type 1052 ipc/msg.c if (mode == SEARCH_LESSEQUAL && msg->m_type != 1) { m_type 1053 ipc/msg.c *msgtyp = msg->m_type - 1; m_type 1243 ipc/msg.c if (put_user(msg->m_type, &msgp->mtype)) m_type 139 ipc/msgutil.c dst->m_type = src->m_type; m_type 150 sound/soc/intel/skylake/skl-debug.c mconfig->m_type); m_type 786 sound/soc/intel/skylake/skl-messages.c switch (mconfig->m_type) { m_type 841 sound/soc/intel/skylake/skl-messages.c switch (module_config->m_type) { m_type 871 sound/soc/intel/skylake/skl-messages.c module_config->m_type, module_config->id.module_id, m_type 1145 sound/soc/intel/skylake/skl-messages.c if (src_mcfg->m_type == SKL_MODULE_TYPE_COPIER && src_index > 0) { m_type 245 sound/soc/intel/skylake/skl-topology.c if (mcfg->m_type == SKL_MODULE_TYPE_SRCINT) m_type 713 sound/soc/intel/skylake/skl-topology.c if (mcfg->m_type == SKL_MODULE_TYPE_KPB) { m_type 867 sound/soc/intel/skylake/skl-topology.c if (mconfig->m_type != SKL_MODULE_TYPE_KPB) m_type 2325 sound/soc/intel/skylake/skl-topology.c mconfig->m_type = tkn_elem->value; m_type 2708 sound/soc/intel/skylake/skl-topology.c mconfig->m_type = dfw->module_type; m_type 401 sound/soc/intel/skylake/skl-topology.h enum skl_module_type m_type;