Home
last modified time | relevance | path

Searched refs:freed_channels (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h411 * @freed_channels: Completion that will be signaled once @refcount becomes 0.
430 struct completion *freed_channels; member
H A Dib_srpt.c2052 if (atomic_dec_return(&sport->refcount) == 0 && sport->freed_channels) in srpt_drop_sport_ref()
2053 complete(sport->freed_channels); in srpt_drop_sport_ref()
2955 sport->freed_channels = &c; in srpt_release_sport()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h411 * @freed_channels: Completion that will be signaled once @refcount becomes 0.
430 struct completion *freed_channels; member
H A Dib_srpt.c2061 if (atomic_dec_return(&sport->refcount) == 0 && sport->freed_channels) in srpt_drop_sport_ref()
2062 complete(sport->freed_channels); in srpt_drop_sport_ref()
2963 sport->freed_channels = &c; in srpt_release_sport()

Completed in 12 milliseconds