Home
last modified time | relevance | path

Searched refs:parallel (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/src/tools/test/stress2/misc/ !
H A Dgetrandom2.sh103 static int parallel;
116 while (atomic_load(&share[SYNC]) != parallel)
143 parallel = rlp.rlim_cur / 100 * 80;
144 if (parallel > PARALLEL)
145 parallel = PARALLEL;
146 pids = calloc(parallel, sizeof(pid_t));
157 if (mx > f / parallel)
158 mx = f / parallel;
168 parallel);
169 for (i = 0; i < parallel; i++) {
[all …]
H A Dradix.sh51 parallel=1
56 timeout 20m /tmp/radix $parallel > $log; s=$?
63 [ $parallel -eq 1 ] &&
64 parallel=$((usermem / pagesize / used))
65 parallel=$((parallel + 1))
66 [ $parallel -gt 10 ] && parallel=10
H A Dburnin.sh88 int bufsize, files, parallel, runtime;
108 while (share[SYNC] != (volatile u_int)parallel)
141 parallel = 4;
157 case 'p': /* parallel */
158 if (sscanf(optarg, "%d", &parallel) != 1)
173 dir, bufsize, files, parallel, runtime);
176 if ((pids = malloc(sizeof(pid_t) * parallel)) == NULL)
177 err(1, "malloc(%d)", (int)(sizeof(pid_t) * parallel));
188 for (i = 0; i < parallel; i++) {
192 for (i = 0; i < parallel; i++) {
H A Dkillpg3.sh64 innerloop(int parallel)
71 for (i = 0; i < parallel; i++) {
87 for (i = 0; i < parallel; i++) {
100 int i, parallel;
119 parallel = arc4random() % MAXP + 1;
120 parallel = parallel / PARALLEL * PARALLEL;
123 innerloop(parallel / PARALLEL);
125 while (atomic_load(&share[RDY]) != parallel)
H A Dwrite.sh100 int parallel;
125 while (share[SYNC] != (unsigned int)parallel)
133 while (share[DONE] != (unsigned int)parallel) {
174 parallel = arc4random() % MAXPROC + 1;
175 for (i = 0; i < parallel; i++) {
214 pids = malloc(sizeof(pid_t) * parallel);
216 for (i = 0; i < parallel; i++) {
220 for (i = 0; i < parallel; i++) {
H A Drangelocks.sh72 static int parallel;
98 while (share[SYNC] != (unsigned int)parallel)
105 while (share[DONE] != (unsigned int)parallel) {
151 parallel = arc4random() % MAXPROC + 1;
177 pids = malloc(sizeof(pid_t) * parallel);
179 for (i = 0; i < parallel; i++) {
183 for (i = 0; i < parallel; i++) {
H A Drangelocks2.sh70 static int parallel;
95 while (share[SYNC] != (unsigned int)parallel)
100 while (share[DONE] != (unsigned int)parallel) {
134 parallel = arc4random() % MAXPROC + 1;
161 pids = malloc(sizeof(pid_t) * parallel);
163 for (i = 0; i < parallel; i++) {
167 for (i = 0; i < parallel; i++) {
H A Dchurn.sh73 long mem, parallel;
126 while (share[SYNC] != (volatile u_int)parallel)
190 parallel = atol(argv[1]);
192 mem = mem / parallel;
200 pids = malloc(sizeof(void *) * parallel);
201 for (i = 0; i < parallel; i++) {
205 for (i = 0; i < parallel; i++) {
H A Dtvnlru.sh134 static long maxvnodes, parallel, tvnodes, vnodes;
148 while (share[SYNC] != (unsigned int)parallel)
218 parallel = atol(argv[1]);
219 pids = calloc(parallel, sizeof(pid_t));
221 vnodes = tvnodes / parallel;
230 for (i = 0; i < parallel; i++) {
235 for (i = 0; i < parallel; i++) {
242 for (i = 0; i < parallel; i++) {
H A Dsplit.sh56 parallel=$((`sysctl -n hw.ncpu` + 1))
57 parallel=2
59 mx=$((kfree / parallel / 2))
91 for i in `jot $parallel`; do
H A Dspin.sh99 int fd, i, parallel;
102 parallel = atoi(argv[1]);
106 for (i = 0; i < parallel; i++) {
116 for (i = 0; i < parallel; i++)
H A Dreaper.sh50 int i, parallel;
54 parallel = arc4random() % MAXP + 1;
55 for (i = 0; i < parallel; i++) {
74 for (i = 0; i < parallel; i++) {
H A Dpg_zero.sh31 static int fail, fd, ok, parallel;
138 fprintf(stderr, "Fail = %3d, OK = %5d, parallel = %d\n", fail, ok, parallel);
154 parallel = arc4random() % PARALLEL + 1;
155 for (i = 0; i < parallel; i++) {
161 for (i = 0; i < parallel; i++) {
H A Dsched.sh94 int parallel;
145 parallel = atoi(argv[1]);
149 for (i = 0; i < parallel; i++) {
156 for (i = 0; i < parallel; i++)
H A Dkillpg2.sh68 int i, parallel;
90 parallel = arc4random() % MAXP + 1;
91 for (i = 0; i < parallel; i++) {
106 for (i = 0; i < parallel; i++) {
H A Drename12.sh53 parallel=12
57 for j in `jot $parallel`; do
60 (cd $mntpoint/d$j; /tmp/rename12 $((inodes/parallel)) ) &
63 for j in `jot $parallel`; do
/src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ !
H A DStringPool.h45 llvm::parallel::PerThreadBumpPtrAllocator &Allocator) { in create()
52 llvm::parallel::PerThreadBumpPtrAllocator,
57 llvm::parallel::PerThreadBumpPtrAllocator, in StringPool()
62 llvm::parallel::PerThreadBumpPtrAllocator, in StringPool()
65 llvm::parallel::PerThreadBumpPtrAllocator &getAllocatorRef() { in getAllocatorRef()
72 llvm::parallel::PerThreadBumpPtrAllocator Allocator;
/src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ !
H A DTypePool.h21 namespace parallel {
46 create(llvm::parallel::PerThreadBumpPtrAllocator &Allocator) { in create()
77 TypeEntryBody(llvm::parallel::PerThreadBumpPtrAllocator &Allocator) in TypeEntryBody()
101 llvm::parallel::PerThreadBumpPtrAllocator &Allocator) { in create()
110 llvm::parallel::PerThreadBumpPtrAllocator,
115 llvm::parallel::PerThreadBumpPtrAllocator, in TypePool()
123 llvm::parallel::PerThreadBumpPtrAllocator, in insert()
175 llvm::parallel::PerThreadBumpPtrAllocator Allocator;
/src/contrib/bmake/unit-tests/ !
H A Dvarname-make_stack_trace.mk16 @${MAKE} -f ${MAKEFILE} -j1 disabled-parallel || :
18 @MAKE_STACK_TRACE=yes ${MAKE} -f ${MAKEFILE} -j1 enabled-parallel || :
25 disabled-parallel: .PHONY
33 enabled-parallel: .PHONY
/src/sys/contrib/device-tree/Bindings/sound/ !
H A Dimg,parallel-out.txt5 - compatible : Compatible list, must contain "img,parallel-out".
22 - resets: Contains a phandle to the parallel out reset signal
28 - interrupts : Contains the parallel out interrupt, if present
32 parallel_out: parallel-out@18100c00 {
33 compatible = "img,parallel-out";
/src/sys/contrib/device-tree/Bindings/media/i2c/ !
H A Dov5640.txt1 * Omnivision OV5640 MIPI CSI-2 / parallel sensor
25 OV5640 can be connected to a MIPI CSI-2 bus or a parallel bus endpoint.
32 Endpoint node required properties for parallel connection are:
34 - bus-width: shall be set to <8> for 8 bits parallel bus
35 or <10> for 10 bits parallel bus
36 - data-shift: shall be set to <2> for 8 bits parallel bus
37 (lines 9:2 are used) or <0> for 10 bits parallel bus
/src/contrib/llvm-project/llvm/lib/Support/ !
H A DParallel.cpp19 llvm::ThreadPoolStrategy llvm::parallel::strategy;
22 namespace parallel { namespace
174 : Parallel((parallel::strategy.ThreadsRequested != 1) && in TaskGroup()
205 if (parallel::strategy.ThreadsRequested != 1) { in parallelFor()
209 auto TaskSize = NumItems / parallel::detail::MaxTasksPerGroup; in parallelFor()
213 parallel::TaskGroup TG; in parallelFor()
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_stress/ !
H A Dzvol_stress_destroy.ksh33 typeset -i parallel=$(( $(get_num_cpus) * 2 ))
50 echo $zvols | xargs -n 1 -P $parallel zfs destroy
59 xargs -P $parallel -I % zfs create -s -V 1G $TESTPOOL/testvol% ) &
/src/sys/contrib/device-tree/src/arm/gemini/ !
H A Dgemini-wbd111.dts46 /* Conflict with TVC and extended parallel flash */
52 /* Conflict with TVC and extended parallel flash */
58 /* Conflict with TVC and extended parallel flash */
64 /* Conflict with TVC and extended parallel flash */
H A Dgemini-wbd222.dts45 /* Conflict with TVC and extended parallel flash */
51 /* Conflict with TVC and extended parallel flash */
57 /* Conflict with TVC and extended parallel flash */
63 /* Conflict with TVC and extended parallel flash */

12345678910>>...13