Searched refs:destroyer (Results 1 – 5 of 5) sorted by relevance
/net/rxrpc/ |
D | ar-peer.c | 70 INIT_WORK(&peer->destroyer, &rxrpc_destroy_peer); in rxrpc_alloc_peer() 252 rxrpc_queue_work(&peer->destroyer); in rxrpc_put_peer() 262 container_of(work, struct rxrpc_peer, destroyer); in rxrpc_destroy_peer()
|
D | ar-local.c | 43 INIT_WORK(&local->destroyer, &rxrpc_destroy_local); in rxrpc_alloc_local() 240 rxrpc_queue_work(&local->destroyer); in rxrpc_put_local() 252 container_of(work, struct rxrpc_local, destroyer); in rxrpc_destroy_local()
|
D | ar-internal.h | 152 struct work_struct destroyer; /* endpoint destroyer */ member 176 struct work_struct destroyer; /* peer destroyer */ member 306 struct work_struct destroyer; /* call destroyer */ member
|
D | ar-call.c | 226 INIT_WORK(&call->destroyer, &rxrpc_destroy_call); in rxrpc_alloc_call() 822 rxrpc_queue_work(&call->destroyer); in __rxrpc_put_call() 847 rxrpc_queue_work(&call->destroyer); in rxrpc_cleanup_call() 900 container_of(work, struct rxrpc_call, destroyer); in rxrpc_destroy_call()
|
/net/netfilter/ipset/ |
D | ip_set_core.c | 327 typedef void (*destroyer)(void *); typedef 353 .destroy = (destroyer) ip_set_comment_free,
|