Searched refs:max_req (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | sftp-client.c | 1207 u_int mode, id, buflen, num_req, max_req, status = SSH2_FX_OK; in do_download() local 1301 max_req = 1; in do_download() 1307 while (num_req > 0 || max_req > 0) { in do_download() 1318 max_req = 0; in do_download() 1322 while (num_req < max_req) { in do_download() 1326 num_req, max_req); in do_download() 1343 debug3("Received reply T:%u I:%u R:%d", type, id, max_req); in do_download() 1360 max_req = 0; in do_download() 1381 max_req = 0; in do_download() 1410 if (max_req > 0) { /* max_req = 0 iff EOF received */ in do_download() [all …]
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_exec_schedule.c | 1130 const unsigned int max_req = MAX_PRIO - MIN_PRIO; in deep() local 1131 const unsigned size = ALIGN(4*max_req, 4096); in deep() 1149 if (nreq > max_req) in deep() 1150 nreq = max_req; in deep() 1151 igt_info("Using %d requests (prio range %d)\n", nreq, max_req); in deep()
|