MAX_CNT          14607 drivers/net/ethernet/intel/i40e/i40e_main.c 	const unsigned short MAX_CNT = 1000;
MAX_CNT          14613 drivers/net/ethernet/intel/i40e/i40e_main.c 	for (cnt = 0; cnt < MAX_CNT; ++cnt) {
MAX_CNT          14620 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (cnt == MAX_CNT) {
MAX_CNT            45 samples/bpf/test_overhead_user.c 	for (i = 0; i < MAX_CNT; i++) {
MAX_CNT            53 samples/bpf/test_overhead_user.c 	       cpu, MAX_CNT * 1000000000ll / (time_get_ns() - start_time));
MAX_CNT            69 samples/bpf/test_overhead_user.c 	for (i = 0; i < MAX_CNT; i++) {
MAX_CNT            77 samples/bpf/test_overhead_user.c 	       cpu, MAX_CNT * 1000000000ll / (time_get_ns() - start_time));
MAX_CNT            50 samples/bpf/trace_output_user.c 	if (cnt == MAX_CNT) {
MAX_CNT            52 samples/bpf/trace_output_user.c 		       MAX_CNT * 1000000000ll / (time_get_ns() - start_time));
MAX_CNT            84 samples/bpf/trace_output_user.c 	while ((ret = perf_buffer__poll(pb, 1000)) >= 0 && cnt < MAX_CNT) {