Searched refs:ENTRIES_PER_BLOCK (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c142 #define ENTRIES_PER_BLOCK 50 macro
232 int alloc_unit = sizeof(struct kvp_record) * ENTRIES_PER_BLOCK;
246 ENTRIES_PER_BLOCK * num_blocks,
290 int alloc_unit = sizeof(struct kvp_record) * ENTRIES_PER_BLOCK;
329 ENTRIES_PER_BLOCK,
464 if (num_records == (ENTRIES_PER_BLOCK * num_blocks)) {
467 ENTRIES_PER_BLOCK * (num_blocks + 1));

Completed in 44 milliseconds