Searched refs:MEMBER_VPTR (Results 1 – 2 of 2) sorted by relevance
634 if (!(p = MEMBER_VPTR(buf, [idx++]))) in print_cpus()644 if (!(p = MEMBER_VPTR(buf, [idx++]))) in print_cpus()
193 #define MEMBER_VPTR(base, member) (typeof((base) member) *) \ macro