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

/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_fhistory.c68 #define N_NODE_ENTRIES 1000 macro
313 session->ns_fh.fh_node_index == N_NODE_ENTRIES) {
341 session->ns_fh.fh_node_entries = ndmp_malloc(N_NODE_ENTRIES
647 session->ns_fh_v3.fh_node_index == N_NODE_ENTRIES) {
678 ndmp_malloc(sizeof (ndmp_node_v3) * N_NODE_ENTRIES);
685 ndmp_malloc(sizeof (ndmp_file_stat_v3) * N_NODE_ENTRIES);

Completed in 534 milliseconds