Home
last modified time | relevance | path

Searched refs:get_next (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.4/arch/x86/lib/
Dinsn.c26 #define get_next(t, insn) \ macro
211 op = get_next(insn_byte_t, insn); in insn_get_opcode()
231 op = get_next(insn_byte_t, insn); in insn_get_opcode()
263 mod = get_next(insn_byte_t, insn); in insn_get_modrm()
325 insn->sib.value = get_next(insn_byte_t, insn); in insn_get_sib()
376 insn->displacement.value = get_next(signed char, insn); in insn_get_displacement()
381 get_next(short, insn); in insn_get_displacement()
387 insn->displacement.value = get_next(int, insn); in insn_get_displacement()
404 insn->moffset1.value = get_next(short, insn); in __get_moffset()
408 insn->moffset1.value = get_next(int, insn); in __get_moffset()
[all …]
/Linux-v5.4/tools/arch/x86/lib/
Dinsn.c26 #define get_next(t, insn) \ macro
211 op = get_next(insn_byte_t, insn); in insn_get_opcode()
231 op = get_next(insn_byte_t, insn); in insn_get_opcode()
263 mod = get_next(insn_byte_t, insn); in insn_get_modrm()
325 insn->sib.value = get_next(insn_byte_t, insn); in insn_get_sib()
376 insn->displacement.value = get_next(signed char, insn); in insn_get_displacement()
381 get_next(short, insn); in insn_get_displacement()
387 insn->displacement.value = get_next(int, insn); in insn_get_displacement()
404 insn->moffset1.value = get_next(short, insn); in __get_moffset()
408 insn->moffset1.value = get_next(int, insn); in __get_moffset()
[all …]
/Linux-v5.4/drivers/staging/rtl8723bs/core/
Drtw_sta_mgt.c133 plist = get_next(phead); in kfree_all_stainfo()
137 plist = get_next(plist); in kfree_all_stainfo()
162 plist = get_next(phead); in _rtw_free_sta_priv()
167 plist = get_next(plist); in _rtw_free_sta_priv()
208 psta = LIST_CONTAINOR(get_next(&pfree_sta_queue->queue), struct sta_info, list); in rtw_alloc_stainfo()
418 plist = get_next(phead); in rtw_free_stainfo()
423 plist = get_next(plist); in rtw_free_stainfo()
498 plist = get_next(phead); in rtw_free_all_stainfo()
503 plist = get_next(plist); in rtw_free_all_stainfo()
536 plist = get_next(phead); in rtw_get_stainfo()
[all …]
Drtw_ap.c214 plist = get_next(phead); in expire_timeout_chk()
226 plist = get_next(plist); in expire_timeout_chk()
259 plist = get_next(phead); in expire_timeout_chk()
270 plist = get_next(plist); in expire_timeout_chk()
1349 plist = get_next(phead); in rtw_acl_add_sta()
1353 plist = get_next(plist); in rtw_acl_add_sta()
1415 plist = get_next(phead); in rtw_acl_remove_sta()
1419 plist = get_next(plist); in rtw_acl_remove_sta()
1921 plist = get_next(phead); in associated_clients_update()
1927 plist = get_next(plist); in associated_clients_update()
[all …]
Drtw_mlme.c159 plist = get_next(&(free_queue->queue)); in rtw_alloc_network()
259 plist = get_next(phead); in _rtw_find_network()
267 plist = get_next(plist); in _rtw_find_network()
289 plist = get_next(phead); in rtw_free_network_queue()
295 plist = get_next(plist); in rtw_free_network_queue()
449 plist = get_next(phead); in _rtw_find_same_network()
457 plist = get_next(plist); in _rtw_find_same_network()
476 plist = get_next(phead); in rtw_get_oldest_wlan_network()
490 plist = get_next(plist); in rtw_get_oldest_wlan_network()
602 plist = get_next(phead); in rtw_update_scanned_network()
[all …]
Drtw_xmit.c1687 plist = get_next(phead); in rtw_alloc_xmitbuf_ext()
1759 plist = get_next(phead); in rtw_alloc_xmitbuf()
1878 plist = get_next(phead); in rtw_alloc_xmitframe()
1906 plist = get_next(phead); in rtw_alloc_xmitframe_ext()
2012 plist = get_next(phead); in rtw_free_xmitframe_queue()
2018 plist = get_next(plist); in rtw_free_xmitframe_queue()
2559 plist = get_next(phead); in dequeue_xmitframes_to_sleeping_queue()
2564 plist = get_next(plist); in dequeue_xmitframes_to_sleeping_queue()
2645 xmitframe_plist = get_next(xmitframe_phead); in wakeup_sta_to_xmit()
2650 xmitframe_plist = get_next(xmitframe_plist); in wakeup_sta_to_xmit()
[all …]
Drtw_recv.c119 plist = get_next(phead); in _rtw_alloc_recvframe()
232 plist = get_next(phead); in rtw_free_recvframe_queue()
237 plist = get_next(plist); in rtw_free_recvframe_queue()
297 plist = get_next(phead); in rtw_dequeue_recvbuf()
1155 xmitframe_plist = get_next(xmitframe_phead); in validate_recv_ctrl_frame()
1160 xmitframe_plist = get_next(xmitframe_plist); in validate_recv_ctrl_frame()
1722 plist = get_next(phead); in recvframe_defrag()
1740 plist = get_next(plist); in recvframe_defrag()
1777 plist = get_next(plist); in recvframe_defrag()
2058 plist = get_next(phead); in enqueue_reorder_recvframe()
[all …]
Drtw_ioctl_set.c62 plist = get_next(phead); in rtw_do_join()
Drtw_mlme_ext.c4113 plist = get_next(phead); in issue_action_BSSCoexistPacket()
4125 plist = get_next(plist); in issue_action_BSSCoexistPacket()
5600 plist = get_next(phead); in _linked_info_dump()
5603 plist = get_next(plist); in _linked_info_dump()
6692 xmitframe_plist = get_next(xmitframe_phead); in chk_bmc_sleepq_hdl()
6697 xmitframe_plist = get_next(xmitframe_plist); in chk_bmc_sleepq_hdl()
Drtw_cmd.c289 obj = LIST_CONTAINOR(get_next(&(queue->queue)), struct cmd_obj, list); in _rtw_dequeue_cmd()
/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Drtl8723bs_xmit.c252 sta_plist = get_next(sta_phead); in xmit_xmitframes()
257 sta_plist = get_next(sta_plist); in xmit_xmitframes()
280 frame_plist = get_next(frame_phead); in xmit_xmitframes()
662 plist = get_next(phead); in rtl8723bs_free_xmit_priv()
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/
Dxmit_linux.c146 plist = get_next(phead); in rtw_mlcst2unicst()
152 plist = get_next(plist); in rtw_mlcst2unicst()
Dioctl_linux.c1158 pmlmepriv->pscanned = get_next(phead); in rtw_wx_set_wap()
1166 pmlmepriv->pscanned = get_next(pmlmepriv->pscanned); in rtw_wx_set_wap()
1448 plist = get_next(phead); in rtw_wx_get_scan()
1469 plist = get_next(plist); in rtw_wx_get_scan()
1552 pmlmepriv->pscanned = get_next(phead); in rtw_wx_set_essid()
1564 pmlmepriv->pscanned = get_next(pmlmepriv->pscanned); in rtw_wx_set_essid()
2481 plist = get_next(phead); in rtw_get_ap_info()
2513 plist = get_next(plist); in rtw_get_ap_info()
2856 plist = get_next(phead); in rtw_dbg_port()
2861 plist = get_next(plist); in rtw_dbg_port()
Dioctl_cfg80211.c1442 plist = get_next(phead); in rtw_cfg80211_surveydone_event_callback()
1461 plist = get_next(plist); in rtw_cfg80211_surveydone_event_callback()
2882 plist = get_next(phead); in cfg80211_rtw_del_station()
2889 plist = get_next(plist); in cfg80211_rtw_del_station()
2941 plist = get_next(phead); in rtw_sta_info_get_by_idx()
2947 plist = get_next(plist); in rtw_sta_info_get_by_idx()
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Dosdep_service_linux.h67 static inline struct list_head *get_next(struct list_head *list) in get_next() function
/Linux-v5.4/drivers/scsi/csiostor/
Dcsio_lnode.h81 uint8_t get_next:1; member
/Linux-v5.4/net/netfilter/
Dnfnetlink_log.c1033 static struct hlist_node *get_next(struct net *net, struct iter_state *st, in get_next() function
1058 while (pos && (head = get_next(net, st, head))) in get_idx()
1073 return get_next(seq_file_net(s), s->private, v); in seq_next()
Dnfnetlink_queue.c1426 static struct hlist_node *get_next(struct seq_file *seq, struct hlist_node *h) in get_next() function
1450 while (pos && (head = get_next(seq, head))) in get_idx()
1465 return get_next(s, v); in seq_next()
/Linux-v5.4/drivers/md/
Ddm-bufio.c1843 get_next: in do_global_cleanup()
1854 goto get_next; in do_global_cleanup()