Searched refs:m_type (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/arch/arm/mach-omap2/ |
| H A D | sdrc2xxx.c | 52 return mem_timings.m_type; in omap2xxx_sdrc_get_type() 79 u32 dll_ctrl, m_type; in omap2xxx_sdrc_reprogram() local 93 m_type = omap2xxx_sdrc_get_type(); in omap2xxx_sdrc_reprogram() 104 omap2_sram_reprogram_sdrc(level, dll_ctrl, m_type); in omap2xxx_sdrc_reprogram() 118 mem_timings.m_type = !((sdrc_read_reg(SDRC_MR_0) & 0x3) == 0x1); in omap2xxx_sdrc_init_params() 128 if (mem_timings.m_type != M_DDR) in omap2xxx_sdrc_init_params()
|
| H A D | sdrc.h | 86 u32 m_type; /* ddr = 1, sdr = 0 */ member
|
| /linux-6.15/fs/dlm/ |
| H A D | requestqueue.c | 84 le32_to_cpu(ms->m_type), in dlm_process_requestqueue() 110 __le32 type = ms->m_type; in purge_request()
|
| H A D | lock.c | 2122 ms->m_type != cpu_to_le32(DLM_MSG_GRANT)) { in munge_altmode() 2124 lkb->lkb_id, le32_to_cpu(ms->m_type)); in munge_altmode() 3522 ms->m_type = cpu_to_le32(mstype); in _create_message() 3593 switch (ms->m_type) { in send_args() 3950 switch (ms->m_type) { in validate_message() 4784 le32_to_cpu(ms->m_type), in _receive_message() 4791 switch (ms->m_type) { in _receive_message() 4866 le32_to_cpu(ms->m_type)); in _receive_message() 4898 le32_to_cpu(ms->m_type), in _receive_message() 4925 le32_to_cpu(ms->m_type), nodeid); in dlm_receive_message() [all …]
|
| H A D | dlm_internal.h | 437 __le32 m_type; /* DLM_MSG_ */ member
|
| /linux-6.15/include/trace/events/ |
| H A D | dlm.h | 406 __field(uint32_t, m_type) 437 __entry->m_type = le32_to_cpu(ms->m_type); 471 show_message_type(__entry->m_type), 503 __field(uint32_t, m_type) 533 __entry->m_type = le32_to_cpu(ms->m_type); 565 show_message_type(__entry->m_type),
|
| /linux-6.15/include/linux/ |
| H A D | msg.h | 11 long m_type; member
|
| /linux-6.15/ipc/ |
| H A D | msgutil.c | 150 dst->m_type = src->m_type; in copy_msg()
|
| H A D | msg.c | 801 if (msg->m_type <= type) in testmsg() 805 if (msg->m_type == type) in testmsg() 809 if (msg->m_type != type) in testmsg() 868 msg->m_type = mtype; in do_msgsnd() 1031 if (put_user(msg->m_type, &msgp->mtype)) in do_msg_fill() 1083 if (mode == SEARCH_LESSEQUAL && msg->m_type != 1) { in find_msg() 1084 *msgtyp = msg->m_type - 1; in find_msg() 1282 if (put_user(msg->m_type, &msgp->mtype)) in compat_do_msg_fill()
|
| H A D | mqueue.c | 202 if (likely(leaf->priority == msg->m_type)) in msg_insert() 204 else if (msg->m_type < leaf->priority) { in msg_insert() 219 leaf->priority = msg->m_type; in msg_insert() 1108 msg_ptr->m_type = msg_prio; in do_mq_timedsend() 1249 if ((u_msg_prio && put_user(msg_ptr->m_type, u_msg_prio)) || in do_mq_timedreceive()
|