Home
last modified time | relevance | path

Searched refs:destroyer (Results 1 – 5 of 5) sorted by relevance

/net/rxrpc/
Dar-peer.c70 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()
Dar-local.c43 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()
Dar-internal.h152 struct work_struct destroyer; /* endpoint destroyer */ member
176 struct work_struct destroyer; /* peer destroyer */ member
306 struct work_struct destroyer; /* call destroyer */ member
Dar-call.c226 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/
Dip_set_core.c327 typedef void (*destroyer)(void *); typedef
353 .destroy = (destroyer) ip_set_comment_free,