Searched refs:recorded (Results 1 - 25 of 37) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/
H A Dlocktest.c105 static struct record *recorded; variable in typeref:struct:record
395 if (recorded[i].needed &&
396 !test_one(cli, fnum, &recorded[i])) return i;
420 recorded = malloc_array_p(struct record, numops);
425 recorded[n] = preset[n];
428 recorded[n].conn = random() % NCONNECTIONS;
429 recorded[n].f = random() % NFILES;
430 recorded[n].start = lock_base + ((uint_t)random() % (lock_range-1));
431 recorded[n].len = min_length +
432 random() % (lock_range-(recorded[
[all...]
H A Dlocktest2.c62 static struct record *recorded; variable in typeref:struct:record
349 if (recorded[i].needed &&
350 !test_one(cli, nfs, fnum, &recorded[i])) return i;
381 recorded = malloc_array_p(struct record, numops);
384 recorded[n].conn = random() % NCONNECTIONS;
385 recorded[n].fstype = random() % NUMFSTYPES;
386 recorded[n].f = random() % NFILES;
387 recorded[n].start = LOCKBASE + ((uint_t)random() % (LOCKRANGE-1));
388 recorded[n].len = 1 +
389 random() % (LOCKRANGE-(recorded[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/
H A Dlocktest.c105 static struct record *recorded; variable in typeref:struct:record
395 if (recorded[i].needed &&
396 !test_one(cli, fnum, &recorded[i])) return i;
420 recorded = malloc_array_p(struct record, numops);
425 recorded[n] = preset[n];
428 recorded[n].conn = random() % NCONNECTIONS;
429 recorded[n].f = random() % NFILES;
430 recorded[n].start = lock_base + ((uint_t)random() % (lock_range-1));
431 recorded[n].len = min_length +
432 random() % (lock_range-(recorded[
[all...]
H A Dlocktest2.c62 static struct record *recorded; variable in typeref:struct:record
349 if (recorded[i].needed &&
350 !test_one(cli, nfs, fnum, &recorded[i])) return i;
381 recorded = malloc_array_p(struct record, numops);
384 recorded[n].conn = random() % NCONNECTIONS;
385 recorded[n].fstype = random() % NUMFSTYPES;
386 recorded[n].f = random() % NFILES;
387 recorded[n].start = LOCKBASE + ((uint_t)random() % (LOCKRANGE-1));
388 recorded[n].len = 1 +
389 random() % (LOCKRANGE-(recorded[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/
H A Dlocktest.c105 static struct record *recorded; variable in typeref:struct:record
395 if (recorded[i].needed &&
396 !test_one(cli, fnum, &recorded[i])) return i;
420 recorded = malloc_array_p(struct record, numops);
425 recorded[n] = preset[n];
428 recorded[n].conn = random() % NCONNECTIONS;
429 recorded[n].f = random() % NFILES;
430 recorded[n].start = lock_base + ((uint_t)random() % (lock_range-1));
431 recorded[n].len = min_length +
432 random() % (lock_range-(recorded[
[all...]
H A Dlocktest2.c62 static struct record *recorded; variable in typeref:struct:record
349 if (recorded[i].needed &&
350 !test_one(cli, nfs, fnum, &recorded[i])) return i;
381 recorded = malloc_array_p(struct record, numops);
384 recorded[n].conn = random() % NCONNECTIONS;
385 recorded[n].fstype = random() % NUMFSTYPES;
386 recorded[n].f = random() % NFILES;
387 recorded[n].start = LOCKBASE + ((uint_t)random() % (LOCKRANGE-1));
388 recorded[n].len = 1 +
389 random() % (LOCKRANGE-(recorded[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/torture/
H A Dlocktest.c117 static struct record *recorded; variable in typeref:struct:record
425 if (recorded[i].needed &&
426 !test_one(cli, fnum, &recorded[i])) return i;
447 recorded = SMB_MALLOC_ARRAY(struct record, numops);
452 recorded[n] = preset[n];
455 recorded[n].conn = random() % NCONNECTIONS;
456 recorded[n].f = random() % NFILES;
457 recorded[n].start = lock_base + ((unsigned)random() % (lock_range-1));
458 recorded[n].len = min_length +
459 random() % (lock_range-(recorded[
[all...]
H A Dlocktest2.c64 static struct record *recorded; variable in typeref:struct:record
352 if (recorded[i].needed &&
353 !test_one(cli, nfs, fnum, &recorded[i])) return i;
378 recorded = SMB_MALLOC_ARRAY(struct record, numops);
381 recorded[n].conn = random() % NCONNECTIONS;
382 recorded[n].fstype = random() % NUMFSTYPES;
383 recorded[n].f = random() % NFILES;
384 recorded[n].start = LOCKBASE + ((unsigned)random() % (LOCKRANGE-1));
385 recorded[n].len = 1 +
386 random() % (LOCKRANGE-(recorded[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/torture/
H A Dlocktest.c116 static struct record *recorded; variable in typeref:struct:record
437 if (recorded[i].needed &&
438 !test_one(cli, fnum, &recorded[i])) return i;
459 recorded = SMB_MALLOC_ARRAY(struct record, numops);
464 recorded[n] = preset[n];
467 recorded[n].conn = random() % NCONNECTIONS;
468 recorded[n].f = random() % NFILES;
469 recorded[n].start = lock_base + ((unsigned)random() % (lock_range-1));
470 recorded[n].len = min_length +
471 random() % (lock_range-(recorded[
[all...]
H A Dlocktest2.c63 static struct record *recorded; variable in typeref:struct:record
363 if (recorded[i].needed &&
364 !test_one(cli, nfs, fnum, &recorded[i])) return i;
389 recorded = SMB_MALLOC_ARRAY(struct record, numops);
392 recorded[n].conn = random() % NCONNECTIONS;
393 recorded[n].fstype = random() % NUMFSTYPES;
394 recorded[n].f = random() % NFILES;
395 recorded[n].start = LOCKBASE + ((unsigned)random() % (LOCKRANGE-1));
396 recorded[n].len = 1 +
397 random() % (LOCKRANGE-(recorded[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/torture/
H A Dlocktest.c117 static struct record *recorded; variable in typeref:struct:record
425 if (recorded[i].needed &&
426 !test_one(cli, fnum, &recorded[i])) return i;
447 recorded = SMB_MALLOC_ARRAY(struct record, numops);
452 recorded[n] = preset[n];
455 recorded[n].conn = random() % NCONNECTIONS;
456 recorded[n].f = random() % NFILES;
457 recorded[n].start = lock_base + ((unsigned)random() % (lock_range-1));
458 recorded[n].len = min_length +
459 random() % (lock_range-(recorded[
[all...]
H A Dlocktest2.c64 static struct record *recorded; variable in typeref:struct:record
352 if (recorded[i].needed &&
353 !test_one(cli, nfs, fnum, &recorded[i])) return i;
378 recorded = SMB_MALLOC_ARRAY(struct record, numops);
381 recorded[n].conn = random() % NCONNECTIONS;
382 recorded[n].fstype = random() % NUMFSTYPES;
383 recorded[n].f = random() % NFILES;
384 recorded[n].start = LOCKBASE + ((unsigned)random() % (LOCKRANGE-1));
385 recorded[n].len = 1 +
386 random() % (LOCKRANGE-(recorded[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/torture/
H A Dlocktest.c116 static struct record *recorded; variable in typeref:struct:record
437 if (recorded[i].needed &&
438 !test_one(cli, fnum, &recorded[i])) return i;
459 recorded = SMB_MALLOC_ARRAY(struct record, numops);
464 recorded[n] = preset[n];
467 recorded[n].conn = random() % NCONNECTIONS;
468 recorded[n].f = random() % NFILES;
469 recorded[n].start = lock_base + ((unsigned)random() % (lock_range-1));
470 recorded[n].len = min_length +
471 random() % (lock_range-(recorded[
[all...]
H A Dlocktest2.c63 static struct record *recorded; variable in typeref:struct:record
363 if (recorded[i].needed &&
364 !test_one(cli, nfs, fnum, &recorded[i])) return i;
389 recorded = SMB_MALLOC_ARRAY(struct record, numops);
392 recorded[n].conn = random() % NCONNECTIONS;
393 recorded[n].fstype = random() % NUMFSTYPES;
394 recorded[n].f = random() % NFILES;
395 recorded[n].start = LOCKBASE + ((unsigned)random() % (LOCKRANGE-1));
396 recorded[n].len = 1 +
397 random() % (LOCKRANGE-(recorded[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/torture/
H A Dlocktest.c116 static struct record *recorded; variable in typeref:struct:record
437 if (recorded[i].needed &&
438 !test_one(cli, fnum, &recorded[i])) return i;
459 recorded = SMB_MALLOC_ARRAY(struct record, numops);
464 recorded[n] = preset[n];
467 recorded[n].conn = random() % NCONNECTIONS;
468 recorded[n].f = random() % NFILES;
469 recorded[n].start = lock_base + ((unsigned)random() % (lock_range-1));
470 recorded[n].len = min_length +
471 random() % (lock_range-(recorded[
[all...]
H A Dlocktest2.c63 static struct record *recorded; variable in typeref:struct:record
363 if (recorded[i].needed &&
364 !test_one(cli, nfs, fnum, &recorded[i])) return i;
389 recorded = SMB_MALLOC_ARRAY(struct record, numops);
392 recorded[n].conn = random() % NCONNECTIONS;
393 recorded[n].fstype = random() % NUMFSTYPES;
394 recorded[n].f = random() % NFILES;
395 recorded[n].start = LOCKBASE + ((unsigned)random() % (LOCKRANGE-1));
396 recorded[n].len = 1 +
397 random() % (LOCKRANGE-(recorded[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/torture/
H A Dlocktest.c117 static struct record *recorded; variable in typeref:struct:record
425 if (recorded[i].needed &&
426 !test_one(cli, fnum, &recorded[i])) return i;
447 recorded = SMB_MALLOC_ARRAY(struct record, numops);
452 recorded[n] = preset[n];
455 recorded[n].conn = random() % NCONNECTIONS;
456 recorded[n].f = random() % NFILES;
457 recorded[n].start = lock_base + ((unsigned)random() % (lock_range-1));
458 recorded[n].len = min_length +
459 random() % (lock_range-(recorded[
[all...]
H A Dlocktest2.c64 static struct record *recorded; variable in typeref:struct:record
352 if (recorded[i].needed &&
353 !test_one(cli, nfs, fnum, &recorded[i])) return i;
378 recorded = SMB_MALLOC_ARRAY(struct record, numops);
381 recorded[n].conn = random() % NCONNECTIONS;
382 recorded[n].fstype = random() % NUMFSTYPES;
383 recorded[n].f = random() % NFILES;
384 recorded[n].start = LOCKBASE + ((unsigned)random() % (LOCKRANGE-1));
385 recorded[n].len = 1 +
386 random() % (LOCKRANGE-(recorded[
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/xen/
H A Dxencomm.c31 unsigned long recorded = 0; local
34 while ((recorded < bytes) && (i < desc->nr_addrs)) {
35 unsigned long vaddr = (unsigned long)buffer + recorded;
41 chunksz = min(PAGE_SIZE - offset, bytes - recorded);
51 recorded += chunksz;
54 if (recorded < bytes) {
57 __func__, recorded, bytes);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/xen/
H A Dxencomm.c31 unsigned long recorded = 0; local
34 while ((recorded < bytes) && (i < desc->nr_addrs)) {
35 unsigned long vaddr = (unsigned long)buffer + recorded;
41 chunksz = min(PAGE_SIZE - offset, bytes - recorded);
51 recorded += chunksz;
54 if (recorded < bytes) {
57 __func__, recorded, bytes);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/microblaze/kernel/
H A Dftrace.c104 static unsigned int recorded; /* if save was or not */ variable
135 if (recorded == 0) {
136 recorded = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dftrace.c104 static unsigned int recorded; /* if save was or not */ variable
135 if (recorded == 0) {
136 recorded = 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/doc/
H A D05-comment.tex141 Date the track was recorded
144 Location where track was recorded
180 comment header. As an example, assume a track was recorded by three
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/doc/
H A D05-comment.tex141 Date the track was recorded
144 Location where track was recorded
180 comment header. As an example, assume a track was recorded by three
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/doc/
H A D05-comment.tex141 Date the track was recorded
144 Location where track was recorded
180 comment header. As an example, assume a track was recorded by three

Completed in 259 milliseconds

12