Home
last modified time | relevance | path

Searched refs:m_type (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/arch/arm/mach-omap2/
Dsdrc2xxx.c58 return mem_timings.m_type; in omap2xxx_sdrc_get_type()
85 u32 dll_ctrl, m_type; in omap2xxx_sdrc_reprogram() local
99 m_type = omap2xxx_sdrc_get_type(); in omap2xxx_sdrc_reprogram()
110 omap2_sram_reprogram_sdrc(level, dll_ctrl, m_type); in omap2xxx_sdrc_reprogram()
124 mem_timings.m_type = !((sdrc_read_reg(SDRC_MR_0) & 0x3) == 0x1); in omap2xxx_sdrc_init_params()
134 if (mem_timings.m_type != M_DDR) in omap2xxx_sdrc_init_params()
/linux-2.6.39/fs/dlm/
Dutil.c90 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()
Drequestqueue.c121 uint32_t type = ms->m_type; in purge_request()
Dlock.c966 error = _remove_from_waiters(lkb, ms->m_type, ms); in remove_from_waiters_ms()
1381 if (ms->m_type != DLM_MSG_CONVERT_REPLY) { in munge_demoted()
1383 lkb->lkb_id, ms->m_type); in munge_demoted()
1398 if (ms->m_type != DLM_MSG_REQUEST_REPLY && in munge_altmode()
1399 ms->m_type != DLM_MSG_GRANT) { in munge_altmode()
1401 lkb->lkb_id, ms->m_type); in munge_altmode()
2753 ms->m_type = mstype; in _create_message()
2824 switch (ms->m_type) { in send_args()
2883 r->res_ls->ls_stub_ms.m_type = DLM_MSG_CONVERT_REPLY; in send_convert()
3174 switch (ms->m_type) { in validate_message()
[all …]
Ddlm_internal.h370 uint32_t m_type; /* DLM_MSG_ */ member
/linux-2.6.39/ipc/
Dmsg.c585 if (msg->m_type <=type) in testmsg()
589 if (msg->m_type == type) in testmsg()
593 if (msg->m_type != type) in testmsg()
654 msg->m_type = mtype; in do_msgsnd()
792 walk_msg->m_type != 1) { in do_msgrcv()
794 msgtyp = walk_msg->m_type - 1; in do_msgrcv()
898 *pmtype = msg->m_type; in do_msgrcv()
Dmqueue.c500 while (k >= 0 && info->messages[k]->m_type >= ptr->m_type) { in msg_insert()
905 msg_ptr->m_type = msg_prio; in SYSCALL_DEFINE5()
1013 if ((u_msg_prio && put_user(msg_ptr->m_type, u_msg_prio)) || in SYSCALL_DEFINE5()
/linux-2.6.39/include/linux/
Dmsg.h80 long m_type; member
/linux-2.6.39/arch/arm/plat-omap/include/plat/
Dsdrc.h148 u32 m_type; /* ddr = 1, sdr = 0 */ member