HomeSort by relevance Sort by last modified time
    Searched refs:WSBMLISTENTRY (Results 1 - 6 of 6) sorted by null

  /hardware/intel/common/libwsbm/src/
wsbm_mm.c 60 entry = WSBMLISTENTRY(tail_node, struct _WsbmMMNode, ml_entry);
75 entry = WSBMLISTENTRY(tail_node, struct _WsbmMMNode, ml_entry);
183 WSBMLISTENTRY(cur_head->prev, struct _WsbmMMNode, ml_entry);
191 WSBMLISTENTRY(cur_head->next, struct _WsbmMMNode, ml_entry);
229 entry = WSBMLISTENTRY(list, struct _WsbmMMNode, fl_entry);
279 entry = WSBMLISTENTRY(bnode, struct _WsbmMMNode, fl_entry);
wsbm_util.h 73 #define WSBMLISTENTRY(__item, __type, __field) \
wsbm_manager.c 163 node = WSBMLISTENTRY(l, struct _ValidateNode, head);
204 node = WSBMLISTENTRY(l, struct _ValidateNode, head);
216 node = WSBMLISTENTRY(l, struct _ValidateNode, head);
247 node = WSBMLISTENTRY(l, struct _ValidateNode, head);
311 node = WSBMLISTENTRY(l, struct _ValidateNode, head);
1074 node = WSBMLISTENTRY(l, struct _ValidateNode, hashHead);
1309 return WSBMLISTENTRY(l, struct _ValidateNode, head);
wsbm_slabpool.c 262 kbo = WSBMLISTENTRY(list, struct _WsbmSlabKernelBO, timeoutHead);
339 kboTmp = WSBMLISTENTRY(list, struct _WsbmSlabKernelBO, head);
552 slab = WSBMLISTENTRY(list, struct _WsbmSlab, head);
612 sBuf = WSBMLISTENTRY(list, struct _WsbmSlabBuffer, head);
674 slab = WSBMLISTENTRY(list, struct _WsbmSlab, head);
682 buf = WSBMLISTENTRY(list, struct _WsbmSlabBuffer, head);
1105 sBuf = WSBMLISTENTRY(list, struct _WsbmSlabBuffer, head);
wsbm_userpool.c 172 vBuf = WSBMLISTENTRY(list, struct _WsbmUserBuffer, lru);
393 vBuf = WSBMLISTENTRY(list, struct _WsbmUserBuffer, delayed);
wsbm_fencemgr.c 198 entry = WSBMLISTENTRY(list, struct _WsbmFenceObject, head);

Completed in 88 milliseconds