Home
last modified time | relevance | path

Searched refs:num_found (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Devent-loop.c784 int num_found = 0; in gdb_wait_for_event() local
804 num_found = poll (gdb_notifier.poll_fds, in gdb_wait_for_event()
809 if (num_found == -1 && errno != EINTR) in gdb_wait_for_event()
833 num_found = gdb_select (gdb_notifier.num_fds, in gdb_wait_for_event()
840 if (num_found == -1) in gdb_wait_for_event()
858 for (i = 0; (i < gdb_notifier.num_fds) && (num_found > 0); i++) in gdb_wait_for_event()
861 num_found--; in gdb_wait_for_event()
893 (file_ptr != NULL) && (num_found > 0); in gdb_wait_for_event()
908 num_found--; in gdb_wait_for_event()
/dragonfly/sys/dev/raid/mpr/
H A Dmpr_mapping.c920 u16 num_found; in _mapping_find_enc_map_space() local
928 num_found = 0; in _mapping_find_enc_map_space()
961 num_found += 1; in _mapping_find_enc_map_space()
962 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
970 num_found = 0; in _mapping_find_enc_map_space()
978 num_found = 0; in _mapping_find_enc_map_space()
983 num_found += 1; in _mapping_find_enc_map_space()
992 num_found = 0; in _mapping_find_enc_map_space()
1044 num_found = 0; in _mapping_find_enc_map_space()
1049 num_found += 1; in _mapping_find_enc_map_space()
[all …]
/dragonfly/sys/dev/raid/mps/
H A Dmps_mapping.c749 u16 num_found; in _mapping_find_enc_map_space() local
757 num_found = 0; in _mapping_find_enc_map_space()
775 num_found += 1; in _mapping_find_enc_map_space()
776 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
777 start_idx = (map_idx - num_found) + 1; in _mapping_find_enc_map_space()
781 num_found = 0; in _mapping_find_enc_map_space()
787 num_found += 1; in _mapping_find_enc_map_space()
788 if (num_found == et_entry->num_slots) { in _mapping_find_enc_map_space()
793 num_found = 0; in _mapping_find_enc_map_space()
813 num_found += 1; in _mapping_find_enc_map_space()
[all …]