htable_gc
struct htable_gc gc; /* gc workqueue */
struct htable_gc *gc;
gc = container_of(work, struct htable_gc, dwork.work);
mtype_gc_init(struct htable_gc *gc)
static void htable_gc(struct work_struct *work);
INIT_DEFERRABLE_WORK(&hinfo->gc_work, htable_gc);