Searched refs:m_type (Results 1 - 15 of 15) sorted by relevance

/linux-4.1.27/arch/arm/mach-omap2/
H A Dsdrc2xxx.c57 return mem_timings.m_type; omap2xxx_sdrc_get_type()
84 u32 dll_ctrl, m_type; omap2xxx_sdrc_reprogram() local
98 m_type = omap2xxx_sdrc_get_type(); omap2xxx_sdrc_reprogram()
109 omap2_sram_reprogram_sdrc(level, dll_ctrl, m_type); omap2xxx_sdrc_reprogram()
123 mem_timings.m_type = !((sdrc_read_reg(SDRC_MR_0) & 0x3) == 0x1); omap2xxx_sdrc_init_params()
133 if (mem_timings.m_type != M_DDR) omap2xxx_sdrc_init_params()
H A Dsdrc.h93 u32 m_type; /* ddr = 1, sdr = 0 */ member in struct:memory_timings
/linux-4.1.27/fs/dlm/
H A Dutil.c90 ms->m_type = cpu_to_le32(ms->m_type); dlm_message_out()
114 ms->m_type = le32_to_cpu(ms->m_type); dlm_message_in()
H A Drequestqueue.c86 ms->m_type, ms->m_header.h_nodeid, dlm_process_requestqueue()
132 uint32_t type = ms->m_type; purge_request()
H A Dlock.c1617 error = _remove_from_waiters(lkb, ms->m_type, ms); remove_from_waiters_ms()
2176 if (ms->m_type != DLM_MSG_REQUEST_REPLY && munge_altmode()
2177 ms->m_type != DLM_MSG_GRANT) { munge_altmode()
2179 lkb->lkb_id, ms->m_type); munge_altmode()
3553 ms->m_type = mstype; _create_message()
3624 switch (ms->m_type) { send_args()
3684 r->res_ls->ls_stub_ms.m_type = DLM_MSG_CONVERT_REPLY; send_convert()
3977 switch (ms->m_type) { validate_message()
4008 ms->m_type, from, lkb->lkb_id, lkb->lkb_remid, validate_message()
4862 ms->m_type, ms->m_header.h_nodeid, ms->m_lkid, _receive_message()
4867 switch (ms->m_type) { _receive_message()
4941 log_error(ls, "unknown message type %d", ms->m_type); _receive_message()
4957 ms->m_type, ms->m_remid, ms->m_header.h_nodeid, _receive_message()
4961 ms->m_type, ms->m_remid, ms->m_header.h_nodeid, _receive_message()
4964 if (ms->m_type == DLM_MSG_CONVERT) _receive_message()
4971 ms->m_type, ms->m_header.h_nodeid, _receive_message()
4993 ms->m_type, nodeid); dlm_receive_message()
5027 type = p->message.m_type; dlm_receive_buffer()
5077 ms_stub->m_type = DLM_MSG_CONVERT_REPLY; recover_convert_waiter()
5201 ms_stub->m_type = DLM_MSG_UNLOCK_REPLY; dlm_recover_waiters_pre()
5212 ms_stub->m_type = DLM_MSG_CANCEL_REPLY; dlm_recover_waiters_pre()
H A Ddlm_internal.h401 uint32_t m_type; /* DLM_MSG_ */ member in struct:dlm_message
/linux-4.1.27/include/linux/
H A Dmsg.h10 long m_type; member in struct:msg_msg
/linux-4.1.27/ipc/
H A Dmsgutil.c142 dst->m_type = src->m_type; copy_msg()
H A Dmsg.c554 if (msg->m_type <= type) testmsg()
558 if (msg->m_type == type) testmsg()
562 if (msg->m_type != type) testmsg()
626 msg->m_type = mtype; do_msgsnd()
756 if (put_user(msg->m_type, &msgp->mtype)) do_msg_fill()
808 if (mode == SEARCH_LESSEQUAL && msg->m_type != 1) { find_msg()
809 *msgtyp = msg->m_type - 1; find_msg()
H A Dmqueue.c131 if (likely(leaf->priority == msg->m_type)) msg_insert()
133 else if (msg->m_type < leaf->priority) msg_insert()
147 leaf->priority = msg->m_type; msg_insert()
1010 msg_ptr->m_type = msg_prio; SYSCALL_DEFINE5()
1160 if ((u_msg_prio && put_user(msg_ptr->m_type, u_msg_prio)) || SYSCALL_DEFINE5()
H A Dcompat.c315 if (put_user(msg->m_type, &msgp->mtype)) compat_do_msg_fill()
/linux-4.1.27/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.h1088 ulong timeout, enum mutex_type m_type);
H A Dmpt2sas_scsih.c2323 * @m_type: TM_MUTEX_ON or TM_MUTEX_OFF
2335 enum mutex_type m_type) mpt2sas_scsih_issue_tm()
2345 if (m_type == TM_MUTEX_ON) mpt2sas_scsih_issue_tm()
2471 if (m_type == TM_MUTEX_ON) mpt2sas_scsih_issue_tm()
2477 if (m_type == TM_MUTEX_ON) mpt2sas_scsih_issue_tm()
2333 mpt2sas_scsih_issue_tm(struct MPT2SAS_ADAPTER *ioc, u16 handle, uint channel, uint id, uint lun, u8 type, u16 smid_task, ulong timeout, enum mutex_type m_type) mpt2sas_scsih_issue_tm() argument
/linux-4.1.27/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h1035 ulong timeout, enum mutex_type m_type);
H A Dmpt3sas_scsih.c1989 * @m_type: TM_MUTEX_ON or TM_MUTEX_OFF
2001 enum mutex_type m_type) mpt3sas_scsih_issue_tm()
2011 if (m_type == TM_MUTEX_ON) mpt3sas_scsih_issue_tm()
2137 if (m_type == TM_MUTEX_ON) mpt3sas_scsih_issue_tm()
2143 if (m_type == TM_MUTEX_ON) mpt3sas_scsih_issue_tm()
1999 mpt3sas_scsih_issue_tm(struct MPT3SAS_ADAPTER *ioc, u16 handle, uint channel, uint id, uint lun, u8 type, u16 smid_task, ulong timeout, enum mutex_type m_type) mpt3sas_scsih_issue_tm() argument

Completed in 522 milliseconds