OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pque
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/wl1271/utils/
queue.c
139
TQueue *
pQue
;
142
pQue
= os_memoryAlloc (hOs, sizeof(TQueue));
144
if (!
pQue
)
150
os_memoryZero (hOs,
pQue
, sizeof(TQueue));
153
pQue
->tHead.pNext =
pQue
->tHead.pPrev = &
pQue
->tHead;
156
pQue
->hOs = hOs;
157
pQue
->hReport = hReport;
158
pQue
->uLimit = uLimit
[
all
...]
/system/wlan/ti/wilink_6_1/utils/
queue.c
139
TQueue *
pQue
;
142
pQue
= os_memoryAlloc (hOs, sizeof(TQueue));
144
if (!
pQue
)
150
os_memoryZero (hOs,
pQue
, sizeof(TQueue));
153
pQue
->tHead.pNext =
pQue
->tHead.pPrev = &
pQue
->tHead;
156
pQue
->hOs = hOs;
157
pQue
->hReport = hReport;
158
pQue
->uLimit = uLimit
[
all
...]
Completed in 460 milliseconds