Searched refs:nrecords (Results 1 – 4 of 4) sorted by relevance
49 next_table(off_t *offset, off_t *nrecords) in next_table() argument53 *nrecords = FIRST_TABLE_RECORDS; in next_table()55 *offset += *nrecords * RECORD_LEN; in next_table()56 *nrecords = (FIRST_TABLE_RECORDS + 1) * 2; in next_table()58 *offset += *nrecords * RECORD_LEN; in next_table()59 *nrecords *= 2; in next_table()63 if (*nrecords > MAX_SIZE / RECORD_LEN) in next_table()65 if (*offset > MAX_SIZE - (*nrecords * RECORD_LEN)) in next_table()142 off_t table_offset = -1, nrecords = 0, avail_offset = -1, record_offset; in store() local165 ret = next_table(&table_offset, &nrecords); in store()[all …]
483 u_int nrecords; in sflow_print_counter_records() local491 nrecords = records; in sflow_print_counter_records()495 while (nrecords > 0) { in sflow_print_counter_records()550 nrecords--; in sflow_print_counter_records()562 u_int nrecords; in sflow_print_counter_sample() local569 nrecords = GET_BE_U_4(sflow_counter_sample->records); in sflow_print_counter_sample()575 nrecords); in sflow_print_counter_sample()579 nrecords); in sflow_print_counter_sample()587 u_int nrecords; in sflow_print_expanded_counter_sample() local595 nrecords = GET_BE_U_4(sflow_expanded_counter_sample->records); in sflow_print_expanded_counter_sample()[all …]
1183 u_int nrecords; member1247 params.nrecords = 2 * RANDOM_TESTSIZE / in ATF_TC_BODY()1251 malloc(params.nrecords * sizeof(size_t *))) != NULL); in ATF_TC_BODY()1253 for (u_int i = 0; i < params.nrecords; i++) { in ATF_TC_BODY()1257 params.nrecords = i; in ATF_TC_BODY()1262 params.records[params.nrecords - 1] = RANDOM_TESTSIZE; in ATF_TC_BODY()
4828 int nsamples, nrecords, pass, iter; in pmc_capture_user_callchain() local4833 nrecords = INT_MAX; in pmc_capture_user_callchain()4842 nrecords = atomic_readandclear_32(&td->td_pmcpend); in pmc_capture_user_callchain()4907 if (nrecords-- == 1) in pmc_capture_user_callchain()