HomeSort by: relevance | last modified time | path
    Searched refs:max_per_call (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/blkdiscard/
blkdiscard.c 100 off_t max_per_call = 32 * 1024 * 1024; local
123 max_per_call = val;
160 zeros = calloc(1, max_per_call);
163 (long long)max_per_call);
234 (long long)max_per_call);
243 if (size > max_per_call)
244 discard_size = max_per_call;
  /src/crypto/external/apache2/openssl/dist/Configurations/
unix-Makefile.tmpl 1976 my $max_per_call = 500;
1978 push @objs_grouped, join(" ", splice @objs, 0, $max_per_call) while @objs;
  /src/crypto/external/bsd/openssl/dist/Configurations/
unix-Makefile.tmpl 1887 my $max_per_call = 500;
1889 push @objs_grouped, join(" ", splice @objs, 0, $max_per_call) while @objs;

Completed in 29 milliseconds