subr_thmap.c | 220 typedef struct thmap_gc thmap_gc_t; 221 struct thmap_gc { struct 264 const size_t alloclen = offsetof(struct thmap_gc, data[len]); 278 const size_t alloclen = offsetof(struct thmap_gc, data[len]); 280 thmap_gc_t *const gc = container_of(ptr, struct thmap_gc, data[0]); 967 gc = container_of(ptr, struct thmap_gc, data[0]); 991 thmap_gc(thmap_t *thmap, void *ref) function in typeref:typename:void 1061 thmap_gc(thmap, ref);
|