Searched refs:num_found (Results 1 – 5 of 5) sorted by relevance
134 bit32 j, num_found = 0; in siDumpActiveIORequests() local185 num_found++; in siDumpActiveIORequests()198 SA_DBG1(("siDumpActiveIORequests: %d found active\n",num_found)); in siDumpActiveIORequests()218 bit32 num_found = 0; in siClearActiveIORequests() local237 num_found++; in siClearActiveIORequests()241 if(num_found) in siClearActiveIORequests()243 SA_DBG1(("siClearActiveIORequests %d found active\n",num_found)); in siClearActiveIORequests()268 bit32 j, num_found = 0; in siClearActiveIORequestsOnDevice() local289 num_found++; in siClearActiveIORequestsOnDevice()295 if(num_found) in siClearActiveIORequestsOnDevice()[all …]
739 int num_found = 0; in gdb_wait_for_event() local752 num_found = in gdb_wait_for_event()759 if (num_found == -1 && errno != EINTR) in gdb_wait_for_event()771 num_found = select (gdb_notifier.num_fds, in gdb_wait_for_event()779 if (num_found == -1) in gdb_wait_for_event()795 for (i = 0; (i < gdb_notifier.num_fds) && (num_found > 0); i++) in gdb_wait_for_event()798 num_found--; in gdb_wait_for_event()831 (file_ptr != NULL) && (num_found > 0); in gdb_wait_for_event()846 num_found--; in gdb_wait_for_event()
755 u16 num_found; in _mapping_find_enc_map_space() local763 num_found = 0; in _mapping_find_enc_map_space()781 num_found += 1; in _mapping_find_enc_map_space()782 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()783 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()787 num_found = 0; in _mapping_find_enc_map_space()793 num_found += 1; in _mapping_find_enc_map_space()794 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()795 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()799 num_found = 0; in _mapping_find_enc_map_space()[all …]
1797 size_t num_found = m_images.FindModules (module_spec_copy, found_modules); in GetSharedModule() local1798 if (num_found == 1) in GetSharedModule()