Home
last modified time | relevance | path

Searched refs:rxrpc_destroy_call (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/net/rxrpc/
H A Dcall_object.c89 static void rxrpc_destroy_call(struct work_struct *);
151 INIT_WORK(&call->destroyer, rxrpc_destroy_call); in rxrpc_alloc_call()
681 static void rxrpc_destroy_call(struct work_struct *work) in rxrpc_destroy_call() function
728 rxrpc_destroy_call(&call->destroyer); in rxrpc_cleanup_call()
/kernel/linux/linux-5.10/net/rxrpc/
H A Dcall_object.c650 static void rxrpc_destroy_call(struct work_struct *work) in rxrpc_destroy_call() function
674 INIT_WORK(&call->processor, rxrpc_destroy_call); in rxrpc_rcu_destroy_call()
678 rxrpc_destroy_call(&call->processor); in rxrpc_rcu_destroy_call()

Completed in 2 milliseconds