summaryrefslogtreecommitdiffstats
path: root/src/crimson/os/alienstore/thread_pool.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: cache pthread namesPatrick Donnelly2024-10-251-1/+1
* crimson/os/alienstore: parse crimson_alien_thread_cpu_cores as a cpuset(7)Kefu Chai2022-11-031-4/+4
* crimson/alienstore: block SIGHUP to coexist with Seastar's signal handling.Radoslaw Zarzynski2021-05-071-0/+14
* crimson/os/alienstore: shard objectstore ops to threads by pgidXuehan Xu2021-03-171-13/+12
* crimson/os/alienstore: scatter alienstore's threads to different coresXuehan Xu2021-03-171-6/+11
* crimson/os: do not configure seastar allocator for alien threadsKefu Chai2020-11-091-2/+0
* crimson/os: pin the last cpu core for the alien worker threadsKefu Chai2020-07-021-2/+4
* crimson/os/alienstore: configure Seastar's memory allocator.Radoslaw Zarzynski2020-06-231-1/+2
* crimson: make ThreadPool specific to AlienStore.Radoslaw Zarzynski2020-06-181-0/+79