| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/ |
| H A D | wifiview.cpp | 141 if(list == m_list) in setData() 146 m_list = list; in setData() 166 QList<ScanInfo> list = m_list; in lostConnectHoseap() 176 return m_list.size(); in rowCount() 185 if (index.row() >= m_list.size() || index.row() < 0) in data() 189 ScanInfo d =m_list[index.row()]; in data() 205 return m_fixCount< m_list.size(); in canFetchMore() 211 int remainder = m_list.size() - m_fixCount; in fetchMore()
|
| H A D | wifiview.h | 37 QList<ScanInfo> m_list;
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fs_pin.c | 13 hlist_del_init(&pin->m_list); in pin_remove() 26 hlist_add_head(&pin->m_list, &real_mount(m)->mnt_pins); in pin_insert() 81 pin_kill(hlist_entry(p, struct fs_pin, m_list)); in mnt_pin_kill()
|
| H A D | mount.h | 36 struct hlist_head m_list; member
|
| H A D | namespace.c | 756 INIT_HLIST_HEAD(&new->m_list); in get_mountpoint() 774 BUG_ON(!hlist_empty(&mp->m_list)); in __put_mountpoint() 853 hlist_add_head(&child_mnt->mnt_mp_list, &mp->m_list); in mnt_set_mountpoint() 1677 while (!hlist_empty(&mp->m_list)) { in __detach_mounts() 1678 mnt = hlist_entry(mp->m_list.first, struct mount, mnt_mp_list); in __detach_mounts()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fs_pin.h | 8 struct hlist_node m_list; member 18 INIT_HLIST_NODE(&p->m_list); in init_fs_pin()
|
| H A D | msg.h | 10 struct list_head m_list; member
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/4g/ |
| H A D | m4gwidget.cpp | 35 foreach (M4GModel m, m_list) { in initUi() 53 foreach (M4GModel m, m_list) { in initUi() 97 m_list << m; in loadData()
|
| H A D | m4gwidget.h | 50 QList<M4GModel> m_list; variable
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/ |
| H A D | keyboard.h | 36 QStringList m_list; variable
|
| H A D | keyboard.cpp | 388 m_list = QStringList(candList); in textChose() 389 m_bar->setStringList(m_list, pinyin->pinyinString(false)); in textChose()
|
| /OK3568_Linux_fs/kernel/ipc/ |
| H A D | mqueue.c | 231 list_add_tail(&msg->m_list, &leaf->msg_list); in msg_insert() 281 struct msg_msg, m_list); in msg_get() 282 list_del(&msg->m_list); in msg_get() 528 list_add_tail(&msg->m_list, &tmp_msg); in mqueue_evict_inode() 532 list_for_each_entry_safe(msg, nmsg, &tmp_msg, m_list) { in mqueue_evict_inode() 533 list_del(&msg->m_list); in mqueue_evict_inode()
|
| H A D | msg.c | 287 list_for_each_entry_safe(msg, t, &msq->q_messages, m_list) { in freeque() 935 list_add_tail(&msg->m_list, &msq->q_messages); in do_msgsnd() 1073 list_for_each_entry(msg, &msq->q_messages, m_list) { in find_msg() 1157 list_del(&msg->m_list); in do_msgrcv()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/ |
| H A D | ice_switch.c | 1615 enum ice_status ice_add_mac(struct ice_hw *hw, struct list_head *m_list) in ice_add_mac() argument 1627 if (!m_list || !hw) in ice_add_mac() 1633 list_for_each_entry(m_list_itr, m_list, list_entry) { in ice_add_mac() 1690 list_for_each_entry(m_list_itr, m_list, list_entry) { in ice_add_mac() 1722 list_for_each_entry(m_list_itr, m_list, list_entry) { in ice_add_mac() 2147 enum ice_status ice_remove_mac(struct ice_hw *hw, struct list_head *m_list) in ice_remove_mac() argument 2152 if (!m_list) in ice_remove_mac() 2156 list_for_each_entry_safe(list_itr, tmp, m_list, list_entry) { in ice_remove_mac()
|
| H A D | ice_switch.h | 228 ice_add_vlan(struct ice_hw *hw, struct list_head *m_list);
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/dropbear/dropbear/ |
| H A D | CVE-2021-36369.patch | 132 m_list * remotefwds;
|
| /OK3568_Linux_fs/kernel/sound/soc/intel/skylake/ |
| H A D | skl-topology.c | 924 struct skl_module_deferred_bind *m_list, *modules; in skl_tplg_module_add_deferred_bind() local 944 m_list = kzalloc(sizeof(*m_list), GFP_KERNEL); in skl_tplg_module_add_deferred_bind() 945 if (!m_list) in skl_tplg_module_add_deferred_bind() 948 m_list->src = src; in skl_tplg_module_add_deferred_bind() 949 m_list->dst = dst; in skl_tplg_module_add_deferred_bind() 951 list_add(&m_list->node, &skl->bind_list); in skl_tplg_module_add_deferred_bind()
|