Home
last modified time | relevance | path

Searched refs:COMPLEX_OF (Results 1 – 1 of 1) sorted by relevance

/kernel/uniproton/src/core/kernel/include/
Dprt_list_external.h84 #define COMPLEX_OF(ptr, type, field) ((type *)((uintptr_t)(ptr) - OFFSET_OF_FIELD(type, field))) macro
87 #define LIST_COMPONENT(ptrOfList, typeOfList, fieldOfList) COMPLEX_OF(ptrOfList, typeOfList, fieldO…