Home
last modified time | relevance | path

Searched refs:max_threads (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/tools/tools/crypto/
H A Dcryptorun.sh21 max_threads=$2
24 while [ "$threads" -le "$max_threads" ]; do
/freebsd-12.1/cddl/compat/opensolaris/misc/
H A Dthread_pool.c225 tpool_create(uint_t min_threads, uint_t max_threads, uint_t linger, in tpool_create() argument
231 if (min_threads > max_threads || max_threads < 1) { in tpool_create()
246 tpool->tp_maximum = max_threads; in tpool_create()
/freebsd-12.1/sys/dev/drm2/radeon/
H A Drv770.c407 rdev->config.rv770.max_threads = 248; in rv770_gpu_init()
427 rdev->config.rv770.max_threads = 248; in rv770_gpu_init()
451 rdev->config.rv770.max_threads = 192; in rv770_gpu_init()
471 rdev->config.rv770.max_threads = 248; in rv770_gpu_init()
711 sq_thread_resource_mgmt = (NUM_PS_THREADS((rdev->config.rv770.max_threads * 4)/8) | in rv770_gpu_init()
712 NUM_VS_THREADS((rdev->config.rv770.max_threads * 2)/8) | in rv770_gpu_init()
713 NUM_ES_THREADS((rdev->config.rv770.max_threads * 1)/8)); in rv770_gpu_init()
714 if (((rdev->config.rv770.max_threads * 1) / 8) > rdev->config.rv770.max_gs_threads) in rv770_gpu_init()
H A Devergreen.c1838 rdev->config.evergreen.max_threads = 248; in evergreen_gpu_init()
1860 rdev->config.evergreen.max_threads = 248; in evergreen_gpu_init()
1882 rdev->config.evergreen.max_threads = 248; in evergreen_gpu_init()
1905 rdev->config.evergreen.max_threads = 192; in evergreen_gpu_init()
1927 rdev->config.evergreen.max_threads = 192; in evergreen_gpu_init()
1955 rdev->config.evergreen.max_threads = 248; in evergreen_gpu_init()
1977 rdev->config.evergreen.max_threads = 248; in evergreen_gpu_init()
1999 rdev->config.evergreen.max_threads = 248; in evergreen_gpu_init()
2021 rdev->config.evergreen.max_threads = 248; in evergreen_gpu_init()
2043 rdev->config.evergreen.max_threads = 192; in evergreen_gpu_init()
[all …]
H A Dradeon.h1318 unsigned max_threads; member
1339 unsigned max_threads; member
1365 unsigned max_threads; member
1392 unsigned max_threads; member
H A Dni.c488 rdev->config.cayman.max_threads = 256; in cayman_gpu_init()
550 rdev->config.cayman.max_threads = 256; in cayman_gpu_init()
H A Dr600.c1549 rdev->config.r600.max_threads = 192; in r600_gpu_init()
1565 rdev->config.r600.max_threads = 192; in r600_gpu_init()
1583 rdev->config.r600.max_threads = 192; in r600_gpu_init()
1598 rdev->config.r600.max_threads = 192; in r600_gpu_init()
/freebsd-12.1/cddl/compat/opensolaris/include/
H A Dthread_pool.h48 extern tpool_t *tpool_create(uint_t min_threads, uint_t max_threads,
/freebsd-12.1/contrib/apr-util/include/
H A Dapr_thread_pool.h79 apr_size_t max_threads,
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc105 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, in ThreadRegistry() argument
108 max_threads_(max_threads), in ThreadRegistry()
H A Dsanitizer_thread_registry.h86 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
/freebsd-12.1/contrib/apr-util/misc/
H A Dapr_thread_pool.c84 apr_size_t max_threads) in thread_pool_construct() argument
89 me->thd_max = max_threads; in thread_pool_construct()
345 apr_size_t max_threads, in apr_thread_pool_create() argument
363 rv = thread_pool_construct(tp, init_threads, max_threads); in apr_thread_pool_create()
/freebsd-12.1/sys/dev/acpica/Osd/
H A DOsdSchedule.c73 SYSCTL_INT(_debug_acpi, OID_AUTO, max_threads, CTLFLAG_RDTUN, &acpi_max_threads,