HomeSort by: relevance | last modified time | path
    Searched defs:nsuccess (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/openpam/dist/lib/libpam/
openpam_dispatch.c 71 int err, fail, nsuccess, r; local
109 fail = nsuccess = 0;
136 ++nsuccess;
185 if (err == PAM_SUCCESS && nsuccess < 1) {
  /src/external/bsd/jemalloc/dist/src/
hpa.c 630 size_t nsuccess = 0; local
631 for (; nsuccess < nallocs; nsuccess++) {
643 return nsuccess;
653 size_t nsuccess = hpa_try_alloc_batch_no_grow(tsdn, shard, size, &oom, local
656 if (nsuccess == nallocs || oom) {
657 return nsuccess;
669 nsuccess += hpa_try_alloc_batch_no_grow(tsdn, shard, size, &oom,
670 nallocs - nsuccess, results, deferred_work_generated);
671 if (nsuccess == nallocs || oom)
730 size_t nsuccess = hpa_alloc_batch_psset(tsdn, shard, size, nallocs, local
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
hpa.c 273 size_t nsuccess = pai_alloc_batch(tsdn, &shard->pai, PAGE, NALLOCS / 2, local
275 expect_zu_eq(NALLOCS / 2, nsuccess, "Unexpected oom");
  /src/external/bsd/jemalloc.old/dist/src/
hpa.c 630 size_t nsuccess = 0; local
631 for (; nsuccess < nallocs; nsuccess++) {
643 return nsuccess;
653 size_t nsuccess = hpa_try_alloc_batch_no_grow(tsdn, shard, size, &oom, local
656 if (nsuccess == nallocs || oom) {
657 return nsuccess;
669 nsuccess += hpa_try_alloc_batch_no_grow(tsdn, shard, size, &oom,
670 nallocs - nsuccess, results, deferred_work_generated);
671 if (nsuccess == nallocs || oom)
730 size_t nsuccess = hpa_alloc_batch_psset(tsdn, shard, size, nallocs, local
    [all...]
  /src/external/bsd/jemalloc.old/dist/test/unit/
hpa.c 273 size_t nsuccess = pai_alloc_batch(tsdn, &shard->pai, PAGE, NALLOCS / 2, local
275 expect_zu_eq(NALLOCS / 2, nsuccess, "Unexpected oom");
  /src/usr.sbin/sysinst/
util.c 88 int nsuccess; member in struct:tarstats
1086 tarstats.nsuccess++;
1461 tarstats.nsuccess + tarstats.nskipped,
1501 if (tarstats.nerror == 0 && tarstats.nsuccess == tarstats.nselected) {
1509 tarstats.nfound, tarstats.nsuccess, tarstats.nerror);

Completed in 18 milliseconds