mariadb/storage/innobase/buf
Daniel Black a48c1b89c8 MDEV-24670 memory pressure - eventfd rather than pipe
Eventfds have a simplier interface and are one file
descriptor rather than two.

Reuse the patten of the accepting socket connections
by testing for abort after a poll returns. This way
the same event descriptor can be used for Quit
and debugging trigger.

Also correct the registration of mem pressure file
descriptors.
2023-11-23 18:39:38 +11:00
..
buf0block_hint.cc
buf0buddy.cc
buf0buf.cc MDEV-24670 memory pressure - eventfd rather than pipe 2023-11-23 18:39:38 +11:00
buf0checksum.cc
buf0dblwr.cc
buf0dump.cc
buf0flu.cc
buf0lru.cc
buf0rea.cc