ar-internal.h (f2a676d10038e8f3913dc576397b9c9efb190afd) ar-internal.h (f7fa52421f76309c574f2575701660bc3ea3a705)
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/* AF_RXRPC internal definitions
3 *
4 * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
5 * Written by David Howells (dhowells@redhat.com)
6 */
7
8#include <linux/atomic.h>

--- 93 unchanged lines hidden (view full) ---

102 atomic_t stat_rx_data_reqack;
103 atomic_t stat_rx_data_jumbo;
104
105 atomic_t stat_tx_ack_fill;
106 atomic_t stat_tx_ack_send;
107 atomic_t stat_tx_ack_skip;
108 atomic_t stat_tx_acks[256];
109 atomic_t stat_rx_acks[256];
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/* AF_RXRPC internal definitions
3 *
4 * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
5 * Written by David Howells (dhowells@redhat.com)
6 */
7
8#include <linux/atomic.h>

--- 93 unchanged lines hidden (view full) ---

102 atomic_t stat_rx_data_reqack;
103 atomic_t stat_rx_data_jumbo;
104
105 atomic_t stat_tx_ack_fill;
106 atomic_t stat_tx_ack_send;
107 atomic_t stat_tx_ack_skip;
108 atomic_t stat_tx_acks[256];
109 atomic_t stat_rx_acks[256];
110
111 atomic_t stat_why_req_ack[8];
110};
111
112/*
113 * Service backlog preallocation.
114 *
115 * This contains circular buffers of preallocated peers, connections and calls
116 * for incoming service calls and their head and tail pointers. This allows
117 * calls to be set up in the data_ready handler, thereby avoiding the need to

--- 1164 unchanged lines hidden ---
112};
113
114/*
115 * Service backlog preallocation.
116 *
117 * This contains circular buffers of preallocated peers, connections and calls
118 * for incoming service calls and their head and tail pointers. This allows
119 * calls to be set up in the data_ready handler, thereby avoiding the need to

--- 1164 unchanged lines hidden ---