Searched refs:htable_gc (Results 1 – 2 of 2) sorted by relevance
74 struct htable_gc { struct292 struct htable_gc gc; /* gc workqueue */558 struct htable_gc *gc; in mtype_gc()565 gc = container_of(work, struct htable_gc, dwork.work); in mtype_gc()594 mtype_gc_init(struct htable_gc *gc) in mtype_gc_init()
273 static void htable_gc(struct work_struct *work);352 INIT_DEFERRABLE_WORK(&hinfo->gc_work, htable_gc); in htable_create()379 static void htable_gc(struct work_struct *work) in htable_gc() function