Searched refs:_list (Results 1 – 4 of 4) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | heap.h | 96 HeapEntry** _list; 110 if (_list) { in ~HeapList() 129 free(_list); in HeapResize() 180 if (_list[pos]->HeapValueCmp(_list[pos/2]) < 0) in HeapUp() 183 _list[pos/2] = _list[pos]; in HeapUp() 212 if (_list[pos*2+1]->HeapValueCmp(_list[pos*2]) < 0) in HeapDown() 222 if (_list[pos]->HeapValueCmp(_list[min_son]) > 0) in HeapDown() 225 _list[min_son] = _list[pos]; in HeapDown() 269 _list[1] = _list[_count]; in HeapPop() 271 _list[_count] = 0; in HeapPop() [all …]
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | ecore_sp.h | 236 #define ECORE_LIST_INIT(_list) \ argument 238 (_list)->head = NULL; \ 239 (_list)->tail = NULL; \ 240 (_list)->cnt = 0; \ 244 #define ECORE_LIST_IS_LAST(_elem, _list) \ argument 245 (_elem == (_list)->tail) 248 #define ECORE_LIST_IS_EMPTY(_list) \ argument 249 ((_list)->cnt == 0) 253 (cast *)((_list)->head) 308 (_list)->head = (_list)->head->next; \ [all …]
|
| /f-stack/tools/libutil/ |
| H A D | libutil.h | 131 void properties_free(properties _list); 132 char *property_find(properties _list, const char *_name);
|
| /f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _libzfs_core.py | 1759 def _list(name, recurse=None, types=None): function 1841 result = next(_list(name, recurse=0)) 1894 for entry in _list(name, recurse=1, types=['filesystem', 'volume']): 1921 for entry in _list(name, recurse=1, types=['snapshot']):
|