Searched refs:m_type (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap2/ |
D | sdrc2xxx.c | 57 return mem_timings.m_type; in omap2xxx_sdrc_get_type() 84 u32 dll_ctrl, m_type; in omap2xxx_sdrc_reprogram() local 98 m_type = omap2xxx_sdrc_get_type(); in omap2xxx_sdrc_reprogram() 109 omap2_sram_reprogram_sdrc(level, dll_ctrl, m_type); in omap2xxx_sdrc_reprogram() 123 mem_timings.m_type = !((sdrc_read_reg(SDRC_MR_0) & 0x3) == 0x1); in omap2xxx_sdrc_init_params() 133 if (mem_timings.m_type != M_DDR) in omap2xxx_sdrc_init_params()
|
D | sdrc.h | 93 u32 m_type; /* ddr = 1, sdr = 0 */ member
|
/linux-4.1.27/fs/dlm/ |
D | util.c | 90 ms->m_type = cpu_to_le32(ms->m_type); in dlm_message_out() 114 ms->m_type = le32_to_cpu(ms->m_type); in dlm_message_in()
|
D | requestqueue.c | 86 ms->m_type, ms->m_header.h_nodeid, in dlm_process_requestqueue() 132 uint32_t type = ms->m_type; in purge_request()
|
D | lock.c | 1617 error = _remove_from_waiters(lkb, ms->m_type, ms); in remove_from_waiters_ms() 2176 if (ms->m_type != DLM_MSG_REQUEST_REPLY && in munge_altmode() 2177 ms->m_type != DLM_MSG_GRANT) { in munge_altmode() 2179 lkb->lkb_id, ms->m_type); in munge_altmode() 3553 ms->m_type = mstype; in _create_message() 3624 switch (ms->m_type) { in send_args() 3684 r->res_ls->ls_stub_ms.m_type = DLM_MSG_CONVERT_REPLY; in send_convert() 3977 switch (ms->m_type) { in validate_message() 4008 ms->m_type, from, lkb->lkb_id, lkb->lkb_remid, in validate_message() 4862 ms->m_type, ms->m_header.h_nodeid, ms->m_lkid, in _receive_message() [all …]
|
D | dlm_internal.h | 401 uint32_t m_type; /* DLM_MSG_ */ member
|
/linux-4.1.27/ipc/ |
D | msgutil.c | 142 dst->m_type = src->m_type; in copy_msg()
|
D | msg.c | 554 if (msg->m_type <= type) in testmsg() 558 if (msg->m_type == type) in testmsg() 562 if (msg->m_type != type) in testmsg() 626 msg->m_type = mtype; in do_msgsnd() 756 if (put_user(msg->m_type, &msgp->mtype)) in do_msg_fill() 808 if (mode == SEARCH_LESSEQUAL && msg->m_type != 1) { in find_msg() 809 *msgtyp = msg->m_type - 1; in find_msg()
|
D | mqueue.c | 131 if (likely(leaf->priority == msg->m_type)) in msg_insert() 133 else if (msg->m_type < leaf->priority) in msg_insert() 147 leaf->priority = msg->m_type; in msg_insert() 1010 msg_ptr->m_type = msg_prio; in SYSCALL_DEFINE5() 1160 if ((u_msg_prio && put_user(msg_ptr->m_type, u_msg_prio)) || in SYSCALL_DEFINE5()
|
D | compat.c | 315 if (put_user(msg->m_type, &msgp->mtype)) in compat_do_msg_fill()
|
/linux-4.1.27/include/linux/ |
D | msg.h | 10 long m_type; member
|
/linux-4.1.27/drivers/scsi/mpt2sas/ |
D | mpt2sas_base.h | 1088 ulong timeout, enum mutex_type m_type);
|
D | mpt2sas_scsih.c | 2335 enum mutex_type m_type) in mpt2sas_scsih_issue_tm() argument 2345 if (m_type == TM_MUTEX_ON) in mpt2sas_scsih_issue_tm() 2471 if (m_type == TM_MUTEX_ON) in mpt2sas_scsih_issue_tm() 2477 if (m_type == TM_MUTEX_ON) in mpt2sas_scsih_issue_tm()
|
/linux-4.1.27/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.h | 1035 ulong timeout, enum mutex_type m_type);
|
D | mpt3sas_scsih.c | 2001 enum mutex_type m_type) in mpt3sas_scsih_issue_tm() argument 2011 if (m_type == TM_MUTEX_ON) in mpt3sas_scsih_issue_tm() 2137 if (m_type == TM_MUTEX_ON) in mpt3sas_scsih_issue_tm() 2143 if (m_type == TM_MUTEX_ON) in mpt3sas_scsih_issue_tm()
|