Searched hist:"5040011 d073d3acdeb58af2b64f84e33bb03abd2" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/rxrpc/ |
H A D | conn_object.c | diff 5040011d073d3acdeb58af2b64f84e33bb03abd2 Wed Nov 02 05:24:29 CDT 2022 David Howells <dhowells@redhat.com> rxrpc: Make the local endpoint hold a ref on a connected call
Make the local endpoint and it's I/O thread hold a reference on a connected call until that call is disconnected. Without this, we're reliant on either the AF_RXRPC socket to hold a ref (which is dropped when the call is released) or a queued work item to hold a ref (the work item is being replaced with the I/O thread).
Signed-off-by: David Howells <dhowells@redhat.com> cc: Marc Dionne <marc.dionne@auristor.com> cc: linux-afs@lists.infradead.org
|
H A D | conn_client.c | diff 5040011d073d3acdeb58af2b64f84e33bb03abd2 Wed Nov 02 05:24:29 CDT 2022 David Howells <dhowells@redhat.com> rxrpc: Make the local endpoint hold a ref on a connected call
Make the local endpoint and it's I/O thread hold a reference on a connected call until that call is disconnected. Without this, we're reliant on either the AF_RXRPC socket to hold a ref (which is dropped when the call is released) or a queued work item to hold a ref (the work item is being replaced with the I/O thread).
Signed-off-by: David Howells <dhowells@redhat.com> cc: Marc Dionne <marc.dionne@auristor.com> cc: linux-afs@lists.infradead.org
|
H A D | call_object.c | diff 5040011d073d3acdeb58af2b64f84e33bb03abd2 Wed Nov 02 05:24:29 CDT 2022 David Howells <dhowells@redhat.com> rxrpc: Make the local endpoint hold a ref on a connected call
Make the local endpoint and it's I/O thread hold a reference on a connected call until that call is disconnected. Without this, we're reliant on either the AF_RXRPC socket to hold a ref (which is dropped when the call is released) or a queued work item to hold a ref (the work item is being replaced with the I/O thread).
Signed-off-by: David Howells <dhowells@redhat.com> cc: Marc Dionne <marc.dionne@auristor.com> cc: linux-afs@lists.infradead.org
|
/openbmc/linux/include/trace/events/ |
H A D | rxrpc.h | diff 5040011d073d3acdeb58af2b64f84e33bb03abd2 Wed Nov 02 05:24:29 CDT 2022 David Howells <dhowells@redhat.com> rxrpc: Make the local endpoint hold a ref on a connected call
Make the local endpoint and it's I/O thread hold a reference on a connected call until that call is disconnected. Without this, we're reliant on either the AF_RXRPC socket to hold a ref (which is dropped when the call is released) or a queued work item to hold a ref (the work item is being replaced with the I/O thread).
Signed-off-by: David Howells <dhowells@redhat.com> cc: Marc Dionne <marc.dionne@auristor.com> cc: linux-afs@lists.infradead.org
|