Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Drx.c923 * rx_roq_refcount, hence memory allocated must be destroyed when
924 * rx_roq_refcount becomes zero. This routine gets executed when
925 * rx_roq_refcount becomes zero.
931 = container_of(ref, struct i2400m, rx_roq_refcount); in i2400m_rx_roq_destroy()
1038 kref_get(&i2400m->rx_roq_refcount); in i2400m_rx_edata()
1069 kref_put(&i2400m->rx_roq_refcount, i2400m_rx_roq_destroy); in i2400m_rx_edata()
1372 kref_init(&i2400m->rx_roq_refcount); in i2400m_rx_setup()
1390 kref_put(&i2400m->rx_roq_refcount, i2400m_rx_roq_destroy); in i2400m_rx_release()
H A Di2400m.h419 * @rx_lock: spinlock to protect RX members and rx_roq_refcount.
443 * @rx_roq_refcount: refcount rx_roq. This refcounts any access to
445 * is being accessed. rx_roq_refcount is protected by rx_lock.
609 /* protect RX state and rx_roq_refcount */
614 struct kref rx_roq_refcount; /* refcount access to rx_roq */ member

Completed in 4 milliseconds