Searched refs:entry_count (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11-stable/usr.sbin/bhyve/
H A Dmptbl.c346 mpch->entry_count += ncpu;
351 mpch->entry_count += MPE_NUM_BUSES;
356 mpch->entry_count++;
362 mpch->entry_count += ioints;
367 mpch->entry_count += MPEII_NUM_LOCAL_IRQ;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompactUnwindInfo.h114 uint32_t entry_count, uint32_t function_offset,
119 uint32_t entry_count,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp45 uint8_t entry_count = debug_macro_data.GetU8(offset); local
46 for (uint8_t i = 0; i < entry_count; i++) {
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw_queues.c344 * @param entry_count number of entries in the EQ
349 hw_new_eq(ocs_hw_t *hw, uint32_t entry_count) argument
356 eq->entry_count = entry_count;
366 if (sli_queue_alloc(&hw->sli, SLI_QTYPE_EQ, eq->queue, entry_count, NULL, 0)) {
375 eq->entry_count);
388 * @param entry_count number of entries in the CQ
393 hw_new_cq(hw_eq_t *eq, uint32_t entry_count) argument
402 cq->entry_count = entry_count;
434 hw_new_cq_set(hw_eq_t *eqs[], hw_cq_t *cqs[], uint32_t num_cqs, uint32_t entry_count) argument
497 hw_new_mq(hw_cq_t *cq, uint32_t entry_count) argument
540 hw_new_wq(hw_cq_t *cq, uint32_t entry_count, uint32_t class, uint32_t ulp) argument
585 hw_new_rq(hw_cq_t *cq, uint32_t entry_count, uint32_t ulp) argument
669 hw_new_rq_set(hw_cq_t *cqs[], hw_rq_t *rqs[], uint32_t num_rq_pairs, uint32_t entry_count, uint32_t ulp) argument
[all...]
H A Docs_utils.c223 uint32_t entry_count; /*>> number of entries added to the array */ member in struct:ocs_varray_s
296 if (va->entry_count < va->array_count) {
297 va->array[va->entry_count++] = entry;
363 if (++va->next_index >= va->entry_count) {
414 rc = va->entry_count;
422 uint32_t entry_count; /*<< entry count */ member in struct:ocs_cbuf_s
438 * @param entry_count count of entries
443 ocs_cbuf_alloc(ocs_os_handle_t os, uint32_t entry_count) argument
453 cbuf->entry_count = entry_count;
728 uint32_t entry_count = 0; local
[all...]
H A Docs_hw.h1111 uint32_t entry_count; member in struct:hw_eq_s
1126 uint32_t entry_count; /*<< Number of entries */ member in struct:hw_cq_s
1147 uint32_t entry_count; member in struct:hw_mq_s
1163 uint32_t entry_count; member in struct:hw_wq_s
1208 uint32_t entry_count; member in struct:hw_rq_s
1241 extern hw_eq_t *hw_new_eq(ocs_hw_t *hw, uint32_t entry_count);
1242 extern hw_cq_t *hw_new_cq(hw_eq_t *eq, uint32_t entry_count);
1243 extern uint32_t hw_new_cq_set(hw_eq_t *eqs[], hw_cq_t *cqs[], uint32_t num_cqs, uint32_t entry_count);
1244 extern hw_mq_t *hw_new_mq(hw_cq_t *cq, uint32_t entry_count);
1245 extern hw_wq_t *hw_new_wq(hw_cq_t *cq, uint32_t entry_count, uint32_
[all...]
H A Docs_utils.h55 extern ocs_varray_t *ocs_varray_alloc(ocs_os_handle_t os, uint32_t entry_count);
73 extern ocs_cbuf_t *ocs_cbuf_alloc(ocs_os_handle_t os, uint32_t entry_count);
H A Docs_ddump.c104 for (j = 0; j < rq->entry_count; j++) {
H A Docs_hw.c782 count += hw->hw_rq[i]->entry_count;
1425 for (j = 0; j < rq->entry_count; j++) {
8069 for (j = 0; j < rq->entry_count; j++) {
11665 rq->hdr_buf = ocs_hw_rx_buffer_alloc(hw, rqindex, rq->entry_count, hdr_size);
11673 rq->entry_count, hdr_size);
11678 rq->payload_buf = ocs_hw_rx_buffer_alloc(hw, rqindex, rq->entry_count, payload_size);
11685 rq->entry_count, payload_size);
11714 for (i = 0; i < rq->entry_count-1; i++) {
11751 ocs_hw_rx_buffer_free(hw, rq->hdr_buf, rq->entry_count);
11753 ocs_hw_rx_buffer_free(hw, rq->payload_buf, rq->entry_count);
[all...]
/freebsd-11-stable/usr.bin/etdump/
H A Detdump.c156 int entry_count; local
198 entry_count = dump_section(buffer, offset, outfile, filename,
201 offset += entry_count * ET_BOOT_ENTRY_SIZE;
/freebsd-11-stable/sys/x86/include/
H A Dmptable.h71 uint16_t entry_count; member in struct:MPCTH
/freebsd-11-stable/tools/tools/ncpus/
H A Dbiosmptable.c88 for (i = 0; i < mpcth->entry_count; i++) {
/freebsd-11-stable/usr.bin/mkimg/
H A Dvhdx.c102 uint32_t entry_count; member in struct:vhdx_region_table_header
117 uint16_t entry_count; member in struct:vhdx_metadata_table_header
281 le32enc(&header.entry_count, 2);
337 le16enc(&header.entry_count, 5);
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_controller.h461 #define INCREMENT_QUEUE_GET(index, cycle, entry_count, bit_toggle) \
463 if ((index) + 1 == entry_count) \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp412 uint32_t entry_page_offset, uint32_t entry_count, uint32_t function_offset,
422 uint32_t high = entry_count;
452 uint32_t entry_page_offset, uint32_t entry_count,
458 uint32_t high = entry_count;
561 uint16_t entry_count = m_unwindinfo_data.GetU16(&offset); // entryCount local
564 second_page_offset + entry_page_offset, entry_count, function_offset,
623 uint16_t entry_count = m_unwindinfo_data.GetU16(&offset); // entryCount local
630 second_page_offset + entry_page_offset, entry_count, function_offset,
411 BinarySearchRegularSecondPage( uint32_t entry_page_offset, uint32_t entry_count, uint32_t function_offset, uint32_t *entry_func_start_offset, uint32_t *entry_func_end_offset) argument
451 BinarySearchCompressedSecondPage( uint32_t entry_page_offset, uint32_t entry_count, uint32_t function_offset_to_find, uint32_t function_offset_base, uint32_t *entry_func_start_offset, uint32_t *entry_func_end_offset) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dindex.c82 apr_uint32_t entry_count; member in struct:l2p_page_table_entry_t
118 apr_uint32_t entry_count; member in struct:l2p_page_t
834 int entry_count = 0; local
835 for (i = 0; i < entries->nelts; i += entry_count)
845 entry_count = ffd->l2p_page_size < entries->nelts - i
848 SVN_ERR(encode_l2p_page(entries, i, i + entry_count,
851 APR_ARRAY_PUSH(entry_counts, apr_uint64_t) = entry_count;
1069 result->page_table[page].entry_count = (apr_uint32_t)value;
1341 result->entry_count = table_entry->entry_count;
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dindex.c77 apr_uint32_t entry_count; member in struct:l2p_page_table_entry_t
113 apr_uint32_t entry_count; member in struct:l2p_page_t
960 int entry_count = 0; local
961 for (i = 0; i < entries->nelts; i += entry_count)
971 entry_count = ffd->l2p_page_size < entries->nelts - i
974 SVN_ERR(encode_l2p_page(entries, i, i + entry_count,
977 APR_ARRAY_PUSH(entry_counts, apr_uint64_t) = entry_count;
1346 result->page_table[page].entry_count = (apr_uint32_t)value;
1455 result->entry_count = table_entry->entry_count;
[all...]
/freebsd-11-stable/usr.sbin/mptable/
H A Dmptable.c570 printf( " entry count:\t\t\t%d\n", cth->entry_count );
597 for (c = cth->entry_count; c; c--) {
/freebsd-11-stable/contrib/gcc/cp/
H A Dname-lookup.c138 size_t entry_count; local
147 table->entry_count = 0;
173 table->entry_count = 0;
194 const size_t old_entry_count = table->entry_count;
213 table->entry_count = old_entry_count;
227 ++table->entry_count;
229 if (3 * table->chain_count < 5 * table->entry_count)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DSymbolFilePDB.cpp1790 int entry_count = lines->getChildCount(); local
1797 for (int i = 0; i < entry_count; ++i) {
1850 if (entry_count > 0 && ShouldAddLine(match_line, prev_line, prev_length)) {
/freebsd-11-stable/contrib/gcc/
H A Dtree-cfg.c4441 gcov_type total_count = 0, entry_count = 0; local
4498 entry_count = entry->count;
4501 if (entry_count > total_count)
4502 entry_count = total_count;
4521 total_count - entry_count,
4523 scale_bbs_frequencies_gcov_type (region_copy, n_region, entry_count,
/freebsd-11-stable/sys/sys/
H A Data.h787 uint8_t entry_count; member in struct:ata_identify_log_pages
/freebsd-11-stable/sys/x86/x86/
H A Dmptable.c432 for (i = 0; i < mpct->entry_count; i++) {
/freebsd-11-stable/sys/cam/ata/
H A Data_da.c3021 && (softc->ata_iddir.entry_count > 0)) {
3024 num_entries = softc->ata_iddir.entry_count;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_da.c5085 && (softc->ata_iddir.entry_count > 0)) {
5088 num_entries = softc->ata_iddir.entry_count;

Completed in 725 milliseconds

12