Lines Matching full:found
37 int i, found; in find_comm() local
39 found = 0; in find_comm()
49 found += 1; in find_comm()
54 return found; in find_comm()
78 int found, err = -1; in test__keep_tracking() local
112 * First, test that a 'comm' event can be found when the event is in test__keep_tracking()
123 found = find_comm(evlist, comm); in test__keep_tracking()
124 if (found != 1) { in test__keep_tracking()
130 * Secondly, test that a 'comm' event can be found when the event is in test__keep_tracking()
145 found = find_comm(evlist, comm); in test__keep_tracking()
146 if (found != 1) { in test__keep_tracking()