Lines Matching full:found
36 int i, found; in find_comm() local
38 found = 0; in find_comm()
48 found += 1; in find_comm()
53 return found; in find_comm()
77 int found, err = -1; in test__keep_tracking() local
111 * First, test that a 'comm' event can be found when the event is in test__keep_tracking()
122 found = find_comm(evlist, comm); in test__keep_tracking()
123 if (found != 1) { in test__keep_tracking()
129 * Secondly, test that a 'comm' event can be found when the event is in test__keep_tracking()
144 found = find_comm(evlist, comm); in test__keep_tracking()
145 if (found != 1) { in test__keep_tracking()