Searched refs:max_threads (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/tools/tools/crypto/ |
| H A D | cryptorun.sh | 21 max_threads=$2 24 while [ "$threads" -le "$max_threads" ]; do
|
| /freebsd-12.1/cddl/compat/opensolaris/misc/ |
| H A D | thread_pool.c | 225 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 D | rv770.c | 407 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 D | evergreen.c | 1838 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 D | radeon.h | 1318 unsigned max_threads; member 1339 unsigned max_threads; member 1365 unsigned max_threads; member 1392 unsigned max_threads; member
|
| H A D | ni.c | 488 rdev->config.cayman.max_threads = 256; in cayman_gpu_init() 550 rdev->config.cayman.max_threads = 256; in cayman_gpu_init()
|
| H A D | r600.c | 1549 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 D | thread_pool.h | 48 extern tpool_t *tpool_create(uint_t min_threads, uint_t max_threads,
|
| /freebsd-12.1/contrib/apr-util/include/ |
| H A D | apr_thread_pool.h | 79 apr_size_t max_threads,
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_thread_registry.cc | 105 ThreadRegistry::ThreadRegistry(ThreadContextFactory factory, u32 max_threads, in ThreadRegistry() argument 108 max_threads_(max_threads), in ThreadRegistry()
|
| H A D | sanitizer_thread_registry.h | 86 ThreadRegistry(ThreadContextFactory factory, u32 max_threads,
|
| /freebsd-12.1/contrib/apr-util/misc/ |
| H A D | apr_thread_pool.c | 84 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 D | OsdSchedule.c | 73 SYSCTL_INT(_debug_acpi, OID_AUTO, max_threads, CTLFLAG_RDTUN, &acpi_max_threads,
|