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

  /hardware/intel/img/psb_video/src/
psb_ws_driver.h 52 return &(containerOf(node, struct _PsbDrmValidateNode, base)->
psb_ws_driver.c 69 free(containerOf(node, struct _PsbDrmValidateNode, base));
87 containerOf(node, struct _PsbDrmValidateNode, base);
  /hardware/intel/common/libwsbm/src/
wsbm_util.h 10 #ifndef containerOf
11 #define containerOf(__item, __type, __field) \
74 containerOf(__item, __type, __field)
wsbm_driver.c 125 } *um = containerOf(m, union _PMutexConverter, wm);
137 } *uc = containerOf(c, union _PCondConverter, wc);
wsbm_ttmpool.c 100 return containerOf(dBuf->buf.pool, struct _TTMPool, pool);
106 return containerOf(buf, struct _TTMBuffer, buf);
115 struct _TTMPool *ttmPool = containerOf(pool, struct _TTMPool, pool);
166 struct _TTMPool *ttmPool = containerOf(pool, struct _TTMPool, pool);
455 struct _TTMPool *ttmPool = containerOf(pool, struct _TTMPool, pool);
536 struct _TTMPool *ttmPool = containerOf(pool, struct _TTMPool, pool);
wsbm_mallocpool.c 52 return containerOf(buf, struct _WsbmMallocBuffer, buf);
wsbm_userpool.c 111 return containerOf(buf->buf.pool, struct _WsbmUserPool, pool);
117 return containerOf(buf, struct _WsbmUserBuffer, buf);
207 struct _WsbmUserPool *p = containerOf(pool, struct _WsbmUserPool, pool);
585 struct _WsbmUserPool *p = containerOf(pool, struct _WsbmUserPool, pool);
614 struct _WsbmUserPool *p = containerOf(pool, struct _WsbmUserPool, pool);
wsbm_slabpool.c 194 return containerOf(pool, struct _WsbmSlabPool, pool);
206 return containerOf(buf, struct _WsbmSlabBuffer, storage);
  /hardware/intel/img/hwcomposer/ips/common/
WsbmWrapper.c 70 free(containerOf(node, struct PsbWsbmValidateNode, base));
81 containerOf(node, struct PsbWsbmValidateNode, base);

Completed in 62 milliseconds