Searched refs:gc_list (Results 1 – 3 of 3) sorted by relevance
/net/core/ |
D | flow.c | 31 struct list_head gc_list; member 105 struct list_head gc_list; in flow_cache_gc_task() local 108 INIT_LIST_HEAD(&gc_list); in flow_cache_gc_task() 110 list_splice_tail_init(&flow_cache_gc_list, &gc_list); in flow_cache_gc_task() 113 list_for_each_entry_safe(fce, n, &gc_list, u.gc_list) in flow_cache_gc_task() 119 int deleted, struct list_head *gc_list) in flow_cache_queue_garbage() argument 124 list_splice_tail(gc_list, &flow_cache_gc_list); in flow_cache_queue_garbage() 136 LIST_HEAD(gc_list); in __flow_cache_shrink() 150 list_add_tail(&fle->u.gc_list, &gc_list); in __flow_cache_shrink() 155 flow_cache_queue_garbage(fcp, deleted, &gc_list); in __flow_cache_shrink() [all …]
|
/net/ipv4/ |
D | inetpeer.c | 70 static LIST_HEAD(gc_list); 133 list_replace_init(&gc_list, &list); in inetpeer_gc_worker() 139 list_for_each_entry_safe(p, n, &list, gc_list) { in inetpeer_gc_worker() 146 list_add_tail(&c->gc_list, &list); in inetpeer_gc_worker() 152 list_add_tail(&c->gc_list, &list); in inetpeer_gc_worker() 156 n = list_entry(p->gc_list.next, struct inet_peer, gc_list); in inetpeer_gc_worker() 159 list_del(&p->gc_list); in inetpeer_gc_worker() 168 list_splice(&list, &gc_list); in inetpeer_gc_worker() 517 INIT_LIST_HEAD(&p->gc_list); in inet_getpeer() 583 list_add_tail(&p->gc_list, &gc_list); in inetpeer_inval_rcu()
|
/net/xfrm/ |
D | xfrm_state.c | 372 struct hlist_head gc_list; in xfrm_state_gc_task() local 375 hlist_move_list(&net->xfrm.state_gc_list, &gc_list); in xfrm_state_gc_task() 378 hlist_for_each_entry_safe(x, tmp, &gc_list, gclist) in xfrm_state_gc_task()
|