/Linux-v4.19/tools/objtool/arch/x86/lib/ |
D | insn.c | 39 #define get_next(t, insn) \ macro 224 op = get_next(insn_byte_t, insn); in insn_get_opcode() 244 op = get_next(insn_byte_t, insn); in insn_get_opcode() 276 mod = get_next(insn_byte_t, insn); in insn_get_modrm() 338 insn->sib.value = get_next(insn_byte_t, insn); in insn_get_sib() 389 insn->displacement.value = get_next(signed char, insn); in insn_get_displacement() 394 get_next(short, insn); in insn_get_displacement() 400 insn->displacement.value = get_next(int, insn); in insn_get_displacement() 417 insn->moffset1.value = get_next(short, insn); in __get_moffset() 421 insn->moffset1.value = get_next(int, insn); in __get_moffset() [all …]
|
/Linux-v4.19/tools/perf/util/intel-pt-decoder/ |
D | insn.c | 39 #define get_next(t, insn) \ macro 224 op = get_next(insn_byte_t, insn); in insn_get_opcode() 244 op = get_next(insn_byte_t, insn); in insn_get_opcode() 276 mod = get_next(insn_byte_t, insn); in insn_get_modrm() 338 insn->sib.value = get_next(insn_byte_t, insn); in insn_get_sib() 389 insn->displacement.value = get_next(signed char, insn); in insn_get_displacement() 394 get_next(short, insn); in insn_get_displacement() 400 insn->displacement.value = get_next(int, insn); in insn_get_displacement() 417 insn->moffset1.value = get_next(short, insn); in __get_moffset() 421 insn->moffset1.value = get_next(int, insn); in __get_moffset() [all …]
|
/Linux-v4.19/arch/x86/lib/ |
D | insn.c | 39 #define get_next(t, insn) \ macro 224 op = get_next(insn_byte_t, insn); in insn_get_opcode() 244 op = get_next(insn_byte_t, insn); in insn_get_opcode() 276 mod = get_next(insn_byte_t, insn); in insn_get_modrm() 338 insn->sib.value = get_next(insn_byte_t, insn); in insn_get_sib() 389 insn->displacement.value = get_next(signed char, insn); in insn_get_displacement() 394 get_next(short, insn); in insn_get_displacement() 400 insn->displacement.value = get_next(int, insn); in insn_get_displacement() 417 insn->moffset1.value = get_next(short, insn); in __get_moffset() 421 insn->moffset1.value = get_next(int, insn); in __get_moffset() [all …]
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_sta_mgt.c | 134 plist = get_next(phead); in kfree_all_stainfo() 138 plist = get_next(plist); in kfree_all_stainfo() 163 plist = get_next(phead); in _rtw_free_sta_priv() 168 plist = get_next(plist); in _rtw_free_sta_priv() 210 psta = LIST_CONTAINOR(get_next(&pfree_sta_queue->queue), struct sta_info, list); in rtw_alloc_stainfo() 421 plist = get_next(phead); in rtw_free_stainfo() 426 plist = get_next(plist); in rtw_free_stainfo() 502 plist = get_next(phead); in rtw_free_all_stainfo() 507 plist = get_next(plist); in rtw_free_all_stainfo() 540 plist = get_next(phead); in rtw_get_stainfo() [all …]
|
D | rtw_ap.c | 230 plist = get_next(phead); in expire_timeout_chk() 243 plist = get_next(plist); in expire_timeout_chk() 280 plist = get_next(phead); in expire_timeout_chk() 292 plist = get_next(plist); in expire_timeout_chk() 1464 plist = get_next(phead); in rtw_acl_add_sta() 1469 plist = get_next(plist); in rtw_acl_add_sta() 1538 plist = get_next(phead); in rtw_acl_remove_sta() 1543 plist = get_next(plist); in rtw_acl_remove_sta() 2078 plist = get_next(phead); in associated_clients_update() 2085 plist = get_next(plist); in associated_clients_update() [all …]
|
D | rtw_xmit.c | 1687 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() 2561 plist = get_next(phead); in dequeue_xmitframes_to_sleeping_queue() 2566 plist = get_next(plist); in dequeue_xmitframes_to_sleeping_queue() 2647 xmitframe_plist = get_next(xmitframe_phead); in wakeup_sta_to_xmit() 2652 xmitframe_plist = get_next(xmitframe_plist); in wakeup_sta_to_xmit() [all …]
|
D | rtw_mlme.c | 158 plist = get_next(&(free_queue->queue)); in _rtw_alloc_network() 257 plist = get_next(phead); in _rtw_find_network() 265 plist = get_next(plist); in _rtw_find_network() 287 plist = get_next(phead); in _rtw_free_network_queue() 293 plist = get_next(plist); in _rtw_free_network_queue() 471 plist = get_next(phead); in _rtw_find_same_network() 479 plist = get_next(plist); in _rtw_find_same_network() 498 plist = get_next(phead); in rtw_get_oldest_wlan_network() 512 plist = get_next(plist); in rtw_get_oldest_wlan_network() 624 plist = get_next(phead); in rtw_update_scanned_network() [all …]
|
D | rtw_recv.c | 119 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() 1723 plist = get_next(phead); in recvframe_defrag() 1741 plist = get_next(plist); in recvframe_defrag() 1778 plist = get_next(plist); in recvframe_defrag() 2060 plist = get_next(phead); in enqueue_reorder_recvframe() [all …]
|
D | rtw_debug.c | 445 plist = phead ? get_next(phead) : NULL; in proc_get_survey_info() 482 plist = get_next(plist); in proc_get_survey_info() 1280 plist = get_next(phead); in proc_get_all_sta_info() 1285 plist = get_next(plist); in proc_get_all_sta_info()
|
D | rtw_ioctl_set.c | 69 plist = get_next(phead); in rtw_do_join()
|
D | rtw_mlme_ext.c | 4132 plist = get_next(phead); in issue_action_BSSCoexistPacket() 4144 plist = get_next(plist); in issue_action_BSSCoexistPacket() 5647 plist = get_next(phead); in _linked_info_dump() 5650 plist = get_next(plist); in _linked_info_dump() 6757 xmitframe_plist = get_next(xmitframe_phead); in chk_bmc_sleepq_hdl() 6762 xmitframe_plist = get_next(xmitframe_plist); in chk_bmc_sleepq_hdl()
|
D | rtw_cmd.c | 290 obj = LIST_CONTAINOR(get_next(&(queue->queue)), struct cmd_obj, list); in _rtw_dequeue_cmd()
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | rtl8723bs_xmit.c | 253 sta_plist = get_next(sta_phead); in xmit_xmitframes() 258 sta_plist = get_next(sta_plist); in xmit_xmitframes() 281 frame_plist = get_next(frame_phead); in xmit_xmitframes() 670 plist = get_next(phead); in rtl8723bs_free_xmit_priv()
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | xmit_linux.c | 146 plist = get_next(phead); in rtw_mlcst2unicst() 152 plist = get_next(plist); in rtw_mlcst2unicst()
|
D | ioctl_linux.c | 1166 pmlmepriv->pscanned = get_next(phead); in rtw_wx_set_wap() 1174 pmlmepriv->pscanned = get_next(pmlmepriv->pscanned); in rtw_wx_set_wap() 1456 plist = get_next(phead); in rtw_wx_get_scan() 1477 plist = get_next(plist); in rtw_wx_get_scan() 1560 pmlmepriv->pscanned = get_next(phead); in rtw_wx_set_essid() 1572 pmlmepriv->pscanned = get_next(pmlmepriv->pscanned); in rtw_wx_set_essid() 2491 plist = get_next(phead); in rtw_get_ap_info() 2523 plist = get_next(plist); in rtw_get_ap_info() 2877 plist = get_next(phead); in rtw_dbg_port() 2882 plist = get_next(plist); in rtw_dbg_port()
|
D | ioctl_cfg80211.c | 1444 plist = get_next(phead); in rtw_cfg80211_surveydone_event_callback() 1463 plist = get_next(plist); in rtw_cfg80211_surveydone_event_callback() 2918 plist = get_next(phead); in cfg80211_rtw_del_station() 2925 plist = get_next(plist); in cfg80211_rtw_del_station() 2977 plist = get_next(phead); in rtw_sta_info_get_by_idx() 2983 plist = get_next(plist); in rtw_sta_info_get_by_idx()
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | osdep_service_linux.h | 69 __inline static struct list_head *get_next(struct list_head *list) in get_next() function
|
/Linux-v4.19/drivers/scsi/csiostor/ |
D | csio_lnode.h | 81 uint8_t get_next:1; member
|
/Linux-v4.19/net/netfilter/ |
D | nfnetlink_log.c | 979 static struct hlist_node *get_next(struct net *net, struct iter_state *st, in get_next() function 1004 while (pos && (head = get_next(net, st, head))) in get_idx() 1019 return get_next(seq_file_net(s), s->private, v); in seq_next()
|
D | nfnetlink_queue.c | 1429 static struct hlist_node *get_next(struct seq_file *seq, struct hlist_node *h) in get_next() function 1453 while (pos && (head = get_next(seq, head))) in get_idx() 1468 return get_next(s, v); in seq_next()
|