Searched refs:m_list (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/
H A Dmsg.h10 struct list_head m_list; member in struct:msg_msg
H A Dfs_pin.h8 struct hlist_node m_list; member in struct:fs_pin
18 INIT_HLIST_NODE(&p->m_list);
/linux-master/fs/
H A Dfs_pin.c13 hlist_del_init(&pin->m_list);
26 hlist_add_head(&pin->m_list, &real_mount(m)->mnt_pins);
81 pin_kill(hlist_entry(p, struct fs_pin, m_list));
H A Dmount.h29 struct hlist_head m_list; member in struct:mountpoint
H A Dnamespace.c824 INIT_HLIST_HEAD(&new->m_list);
842 BUG_ON(!hlist_empty(&mp->m_list));
921 hlist_add_head(&child_mnt->mnt_mp_list, &mp->m_list);
1827 while (!hlist_empty(&mp->m_list)) {
1828 mnt = hlist_entry(mp->m_list.first, struct mount, mnt_mp_list);
/linux-master/ipc/
H A Dmqueue.c229 list_add_tail(&msg->m_list, &leaf->msg_list);
279 struct msg_msg, m_list);
280 list_del(&msg->m_list);
528 list_add_tail(&msg->m_list, &tmp_msg);
532 list_for_each_entry_safe(msg, nmsg, &tmp_msg, m_list) {
533 list_del(&msg->m_list);
H A Dmsg.c288 list_for_each_entry_safe(msg, t, &msq->q_messages, m_list) {
941 list_add_tail(&msg->m_list, &msq->q_messages);
1079 list_for_each_entry(msg, &msq->q_messages, m_list) {
1163 list_del(&msg->m_list);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.h370 int ice_add_vlan(struct ice_hw *hw, struct list_head *m_list);
H A Dice_switch.c3471 * @m_list: list of MAC addresses and forwarding information
3473 int ice_add_mac(struct ice_hw *hw, struct list_head *m_list) argument
3478 if (!m_list || !hw)
3481 list_for_each_entry(m_list_itr, m_list, list_entry) {
3895 * @m_list: list of MAC addresses and forwarding information
3901 * be aware that this call will only work if all the entries passed into m_list
3905 int ice_remove_mac(struct ice_hw *hw, struct list_head *m_list) argument
3909 if (!m_list)
3912 list_for_each_entry_safe(list_itr, tmp, m_list, list_entry) {
/linux-master/sound/soc/intel/skylake/
H A Dskl-topology.c891 struct skl_module_deferred_bind *m_list, *modules; local
911 m_list = kzalloc(sizeof(*m_list), GFP_KERNEL);
912 if (!m_list)
915 m_list->src = src;
916 m_list->dst = dst;
918 list_add(&m_list->node, &skl->bind_list);

Completed in 173 milliseconds