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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dtlb_64.c79 struct pte_freelist_batch *batch = local
83 for (i = 0; i < batch->index; i++)
84 pgtable_free(batch->tables[i]);
86 free_page((unsigned long)batch);
89 static void pte_free_submit(struct pte_freelist_batch *batch) argument
91 INIT_RCU_HEAD(&batch->rcu);
92 call_rcu(&batch->rcu, pte_free_rcu_callback);
125 * immediately or will batch it up if the current CPU has an active
126 * batch on it.
133 struct ppc64_tlb_batch *batch local
215 __flush_tlb_pending(struct ppc64_tlb_batch *batch) argument
[all...]
H A Dhash_native_64.c459 * Batched hash table flush, we batch the tlbie's to avoid taking/releasing
470 struct ppc64_tlb_batch *batch = &__get_cpu_var(ppc64_tlb_batch); local
471 unsigned long psize = batch->psize;
477 va = batch->vaddr[i];
478 pte = batch->pte[i];
503 va = batch->vaddr[i];
504 pte = batch->pte[i];
520 va = batch->vaddr[i];
521 pte = batch->pte[i];
H A Dhash_utils_64.c869 struct ppc64_tlb_batch *batch = local
873 flush_hash_page(batch->vaddr[i], batch->pte[i],
874 batch->psize, local);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dtlbflush.h103 extern void __flush_tlb_pending(struct ppc64_tlb_batch *batch);
112 struct ppc64_tlb_batch *batch = &__get_cpu_var(ppc64_tlb_batch); local
114 batch->active = 1;
119 struct ppc64_tlb_batch *batch = &__get_cpu_var(ppc64_tlb_batch); local
121 if (batch->index)
122 __flush_tlb_pending(batch);
123 batch->active = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/
H A Dpanic-action47 gdb -x /etc/samba/gdbcommands -batch "$BINARYNAME" "$1"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/
H A Dpanic-action47 gdb -x /etc/samba/gdbcommands -batch "$BINARYNAME" "$1"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Di915_dma.c490 drm_i915_batchbuffer_t * batch)
493 drm_clip_rect_t __user *boxes = batch->cliprects;
494 int nbox = batch->num_cliprects;
498 if ((batch->start | batch->used) & 0x7) {
510 batch->DR1, batch->DR4);
518 OUT_RING(batch->start | MI_BATCH_NON_SECURE);
523 OUT_RING(batch->start | MI_BATCH_NON_SECURE);
524 OUT_RING(batch
489 i915_dispatch_batchbuffer(drm_device_t * dev, drm_i915_batchbuffer_t * batch) argument
607 drm_i915_batchbuffer_t batch; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dpage_alloc.c700 if (pcp->count >= pcp->batch)
701 to_drain = pcp->batch;
808 free_pages_bulk(zone, pcp->batch, &pcp->list, 0);
809 pcp->count -= pcp->batch;
865 pcp->batch, &pcp->list);
1549 pageset->pcp[0].batch, pageset->pcp[0].count,
1550 pageset->pcp[1].high, pageset->pcp[1].batch,
2002 int batch; local
2010 batch = zone->present_pages / 1024;
2011 if (batch * PAGE_SIZ
2032 setup_pageset(struct per_cpu_pageset *p, unsigned long batch) argument
2231 unsigned long batch = zone_batchsize(zone); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dlpar.c520 struct ppc64_tlb_batch *batch = &__get_cpu_var(ppc64_tlb_batch); local
531 psize = batch->psize;
534 va = batch->vaddr[i];
535 pte = batch->pte[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drcupdate.h65 long cur; /* Current batch number. */
66 long completed; /* Number of the last completed batch */
67 int next_pending; /* Is the next batch already waiting? */
73 /* for current batch to proceed. */
76 /* Is batch a before batch b ? */
82 /* Is batch a after batch b ? */
91 * curlist - current batch for which quiescent cycle started if any
99 /* 2) batch handlin
100 long batch; /* Batch # for current RCU batch */ member in struct:rcu_data
[all...]
H A Dmmzone.h80 int batch; /* chunk size for buddy add/remove */ member in struct:per_cpu_pages
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A DCA.sh92 $CA -out ${CATOP}/$CACERT $CADAYS -batch \
H A Dca.c176 " -batch - Don't ask questions\n",
203 char *enddate, long days, int batch, char *ext_sect, CONF *conf,
209 char *startdate, char *enddate, long days, int batch,
223 int email_dn, char *startdate, char *enddate, long days, int batch,
293 int batch=0; local
440 else if (strcmp(*argv,"-batch") == 0)
441 batch=1;
1177 batch = 1;
1185 db,serial,subj,chtype,multirdn,email_dn,startdate,enddate,days,batch,
1205 serial,subj,chtype,multirdn,email_dn,startdate,enddate,days,batch,
1534 certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
1602 certify_cert(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, ENGINE *e) argument
1656 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, int verbose, X509_REQ *req, char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
[all...]
H A Dreq.c153 static int batch=0; variable
415 else if (strcmp(*argv,"-batch") == 0)
416 batch=1;
531 BIO_printf(bio_err," -batch do not ask anything during request generation\n");
1302 if(!batch)
1393 if ((attr_sk != NULL) && (sk_CONF_VALUE_num(attr_sk) > 0) && (!batch))
1529 if (!batch) BIO_printf(bio_err,"%s [%s]:",text,def);
1540 if (!batch)
1587 if (!batch) BIO_printf(bio_err,"%s [%s]:",text,def);
1598 if (!batch)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/tools/visionice/
H A Dupdate.bat39 echo please do so now and then run this batch file.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Drcupdate.c278 * Register a new batch of callbacks, and start it up if there is currently no
279 * active batch and the batch to be registered has not already occurred.
316 /* batch completed ! */
425 if (rdp->curlist && !rcu_batch_before(rcp->completed, rdp->batch)) {
441 * start the next batch of callbacks
444 /* determine batch number */
445 rdp->batch = rcp->cur + 1;
452 /* and start it/schedule start if it's a new batch */
476 if (rdp->curlist && !rcu_batch_before(rcp->completed, rdp->batch))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dca.c171 " -batch - Don't ask questions\n",
196 char *enddate, long days, int batch, char *ext_sect, CONF *conf,
202 char *startdate, char *enddate, long days, int batch,
216 int email_dn, char *startdate, char *enddate, long days, int batch,
284 int batch=0; local
421 else if (strcmp(*argv,"-batch") == 0)
422 batch=1;
1152 batch = 1;
1160 db,serial,subj,email_dn,startdate,enddate,days,batch,
1180 serial,subj,email_dn,startdate,enddate,days,batch,
1503 certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
1565 certify_cert(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, ENGINE *e) argument
1619 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, int email_dn, char *startdate, char *enddate, long days, int batch, int verbose, X509_REQ *req, char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
[all...]
H A Dreq.c140 static int batch=0; variable
349 else if (strcmp(*argv,"-batch") == 0)
350 batch=1;
459 BIO_printf(bio_err," -batch do not ask anything during request generation\n");
1200 if(!batch)
1284 if ((attr_sk != NULL) && (sk_CONF_VALUE_num(attr_sk) > 0) && (!batch))
1408 if (!batch) BIO_printf(bio_err,"%s [%s]:",text,def);
1419 if (!batch)
1466 if (!batch) BIO_printf(bio_err,"%s [%s]:",text,def);
1477 if (!batch)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dnetware.bat2 rem batch file to build multi-thread test ( mttest.nlm )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/block/
H A Das-iosched.c110 int changed_batch; /* 1: waiting for old batch to end */
112 int batch_data_dir; /* current batch REQ_SYNC / REQ_ASYNC */
113 int write_batch_count; /* max # of reqs in a write batch */
114 int current_write_count; /* how many requests left this batch */
115 int write_batch_idled; /* has the write batch gone idle? */
768 * Gathers timings and resizes the write batch automatically
772 unsigned long batch = ad->batch_expire[REQ_ASYNC]; local
775 write_time = (jiffies - ad->current_batch_expires) + batch;
779 if (write_time > batch && !ad->write_batch_idled) {
780 if (write_time > batch *
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/Netware/
H A Dcpy_tests.bat5 rem This batch file will create an "opensssl" directory at the root of the

Completed in 347 milliseconds

12