diff options
| author | Jiri Slaby <[email protected]> | 2022-01-24 08:14:22 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-01-26 14:54:48 +0100 |
| commit | 4e2a44c1408b6a6a46122704511234f68cf012b8 (patch) | |
| tree | 8c74c1c2e7872e5cbb3ddb06a46a7647a4a96da0 /tools/perf/scripts/python | |
| parent | 702d10a0897744cff4e2f53d61c4fc49ac29551d (diff) | |
tty: add kfifo to tty_port
Define a kfifo inside struct tty_port. We use DECLARE_KFIFO_PTR and let
the preexisting tty_port::xmit_buf be also the buffer for the kfifo.
And handle the initialization/decomissioning along with xmit_buf, i.e.
in tty_port_alloc_xmit_buf() and tty_port_free_xmit_buf(), respectively.
This allows for kfifo use in drivers which opt-in, while others still
may use the old xmit_buf. mxser will be the first user in the next
few patches.
Signed-off-by: Jiri Slaby <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions