OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pool_list
(Results
1 - 3
of
3
) sorted by null
/system/nfc/src/gki/common/
gki_buffer.cc
95
Q = &p_cb->freeq[p_cb->
pool_list
[id]];
212
/* add pools to the
pool_list
which is arranged in the order of size */
214
p_cb->
pool_list
[i] = i;
267
if (size <= p_cb->freeq[p_cb->
pool_list
[i]].size) break;
282
if (((uint16_t)1 << p_cb->
pool_list
[i]) & p_cb->pool_access_mask) continue;
284
Q = &p_cb->freeq[p_cb->
pool_list
[i]];
937
if (p_cb->freeq[pool_id].size <= p_cb->freeq[p_cb->
pool_list
[i]].size)
943
p_cb->
pool_list
[j] = p_cb->
pool_list
[j - 1];
946
p_cb->
pool_list
[i] = pool_id
[
all
...]
gki_common.h
256
uint8_t
pool_list
[GKI_NUM_TOTAL_BUF_POOLS]; /* buffer pools arranged in the
member in struct:__anon3238
/external/iproute2/devlink/
devlink.c
2160
struct list_head
pool_list
;
member in struct:occ_port
[
all
...]
Completed in 215 milliseconds