Home
last modified time | relevance | path

Searched hist:"8 ba6acbbe6995efcd12c375e1826d55e35a8bdc9" (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/safexcel/
H A Dsafexcel_var.hdiff 8ba6acbbe6995efcd12c375e1826d55e35a8bdc9 Fri Jan 08 19:32:04 CET 2021 Mark Johnston <markj@FreeBSD.org> safexcel: Stop using a stack buffer for the ring lock name

mtx_init() does not make a copy of the name so the buffer must be valid
for the lifetime of the driver instance. Store each ring's lock's name
in the ring structure.

MFC after: 3 days
Sponsored by: Rubicon Communications, LLC (Netgate)
H A Dsafexcel.cdiff 8ba6acbbe6995efcd12c375e1826d55e35a8bdc9 Fri Jan 08 19:32:04 CET 2021 Mark Johnston <markj@FreeBSD.org> safexcel: Stop using a stack buffer for the ring lock name

mtx_init() does not make a copy of the name so the buffer must be valid
for the lifetime of the driver instance. Store each ring's lock's name
in the ring structure.

MFC after: 3 days
Sponsored by: Rubicon Communications, LLC (Netgate)