| /f-stack/app/micro_thread/ |
| H A D | mt_api.cpp | 133 NtfyObjMgr::Instance()->FreeNtfyObj(ntfy_obj); in mt_tcp_get_keep_conn() 141 ConnectionMgr::Instance()->FreeConnection(conn, true); in mt_tcp_get_keep_conn() 153 utime64_t start_ms = MtFrame::Instance()->GetLastClock(); in mt_tcp_check_recv() 221 utime64_t start_ms = MtFrame::Instance()->GetLastClock(); in mt_tcpsendrcv() 278 utime64_t start_ms = MtFrame::Instance()->GetLastClock(); in mt_tcpsendrcv_short() 503 MtFrame* mtframe = MtFrame::Instance(); in mt_exec_all_task() 580 return MtFrame::Instance()->InitFrame(); in mt_init_frame() 635 return MtFrame::Instance()->GetLastClock(); in mt_time_ms() 650 return MtFrame::Instance()->GetActiveThread(); in mt_active_thread() 655 MtFrame::Instance()->WaitNotify(ms); in mt_thread_wait() [all …]
|
| H A D | mt_notify.cpp | 59 MtFrame* frame = MtFrame::Instance(); in NotifyWriteWait() 108 MtFrame* frame = MtFrame::Instance(); in CreateSocket() 120 MtFrame* frame = MtFrame::Instance(); in CloseSocket() 182 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in InputNotify() 192 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in InputNotify() 209 MsgBuffPool::Instance()->FreeMsgBuf(msg); in InputNotify() 217 MtFrame* frame = MtFrame::Instance(); in InputNotify() 234 MtFrame* frame = MtFrame::Instance(); in HangupNotify() 248 MtFrame* frame = MtFrame::Instance(); in KqueueCtlAdd() 273 MtFrame* frame = MtFrame::Instance(); in KqueueCtlDel() [all …]
|
| H A D | micro_thread.cpp | 289 inline ScheduleObj* ScheduleObj::Instance() in Instance() function in ScheduleObj 301 MtFrame* frame = MtFrame::Instance(); in ScheduleThread() 307 MtFrame* frame = MtFrame::Instance(); in ScheduleGetTime() 321 MtFrame* frame = MtFrame::Instance(); in ScheduleSleep() 334 MtFrame* frame = MtFrame::Instance(); in SchedulePend() 347 MtFrame* frame = MtFrame::Instance(); in ScheduleUnpend() 360 MtFrame* frame = MtFrame::Instance(); in ScheduleReclaim() 372 MtFrame* frame = MtFrame::Instance(); in ScheduleStartRun() 505 inline MtFrame* MtFrame::Instance () in Instance() function in MtFrame 638 MtFrame* mtframe = MtFrame::Instance(); in CreateThread() [all …]
|
| H A D | mt_concurrent.cpp | 77 MtFrame* mtframe = MtFrame::Instance(); in mt_multi_netfd_poll() 152 utime64_t start_ms = MtFrame::Instance()->GetLastClock(); in mt_multi_open() 195 curr_ms = MtFrame::Instance()->GetLastClock(); in mt_multi_open() 228 utime64_t start_ms = MtFrame::Instance()->GetLastClock(); in mt_multi_sendto() 277 curr_ms = MtFrame::Instance()->GetLastClock(); in mt_multi_sendto() 311 utime64_t start_ms = MtFrame::Instance()->GetLastClock(); in mt_multi_recvfrom() 357 action->SetCost(MtFrame::Instance()->GetLastClock() - start_ms); in mt_multi_recvfrom() 361 curr_ms = MtFrame::Instance()->GetLastClock(); in mt_multi_recvfrom() 385 utime64_t start_ms = MtFrame::Instance()->GetLastClock(); in mt_multi_sendrcv_ex() 404 curr_ms = MtFrame::Instance()->GetLastClock(); in mt_multi_sendrcv_ex() [all …]
|
| H A D | mt_action.cpp | 51 ConnectionMgr::Instance()->FreeConnection(_conn, force_free); in Reset() 67 MtFrame* mtframe = MtFrame::Instance(); in InitConnEnv() 68 ConnectionMgr* connmgr = ConnectionMgr::Instance(); in InitConnEnv() 69 MsgBuffPool* msgmgr = MsgBuffPool::Instance(); in InitConnEnv() 70 NtfyObjMgr* ntfymgr = NtfyObjMgr::Instance(); in InitConnEnv() 71 SessionMgr* sessionmgr = SessionMgr::Instance(); in InitConnEnv()
|
| H A D | mt_net.cpp | 47 CNetMgr::Instance()->FreeNetItem(net_handler); in ~CNetHelper() 299 MtFrame* mtframe = MtFrame::Instance(); in WaitConnect() 347 MtFrame* mtframe = MtFrame::Instance(); in WaitSend() 387 MtFrame* mtframe = MtFrame::Instance(); in WaitRecv() 632 MtFrame* mtframe = MtFrame::Instance(); in RegistSession() 635 CNetMgr::Instance()->InsertNetItem(this); in RegistSession() 644 CNetMgr::Instance()->RemoveNetItem(this); in UnRegistSession() 705 frame = MtFrame::Instance(); in NotifyThread() 812 MtFrame::Instance()->KqueueDelObj(this); in Close() 1523 CNetMgr::Instance()->FreeSockLink(sock); in FreeSockLink() [all …]
|
| H A D | mt_connection.cpp | 50 NtfyObjMgr::Instance()->FreeNtfyObj(_ntfy_obj); in ~IMtConnection() 55 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in ~IMtConnection() 63 NtfyObjMgr::Instance()->FreeNtfyObj(_ntfy_obj); in Reset() 68 MsgBuffPool::Instance()->FreeMsgBuf(_msg_buff); in Reset() 414 CTimerMng* timer = MtFrame::Instance()->GetTimerMng(); in IdleAttach() 421 if (MtFrame::Instance()->KqueueAddObj(&_keep_ntfy)) in IdleAttach() 448 CTimerMng* timer = MtFrame::Instance()->GetTimerMng(); in IdleDetach() 454 if (MtFrame::Instance()->KqueueDelObj(&_keep_ntfy)) in IdleDetach() 469 ConnectionMgr::Instance()->CloseIdleTcpKeep(this); in timer_notify() 691 ConnectionMgr* ConnectionMgr::Instance (void) in Instance() function in ConnectionMgr
|
| H A D | micro_thread.h | 71 static ScheduleObj* Instance (void); 420 static MtFrame* Instance (void); 543 register NS_MICRO_THREAD::MtFrame *fm = NS_MICRO_THREAD::MtFrame::Instance(); \ 553 register NS_MICRO_THREAD::MtFrame *fm = NS_MICRO_THREAD::MtFrame::Instance(); \ 563 register NS_MICRO_THREAD::MtFrame *fm = NS_MICRO_THREAD::MtFrame::Instance(); \ 573 register NS_MICRO_THREAD::MtFrame *fm = NS_MICRO_THREAD::MtFrame::Instance(); \ 582 register NS_MICRO_THREAD::MtFrame *fm = NS_MICRO_THREAD::MtFrame::Instance(); \
|
| H A D | heap_timer.cpp | 55 utime64_t now_ms = MtFrame::Instance()->GetLastClock(); in start_timer() 82 utime64_t now = MtFrame::Instance()->GetLastClock(); in check_expired()
|
| H A D | mt_session.cpp | 34 SessionMgr* sessionmgr = SessionMgr::Instance(); in ~ISession() 41 SessionMgr* SessionMgr::Instance (void) in Instance() function in SessionMgr
|
| H A D | kqueue_proxy.cpp | 461 MtFrame* frame = MtFrame::Instance(); in InputNotify() 482 MtFrame* frame = MtFrame::Instance(); in OutputNotify() 492 MtFrame* frame = MtFrame::Instance(); in HangupNotify() 499 MtFrame* frame = MtFrame::Instance(); in KqueueCtlAdd() 527 MtFrame* frame = MtFrame::Instance(); in KqueueCtlDel()
|
| H A D | mt_session.h | 98 static SessionMgr* Instance (void);
|
| H A D | mt_mbuf_pool.cpp | 32 MsgBuffPool* MsgBuffPool::Instance (void) in Instance() function in MsgBuffPool
|
| H A D | mt_mbuf_pool.h | 190 static MsgBuffPool* Instance (void);
|
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | dttemplate.c | 186 UINT32 Instance); 678 UINT32 Instance) in DtEmitDefinitionBlock() argument 690 Signature, Signature, Instance, Signature, Instance); in DtEmitDefinitionBlock()
|
| /f-stack/freebsd/contrib/dev/acpica/components/tables/ |
| H A D | tbxface.c | 385 UINT32 Instance, in ACPI_EXPORT_SYMBOL_INIT() 410 if (++j < Instance) in ACPI_EXPORT_SYMBOL_INIT() 476 UINT32 Instance, in ACPI_EXPORT_SYMBOL() 512 if (++j < Instance) in ACPI_EXPORT_SYMBOL()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/slimbus/ |
| H A D | bus.txt | 13 Manufacturer ID, Product code, Device index, and Instance value for 24 - reg - Should be ('Device index', 'Instance ID') from SLIMbus 28 Instance ID Is for the cases where multiple Devices of the
|
| /f-stack/freebsd/contrib/device-tree/Bindings/spi/ |
| H A D | brcm,spi-bcm-qspi.txt | 27 "brcm,spi-brcmstb-mspi", "brcm,spi-bcm-qspi" : Second Instance of MSPI 29 "brcm,spi-bcm7425-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI 31 "brcm,spi-bcm7429-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI 33 "brcm,spi-bcm7435-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI 35 "brcm,spi-bcm7216-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI 37 "brcm,spi-bcm7278-qspi", "brcm,spi-bcm-qspi", "brcm,spi-brcmstb-mspi" : Second Instance of MSPI
|
| /f-stack/freebsd/contrib/edk2/Include/Library/ |
| H A D | DebugLib.h | 452 VOID *Instance; \ 455 if (!EFI_ERROR (gBS->LocateProtocol ((EFI_GUID *)Guid, NULL, &Instance))) { \ 459 if (!EFI_ERROR (gBS->HandleProtocol (Handle, (EFI_GUID *)Guid, &Instance))) { \
|
| /f-stack/freebsd/contrib/device-tree/Bindings/phy/ |
| H A D | st-spear-miphy.txt | 14 - phy-id: Instance id of the phy. Only required when there are multiple phys
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acpiosxf.h | 653 UINT32 Instance, 663 UINT32 *Instance,
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | event_ethernet_tx_adapter.rst | 31 Creating an Adapter Instance 59 Adding Tx Queues to the Adapter Instance 111 Starting the Adapter Instance
|
| /f-stack/freebsd/contrib/device-tree/Bindings/edac/ |
| H A D | apm-xgene-edac.txt | 31 - memory-controller : Instance number of the memory controller. 37 - pmd-controller : Instance number of the PMD controller.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mailbox/ |
| H A D | sti-mailbox.txt | 16 instance : Instance number
|
| /f-stack/app/redis-5.0.5/tests/cluster/tests/ |
| H A D | 05-slave-selection.tcl | 121 test {Instance #3, #6, #9, #12 and #15 synced with the master} {
|