Home
last modified time | relevance | path

Searched refs:max_request (Results 1 – 3 of 3) sorted by relevance

/trueos/crypto/heimdal/kcm/
HDconfig.c41 size_t max_request = 0; /* maximal size of a request */ variable
84 "max-request", 0, arg_string, &max_request,
368 max_request = parse_bytes(max_request_str, NULL); in kcm_configure()
370 if(max_request == 0){ in kcm_configure()
377 max_request = parse_bytes(p, NULL); in kcm_configure()
398 if(max_request == 0) in kcm_configure()
399 max_request = 64 * 1024; in kcm_configure()
HDkcm_locl.h169 extern size_t max_request;
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDspa.c2888 uint64_t max_request, int rewind_flags) in spa_load_best() argument
2900 spa->spa_load_max_txg = max_request; in spa_load_best()
2901 if (max_request != UINT64_MAX) in spa_load_best()