Lines Matching refs:gc_list
32 struct list_head gc_list; member
85 struct list_head gc_list; in flow_cache_gc_task() local
90 INIT_LIST_HEAD(&gc_list); in flow_cache_gc_task()
92 list_splice_tail_init(&xfrm->flow_cache_gc_list, &gc_list); in flow_cache_gc_task()
95 list_for_each_entry_safe(fce, n, &gc_list, u.gc_list) in flow_cache_gc_task()
100 int deleted, struct list_head *gc_list, in flow_cache_queue_garbage() argument
106 list_splice_tail(gc_list, &xfrm->flow_cache_gc_list); in flow_cache_queue_garbage()
118 LIST_HEAD(gc_list); in __flow_cache_shrink()
134 list_add_tail(&fle->u.gc_list, &gc_list); in __flow_cache_shrink()
139 flow_cache_queue_garbage(fcp, deleted, &gc_list, xfrm); in __flow_cache_shrink()
288 LIST_HEAD(gc_list); in flow_cache_flush_tasklet()
302 list_add_tail(&fle->u.gc_list, &gc_list); in flow_cache_flush_tasklet()
306 flow_cache_queue_garbage(fcp, deleted, &gc_list, xfrm); in flow_cache_flush_tasklet()