Home
last modified time | relevance | path

Searched refs:MAX_THREADS (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/examples/standalone/
H A Dsched.c28 #define MAX_THREADS 8 macro
58 static volatile struct lthread lthreads[MAX_THREADS];
173 for (i = MASTER_THREAD + 1; i < MAX_THREADS; i++) in sched_init()
206 for (i = current_tid + 1; i < MAX_THREADS; i++) { in thread_yield()
224 for (i = MASTER_THREAD + 1; i < MAX_THREADS; i++) { in thread_create()
240 if (id <= MASTER_THREAD || id > MAX_THREADS) in thread_delete()
270 if (id <= MASTER_THREAD || id > MAX_THREADS) { in thread_start()
294 if (id <= MASTER_THREAD || id >= MAX_THREADS)
311 if (!(*ret == -1 || *ret > MASTER_THREAD || *ret < MAX_THREADS)) { in thread_join()
321 for (i = MASTER_THREAD + 1; i < MAX_THREADS; i++) { in thread_join()
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/
H A Dcheck_gcr_el1_cswitch.c36 #define MAX_THREADS 5 macro
82 pthread_t thread_id[MAX_THREADS]; in execute_test()
83 int thread_data[MAX_THREADS]; in execute_test()
85 for (int i = 0; i < MAX_THREADS; i++) in execute_test()
89 for (int i = 0; i < MAX_THREADS; i++) in execute_test()
92 for (int i = 0; i < MAX_THREADS; i++) in execute_test()
/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dthreadtest.c32 #define MAX_THREADS 128 macro
125 pthread_t pth[MAX_THREADS]; in main()
156 if (thread_count > MAX_THREADS) in main()
157 thread_count = MAX_THREADS; in main()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c93 #define MAX_THREADS 64 macro
96 static unsigned int rim_thread_ids[MAX_THREADS];
97 static pthread_t rim_threads[MAX_THREADS];
254 static FILE *fp[MAX_THREADS];
651 if (nrthreads > MAX_THREADS) in main()
652 nrthreads = MAX_THREADS; in main()
/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxsk_fwd.c744 #ifndef MAX_THREADS
745 #define MAX_THREADS 64 macro
758 static pthread_t threads[MAX_THREADS];
759 static struct thread_data thread_data[MAX_THREADS];
810 if (n_threads == MAX_THREADS) { in parse_args()
812 MAX_THREADS); in parse_args()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.sched37 changing "#define MAX_THREADS" depending on the available memory.
/OK3568_Linux_fs/kernel/kernel/
H A Dfork.c122 #define MAX_THREADS FUTEX_TID_MASK macro
795 threads = MAX_THREADS; in set_max_threads()
803 max_threads = clamp_t(u64, threads, MIN_THREADS, MAX_THREADS); in set_max_threads()
849 set_max_threads(MAX_THREADS); in fork_init()
3154 int max = MAX_THREADS; in sysctl_max_threads()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/
H A Dpanfrost_drv.c60 PANFROST_FEATURE(MAX_THREADS, max_threads); in panfrost_ioctl_get_param()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpuprops.c365 PROP(MAX_THREADS, thread_props.max_threads),
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_gpuprops.c712 PROP(MAX_THREADS, thread_props.max_threads),
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20191214.patch.gz1# ncurses 6.1 - patch 20191214 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...