Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c146 static struct nb_reg_node *nb_free = (struct nb_reg_node *)&nb_free; variable
1813 n[CHUNK_SIZE-1].next = (struct nb_reg_node *)&nb_free; in allocate_chunk()
1814 nb_free = chk; in allocate_chunk()
1825 if (LIST_ISEMPTY(nb_free) && (allocate_chunk() == -1)) { in register_nb()
1836 LIST_EXTRACT(nb_free, node); in register_nb()
1862 LIST_ADD(nb_free, n); in unregister_nb()