Searched refs:destroyer (Results 1 – 4 of 4) sorted by relevance
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()
37 INIT_WORK(&local->destroyer, &rxrpc_destroy_local); in rxrpc_alloc_local()232 rxrpc_queue_work(&local->destroyer); in rxrpc_put_local()244 container_of(work, struct rxrpc_local, destroyer); in rxrpc_destroy_local()
152 struct work_struct destroyer; /* endpoint destroyer */ member174 struct work_struct destroyer; /* peer destroyer */ member304 struct work_struct destroyer; /* call destroyer */ member
77 INIT_WORK(&call->destroyer, &rxrpc_destroy_call); in rxrpc_alloc_call()628 rxrpc_queue_work(&call->destroyer); in __rxrpc_put_call()653 rxrpc_queue_work(&call->destroyer); in rxrpc_cleanup_call()703 container_of(work, struct rxrpc_call, destroyer); in rxrpc_destroy_call()