Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c147 static struct nb_reg_node *nb_free = (struct nb_reg_node *)&nb_free; variable
1780 n[CHUNK_SIZE-1].next = (struct nb_reg_node *)&nb_free; in allocate_chunk()
1781 nb_free = chk; in allocate_chunk()
1792 if (LIST_ISEMPTY(nb_free) && (allocate_chunk() == -1)) { in register_nb()
1803 LIST_EXTRACT(nb_free, node); in register_nb()
1829 LIST_ADD(nb_free, n); in unregister_nb()