Whamcloud - gitweb
LU-17814 utils: implement thread pool 92/57292/15
authorPatrick Farrell <pfarrell@whamcloud.com>
Wed, 4 Dec 2024 23:49:23 +0000 (18:49 -0500)
committerOleg Drokin <green@whamcloud.com>
Sat, 7 Jun 2025 22:55:36 +0000 (22:55 +0000)
commit23d9d6b1fb7de300541f39718ca4e3b1f1c5db57
tree017ee55ee3a394162dd191509958fdb8390e0db7
parent84889a19d18421354566c4d332f2193b40f09f7d
LU-17814 utils: implement thread pool

Implement thread pool for parallel find - still uses
regular find code to do the actual find.

Test-Parameters: trivial
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: If5ebd3b52b93fc54dd4ab86bd8dfe06c4dcc0c11
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/57292
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Marc Vef <mvef@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/include/lustre/lustreapi.h
lustre/utils/Makefile.am
lustre/utils/liblustreapi.c
lustre/utils/liblustreapi_pfind.c [new file with mode: 0644]
lustre/utils/lustreapi_internal.h