Searched refs:fnum_queue_end (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/modules/
H A Dvfs_preopen.c46 int fnum_queue_end; /* last fname to be sent, based on member in struct:preopen_state
72 while (state->fnum_sent < state->fnum_queue_end) {
427 if ((state->fnum_queue_end != 0) /* Something was started earlier */
428 && (num < (state->fnum_queue_end - state->queue_max))) {
436 state->fnum_queue_end = num + state->queue_max;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/modules/
H A Dvfs_preopen.c46 int fnum_queue_end; /* last fname to be sent, based on member in struct:preopen_state
72 while (state->fnum_sent < state->fnum_queue_end) {
427 if ((state->fnum_queue_end != 0) /* Something was started earlier */
428 && (num < (state->fnum_queue_end - state->queue_max))) {
436 state->fnum_queue_end = num + state->queue_max;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/modules/
H A Dvfs_preopen.c46 int fnum_queue_end; /* last fname to be sent, based on member in struct:preopen_state
72 while (state->fnum_sent < state->fnum_queue_end) {
427 if ((state->fnum_queue_end != 0) /* Something was started earlier */
428 && (num < (state->fnum_queue_end - state->queue_max))) {
436 state->fnum_queue_end = num + state->queue_max;

Completed in 191 milliseconds