Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/lib/
Dinsn.c28 #define get_next(t, insn) \ macro
245 op = get_next(insn_byte_t, insn); in insn_get_opcode()
265 op = get_next(insn_byte_t, insn); in insn_get_opcode()
297 mod = get_next(insn_byte_t, insn); in insn_get_modrm()
359 insn->sib.value = get_next(insn_byte_t, insn); in insn_get_sib()
410 insn->displacement.value = get_next(signed char, insn); in insn_get_displacement()
415 get_next(short, insn); in insn_get_displacement()
421 insn->displacement.value = get_next(int, insn); in insn_get_displacement()
438 insn->moffset1.value = get_next(short, insn); in __get_moffset()
442 insn->moffset1.value = get_next(int, insn); in __get_moffset()
[all …]
/Linux-v5.10/tools/arch/x86/lib/
Dinsn.c28 #define get_next(t, insn) \ macro
245 op = get_next(insn_byte_t, insn); in insn_get_opcode()
265 op = get_next(insn_byte_t, insn); in insn_get_opcode()
297 mod = get_next(insn_byte_t, insn); in insn_get_modrm()
359 insn->sib.value = get_next(insn_byte_t, insn); in insn_get_sib()
410 insn->displacement.value = get_next(signed char, insn); in insn_get_displacement()
415 get_next(short, insn); in insn_get_displacement()
421 insn->displacement.value = get_next(int, insn); in insn_get_displacement()
438 insn->moffset1.value = get_next(short, insn); in __get_moffset()
442 insn->moffset1.value = get_next(int, insn); in __get_moffset()
[all …]
/Linux-v5.10/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()
207 psta = LIST_CONTAINOR(get_next(&pfree_sta_queue->queue), struct sta_info, list); in rtw_alloc_stainfo()
415 plist = get_next(phead); in rtw_free_stainfo()
420 plist = get_next(plist); in rtw_free_stainfo()
495 plist = get_next(phead); in rtw_free_all_stainfo()
500 plist = get_next(plist); in rtw_free_all_stainfo()
533 plist = get_next(phead); in rtw_get_stainfo()
[all …]
Drtw_ap.c215 plist = get_next(phead); in expire_timeout_chk()
228 plist = get_next(plist); in expire_timeout_chk()
261 plist = get_next(phead); in expire_timeout_chk()
272 plist = get_next(plist); in expire_timeout_chk()
1351 plist = get_next(phead); in rtw_acl_add_sta()
1355 plist = get_next(plist); in rtw_acl_add_sta()
1417 plist = get_next(phead); in rtw_acl_remove_sta()
1421 plist = get_next(plist); in rtw_acl_remove_sta()
1923 plist = get_next(phead); in associated_clients_update()
1929 plist = get_next(plist); in associated_clients_update()
[all …]
Drtw_mlme.c158 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()
439 plist = get_next(phead); in _rtw_find_same_network()
447 plist = get_next(plist); in _rtw_find_same_network()
465 plist = get_next(phead); in rtw_get_oldest_wlan_network()
479 plist = get_next(plist); in rtw_get_oldest_wlan_network()
587 plist = get_next(phead); in rtw_update_scanned_network()
[all …]
Drtw_xmit.c1562 plist = get_next(phead); in rtw_alloc_xmitbuf_ext()
1629 plist = get_next(phead); in rtw_alloc_xmitbuf()
1744 plist = get_next(phead); in rtw_alloc_xmitframe()
1772 plist = get_next(phead); in rtw_alloc_xmitframe_ext()
1877 plist = get_next(phead); in rtw_free_xmitframe_queue()
1882 plist = get_next(plist); in rtw_free_xmitframe_queue()
2332 plist = get_next(phead); in dequeue_xmitframes_to_sleeping_queue()
2337 plist = get_next(plist); in dequeue_xmitframes_to_sleeping_queue()
2407 xmitframe_plist = get_next(xmitframe_phead); in wakeup_sta_to_xmit()
2412 xmitframe_plist = get_next(xmitframe_plist); in wakeup_sta_to_xmit()
[all …]
Drtw_recv.c117 plist = get_next(phead); in _rtw_alloc_recvframe()
230 plist = get_next(phead); in rtw_free_recvframe_queue()
235 plist = get_next(plist); in rtw_free_recvframe_queue()
295 plist = get_next(phead); in rtw_dequeue_recvbuf()
1153 xmitframe_plist = get_next(xmitframe_phead); in validate_recv_ctrl_frame()
1158 xmitframe_plist = get_next(xmitframe_plist); in validate_recv_ctrl_frame()
1717 plist = get_next(phead); in recvframe_defrag()
1735 plist = get_next(plist); in recvframe_defrag()
1770 plist = get_next(plist); in recvframe_defrag()
2051 plist = get_next(phead); in enqueue_reorder_recvframe()
[all …]
Drtw_ioctl_set.c62 plist = get_next(phead); in rtw_do_join()
Drtw_mlme_ext.c4114 plist = get_next(phead); in issue_action_BSSCoexistPacket()
4126 plist = get_next(plist); in issue_action_BSSCoexistPacket()
5604 plist = get_next(phead); in _linked_info_dump()
5607 plist = get_next(plist); in _linked_info_dump()
6697 xmitframe_plist = get_next(xmitframe_phead); in chk_bmc_sleepq_hdl()
6702 xmitframe_plist = get_next(xmitframe_plist); in chk_bmc_sleepq_hdl()
Drtw_cmd.c291 obj = LIST_CONTAINOR(get_next(&(queue->queue)), struct cmd_obj, list); in _rtw_dequeue_cmd()
/Linux-v5.10/arch/powerpc/include/asm/
Dsecvar.h19 int (*get_next)(const char *key, uint64_t *key_len, member
/Linux-v5.10/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()
661 plist = get_next(phead); in rtl8723bs_free_xmit_priv()
/Linux-v5.10/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()
2475 plist = get_next(phead); in rtw_get_ap_info()
2507 plist = get_next(plist); in rtw_get_ap_info()
2852 plist = get_next(phead); in rtw_dbg_port()
2857 plist = get_next(plist); in rtw_dbg_port()
Dioctl_cfg80211.c1414 plist = get_next(phead); in rtw_cfg80211_surveydone_event_callback()
1433 plist = get_next(plist); in rtw_cfg80211_surveydone_event_callback()
2854 plist = get_next(phead); in cfg80211_rtw_del_station()
2861 plist = get_next(plist); in cfg80211_rtw_del_station()
2913 plist = get_next(phead); in rtw_sta_info_get_by_idx()
2919 plist = get_next(plist); in rtw_sta_info_get_by_idx()
/Linux-v5.10/arch/powerpc/platforms/powernv/
Dopal-secvar.c106 .get_next = opal_get_next_variable,
/Linux-v5.10/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.10/arch/powerpc/kernel/
Dsecvar-sysfs.c176 rc = secvar_ops->get_next(name, &namesize, NAME_MAX_SIZE); in secvar_sysfs_load()
/Linux-v5.10/drivers/scsi/csiostor/
Dcsio_lnode.h81 uint8_t get_next:1; member
/Linux-v5.10/net/netfilter/
Dnfnetlink_log.c1032 static struct hlist_node *get_next(struct net *net, struct iter_state *st, in get_next() function
1057 while (pos && (head = get_next(net, st, head))) in get_idx()
1072 return get_next(seq_file_net(s), s->private, v); in seq_next()
Dnfnetlink_queue.c1418 static struct hlist_node *get_next(struct seq_file *seq, struct hlist_node *h) in get_next() function
1442 while (pos && (head = get_next(seq, head))) in get_idx()
1457 return get_next(s, v); in seq_next()
/Linux-v5.10/fs/
Dio-wq.c538 get_next: in io_worker_handle_work()
591 goto get_next; in io_worker_handle_work()
/Linux-v5.10/drivers/md/
Ddm-bufio.c1950 get_next: in do_global_cleanup()
1961 goto get_next; in do_global_cleanup()