Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:HLIST_FIRST
(Results
1 - 13
of
13
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H
A
D
timing_wheel.c
51
hourNode =
HLIST_FIRST
(&hourHand->slotList[tmpIndex]);
in FillpTimingWheelHandHourTick()
73
tmpNode =
HLIST_FIRST
(&wheel->hourCycleList);
in FillpTimingWheelHandHourTick()
80
tmpNode =
HLIST_FIRST
(&wheel->hourCycleList);
in FillpTimingWheelHandHourTick()
102
minNode =
HLIST_FIRST
(&minHand->slotList[tmpIndex]);
in FillpTimingWheelHandMinTick()
144
secNode =
HLIST_FIRST
(&secHand->slotList[tmpIndex]);
in FillpTimingWheelHandSecTick()
307
node =
HLIST_FIRST
(&ftWheel->curCbList);
in FillpTimingWheelLoopCheck()
314
node =
HLIST_FIRST
(&ftWheel->curCbList);
in FillpTimingWheelLoopCheck()
H
A
D
dympool.c
84
node =
HLIST_FIRST
(&pool->mlist);
in DympDestroyPool()
H
A
D
socket_common.c
65
epNode =
HLIST_FIRST
(&sock->epTaskList);
in EpollEventCallback()
H
A
D
spunge_message.c
673
node =
HLIST_FIRST
(&sock->epTaskList);
in SpungeHandleMsgClose()
780
pcbNode =
HLIST_FIRST
(&SPUNGE_GET_CUR_INSTANCE()->pcbList.list);
in SpungeHandleMsgSetNackDelay()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H
A
D
hlist.h
51
#define
HLIST_FIRST
(_list) ((_list)->head.next)
macro
55
for ((_pos) =
HLIST_FIRST
(list); ((_pos) != FILLP_NULL_PTR) && ((_next) = (_pos)->next, FILLP_TRUE); \
129
ret =
HLIST_FIRST
(list);
in HlistPopHead()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H
A
D
sysio_udp.c
213
struct HlistNode *node =
HLIST_FIRST
(&g_udpIo.listenPcbList);
in SysioFreeSocketUdp()
402
node =
HLIST_FIRST
(pcbHashList);
in SysioRemovePcbUdp()
498
node =
HLIST_FIRST
(&g_udpIo.listenPcbList);
in SysioGetListenSocketByOssock()
519
node =
HLIST_FIRST
(list);
in SysioGetPcbFromRemoteaddrUdp()
H
A
D
spunge_core.c
1118
pcbNode =
HLIST_FIRST
(&inst->pcbList.list);
in FillpCalculateFairness()
1151
pcbNode =
HLIST_FIRST
(&inst->pcbList.list);
in FillpCalculateFairness()
1201
node =
HLIST_FIRST
(nackList);
in FillpCheckPcbNackListToSend()
1353
struct HlistNode *fpcbNode =
HLIST_FIRST
(&(stb->tbFpcbLists));
in SpungeClearItemWaitTokenList()
1386
stb->fpcbCur =
HLIST_FIRST
(&(stb->tbFpcbLists));
in SpungeClearItemWaitTokenList()
1412
fpcbNode =
HLIST_FIRST
(&(stb->tbFpcbLists));
in SpungeCheckItemWaitTokenList()
1507
node =
HLIST_FIRST
(&(stb->tbFpcbLists));
in SpungeTokenBucketDelFpcb()
1534
osSockNode =
HLIST_FIRST
(&inst->osSockist);
in SpinstLoopRecv()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H
A
D
fillp_common.c
47
struct HlistNode *pos =
HLIST_FIRST
(list);
in FillpDelPktSeqHashItem()
83
while (
HLIST_FIRST
(list) != FILLP_NULL_PTR) {
in FillpMoveOneNode()
84
struct FillpPcbItem *item = FillpPcbEntry(
HLIST_FIRST
(list));
in FillpMoveOneNode()
94
HlistDelete(list,
HLIST_FIRST
(list));
in FillpMoveOneNode()
275
HlistDelete(tempCtl,
HLIST_FIRST
(tempCtl));
in FreeUnackList()
328
while (
HLIST_FIRST
(tempCtl) != FILLP_NULL_PTR) {
in FillpAckUnackList()
329
struct FillpPcbItem *item = FillpPcbEntry(
HLIST_FIRST
(tempCtl));
in FillpAckUnackList()
538
node =
HLIST_FIRST
(list);
in FillpCheckAndUpdateDelayNackList()
H
A
D
fillp_pcb.c
495
node =
HLIST_FIRST
(nackList);
in FillpPcbRemoveRecv()
563
node =
HLIST_FIRST
(&pcb->unSendList);
in FillpPcbFreeSendItemArray()
574
node =
HLIST_FIRST
(hashMap);
in FillpPcbFreeSendItemArray()
H
A
D
fillp_flow_control.c
141
pos =
HLIST_FIRST
(list);
in FillpAppLimitedStatus()
H
A
D
fillp_output.c
58
struct HlistNode *unsendNode =
HLIST_FIRST
(&sendPcb->unSendList);
in FillpGetSendItem()
H
A
D
fillp_input.c
359
struct HlistNode *pos =
HLIST_FIRST
(list);
in FillpGetSeqFromPktSeqHash()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H
A
D
epoll_app.c
251
node =
HLIST_FIRST
(&sock->epTaskList);
in EpRemove()
291
node =
HLIST_FIRST
(&ep->rdList);
in EpGetEventsAndSignal()
Completed in 13 milliseconds