Searched refs:__containerof (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/rk2206/hardware/include/sys/ |
H A D | defs.h | 54 #ifndef __containerof 55 #define __containerof(ptr, type, field) \ macro 60 #define container_of(ptr, type, field) __containerof(ptr, type, field)
|
H A D | queue.h | 316 (STAILQ_EMPTY((head)) ? NULL : __containerof((head)->stqh_last, struct type, (field).stqe_next)) 462 NULL : __containerof((elm)->(field).le_prev, struct type, (field).le_next))
|
Completed in 2 milliseconds