Searched refs:htable_gc (Results 1 – 2 of 2) sorted by relevance
75 struct htable_gc { struct 293 struct htable_gc gc; /* gc workqueue */561 struct htable_gc *gc; in mtype_gc() 568 gc = container_of(work, struct htable_gc, dwork.work); in mtype_gc() 597 mtype_gc_init(struct htable_gc *gc) in mtype_gc_init() 76 dworkhtable_gc global() argument 77 sethtable_gc global() argument 78 regionhtable_gc global() argument
272 static void htable_gc(struct work_struct *work);350 INIT_DEFERRABLE_WORK(&hinfo->gc_work, htable_gc); in htable_create()381 static void htable_gc(struct work_struct *work) in htable_gc() function