Searched refs:fail_count (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/tests/
H A Dt_client.sh.in81 fail_count=$(( $fail_count + 1 ))
220 fail_count=0
228 if [ "$fail_count" = 0 ] ; then
299 if [ "$fail_count" = 0 ] ; then
303 echo -e "test run $SUF: $fail_count test failures. FAIL.\n";
H A Dt_client.sh81 fail_count=$(( $fail_count + 1 ))
220 fail_count=0
228 if [ "$fail_count" = 0 ] ; then
299 if [ "$fail_count" = 0 ] ; then
303 echo -e "test run $SUF: $fail_count test failures. FAIL.\n";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-io.c80 unsigned int fail_count; member in struct:pvr2_stream
455 if (sp->fail_count) {
459 sp->fail_count = 0;
461 } else if (sp->fail_count < sp->fail_tolerance) {
464 (sp->fail_count)++;
469 sp,urb->status,sp->fail_count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-3945-rs.c263 s32 fail_count; local
316 fail_count = window->counter - window->success_counter;
319 if ((fail_count >= IWL_RATE_MIN_FAILURE_TH) ||
644 u32 fail_count; local
697 fail_count = window->counter - window->success_counter;
699 if (((fail_count < IWL_RATE_MIN_FAILURE_TH) &&
H A Diwl-agn-rs.c367 s32 fail_count, tpt; local
421 fail_count = window->counter - window->success_counter;
424 if ((fail_count >= IWL_RATE_MIN_FAILURE_TH) ||
1936 u32 fail_count; local
2057 fail_count = window->counter - window->success_counter;
2058 if ((fail_count < IWL_RATE_MIN_FAILURE_TH) &&
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libmsrpc/
H A Dcac_samr.c2386 uint16 fail_count = 0; local
2420 fail_count++;
2435 fail_count++;
2448 fail_count++;
2452 if ( fail_count == 3 )
2462 if ( fail_count > 0 ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-mpath.c33 unsigned fail_count; /* Cumulative failure count */ member in struct:pgpath
976 pgpath->fail_count++;
1340 * [path_dev A|F fail_count [selector_args]* ]+ ]+
1415 p->fail_count);

Completed in 57 milliseconds