Searched refs:batch (Results 1 - 25 of 60) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/doc/
H A Dmakedocs.sh18 htmldoc --verbose --path "hires;." --batch mxml.book -f mxml.pdf
20 htmldoc --verbose --batch mxml.book --no-title -f mxml.html
24 htmldoc --verbose --batch mxml.book --no-title -t html -d mxml.d
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dtlb_hash64.c39 * immediately or will batch it up if the current CPU has an active
40 * batch on it.
47 struct ppc64_tlb_batch *batch = &__get_cpu_var(ppc64_tlb_batch); local
54 i = batch->index;
95 * Check if we have an active batch on this CPU. If not, just
100 if (!batch->active) {
106 * This can happen when we are in the middle of a TLB batch and
109 * up scanning and resetting referenced bits then our batch context
113 * batch
115 if (i != 0 && (mm != batch
139 __flush_tlb_pending(struct ppc64_tlb_batch *batch) argument
[all...]
H A Dpgtable.c79 struct pte_freelist_batch *batch = local
83 for (i = 0; i < batch->index; i++) {
84 void *table = (void *)(batch->tables[i] & ~MAX_PGTABLE_INDEX_SIZE);
85 unsigned shift = batch->tables[i] & MAX_PGTABLE_INDEX_SIZE;
90 free_page((unsigned long)batch);
93 static void pte_free_submit(struct pte_freelist_batch *batch) argument
95 call_rcu(&batch->rcu, pte_free_rcu_callback);
H A Dhash_native_64.c465 * Batched hash table flush, we batch the tlbie's to avoid taking/releasing
476 struct ppc64_tlb_batch *batch = &__get_cpu_var(ppc64_tlb_batch); local
477 unsigned long psize = batch->psize;
478 int ssize = batch->ssize;
484 va = batch->vaddr[i];
485 pte = batch->pte[i];
510 va = batch->vaddr[i];
511 pte = batch->pte[i];
527 va = batch->vaddr[i];
528 pte = batch
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-librep/
H A DMakefile.am19 rep --batch --no-rc -l compiler -f compile-batch $<
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dpanic-action47 gdb -x /etc/samba/gdbcommands -batch "$BINARYNAME" "$1"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dpanic-action47 gdb -x /etc/samba/gdbcommands -batch "$BINARYNAME" "$1"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dpanic-action47 gdb -x /etc/samba/gdbcommands -batch "$BINARYNAME" "$1"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dtlbflush.h102 extern void __flush_tlb_pending(struct ppc64_tlb_batch *batch);
111 struct ppc64_tlb_batch *batch = &__get_cpu_var(ppc64_tlb_batch); local
113 batch->active = 1;
118 struct ppc64_tlb_batch *batch = &__get_cpu_var(ppc64_tlb_batch); local
120 if (batch->index)
121 __flush_tlb_pending(batch);
122 batch->active = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dpercpu_counter.c29 void __percpu_counter_add(struct percpu_counter *fbc, s64 amount, s32 batch) argument
37 if (count >= batch || count <= -batch) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpercpu_counter.h41 void __percpu_counter_add(struct percpu_counter *fbc, s64 amount, s32 batch);
121 __percpu_counter_add(struct percpu_counter *fbc, s64 amount, s32 batch) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSharedFilesCtrl.h95 * If 'batch' is true, the item will be inserted last,
99 void DoShowFile(CKnownFile* file, bool batch);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dip.c47 " ip [ -force ] [-batch filename\n"
91 static int batch(const char *name) function
201 } else if (matches(opt, "-batch") == 0) {
219 return batch(batch_file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/life/setup/wince/
H A Dregister.bat28 @echo Edit this batch file to point to the correct directories
H A Dbuild.bat43 @echo Edit this batch file to point to the correct directories
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Di915_dma.c457 drm_i915_batchbuffer_t * batch,
460 int nbox = batch->num_cliprects;
463 if ((batch->start | batch->used) & 0x7) {
475 batch->DR1, batch->DR4);
484 OUT_RING(batch->start);
487 OUT_RING(batch->start | MI_BATCH_NON_SECURE);
493 OUT_RING(batch->start | MI_BATCH_NON_SECURE);
494 OUT_RING(batch
456 i915_dispatch_batchbuffer(struct drm_device * dev, drm_i915_batchbuffer_t * batch, struct drm_clip_rect *cliprects) argument
594 drm_i915_batchbuffer_t *batch = data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/winmsi/
H A Dwinbuild.bat9 :: One of these calls should find the desired batch file
104 echo *********** ERROR: VC Config batch file not found *************
105 echo *********** ERROR: VC Config batch file not found ************* >> ..\winbld.err
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/vm/
H A Dpage-types.c573 unsigned long batch; local
578 batch = min_t(unsigned long, count, KPAGEFLAGS_BATCH);
579 pages = kpageflags_read(buf, index, batch);
595 unsigned long batch; local
601 batch = min_t(unsigned long, count, PAGEMAP_BATCH);
602 pages = pagemap_read(buf, index, batch);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dtc.c183 " tc [-force] -batch file\n"
212 static int batch(const char *name) function
283 } else if (matches(argv[1], "-batch") == 0) {
296 return batch(batchfile);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dwupdlock.tex17 automatic objects to temporarily suppress window updates before a batch of
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A DCA.sh92 $CA -out ${CATOP}/$CACERT $CADAYS -batch \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dlpar.c554 struct ppc64_tlb_batch *batch = &__get_cpu_var(ppc64_tlb_batch); local
565 psize = batch->psize;
566 ssize = batch->ssize;
569 va = batch->vaddr[i];
570 pte = batch->pte[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dreq.c158 static int batch = 0; variable
305 } else if (strcmp(*argv, "-batch") == 0)
306 batch = 1;
425 " -batch do not ask anything during request generation\n");
1149 if (!batch) {
1237 && (!batch)) {
1372 if (!batch)
1381 if (!batch) {
1410 if (batch || value)
1431 if (!batch)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dreq.c158 static int batch = 0; variable
305 } else if (strcmp(*argv, "-batch") == 0)
306 batch = 1;
425 " -batch do not ask anything during request generation\n");
1149 if (!batch) {
1237 && (!batch)) {
1372 if (!batch)
1381 if (!batch) {
1410 if (batch || value)
1431 if (!batch)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpage_alloc.c1071 if (pcp->count >= pcp->batch)
1072 to_drain = pcp->batch;
1203 free_pcppages_bulk(zone, pcp->batch, pcp);
1204 pcp->count -= pcp->batch;
1308 pcp->batch, list,
2406 pageset->pcp.batch, pageset->pcp.count);
3012 static void setup_pageset(struct per_cpu_pageset *p, unsigned long batch);
3338 int batch; local
3346 batch = zone->present_pages / 1024;
3347 if (batch * PAGE_SIZ
3385 setup_pageset(struct per_cpu_pageset *p, unsigned long batch) argument
3494 unsigned long batch = zone_batchsize(zone), flags; local
[all...]

Completed in 288 milliseconds

123