Home
last modified time | relevance | path

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

/openbmc/linux/net/rxrpc/
H A Dcall_object.c150 INIT_WORK(&call->destroyer, rxrpc_destroy_call); in rxrpc_alloc_call()
676 struct rxrpc_call *call = container_of(work, struct rxrpc_call, destroyer); in rxrpc_destroy_call()
719 schedule_work(&call->destroyer); in rxrpc_cleanup_call()
721 rxrpc_destroy_call(&call->destroyer); in rxrpc_cleanup_call()
H A Dar-internal.h629 struct work_struct destroyer; /* In-process-context destroyer */ member
/openbmc/linux/net/netfilter/ipset/
H A Dip_set_core.c400 typedef void (*destroyer)(struct ip_set *, void *); typedef