Searched refs:too_many (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_ctx.c150 int too_many; member in struct:bignum_ctx
210 ctx->too_many = 0;
227 ret->too_many = 0;
259 if(ctx->err_stack || ctx->too_many)
282 /* Unjam "too_many" in case "get" had failed */
283 ctx->too_many = 0;
292 if(ctx->err_stack || ctx->too_many) return NULL;
295 /* Setting too_many prevents repeated "get" attempts from
297 ctx->too_many = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_ctx.c147 int too_many; member in struct:bignum_ctx
210 ctx->too_many = 0;
226 ret->too_many = 0;
258 if (ctx->err_stack || ctx->too_many)
279 /* Unjam "too_many" in case "get" had failed */
280 ctx->too_many = 0;
289 if (ctx->err_stack || ctx->too_many)
293 * Setting too_many prevents repeated "get" attempts from cluttering
296 ctx->too_many = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_ctx.c147 int too_many; member in struct:bignum_ctx
210 ctx->too_many = 0;
226 ret->too_many = 0;
258 if (ctx->err_stack || ctx->too_many)
279 /* Unjam "too_many" in case "get" had failed */
280 ctx->too_many = 0;
289 if (ctx->err_stack || ctx->too_many)
293 * Setting too_many prevents repeated "get" attempts from cluttering
296 ctx->too_many = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/sunrpc/
H A Dcache.h139 int too_many);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dsvc_xprt.c949 static void svc_revisit(struct cache_deferred_req *dreq, int too_many) argument
957 if (too_many || test_bit(XPT_DEAD, &xprt->xpt_flags)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dcyclades.c773 unsigned int chip, too_many, had_work; local
801 too_many = 0;
810 if (1000 < too_many++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h977 uint64_t too_many:1; member in struct:cvmx_mio_fus_spr_repair_sum::cvmx_mio_fus_spr_repair_sum_s

Completed in 67 milliseconds