Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/dnet/
H A Ddnet.c2549 static struct rbuf_list *rbuf_freelist_head; variable
2601 rp->rbuf_next = rbuf_freelist_head; in dnet_rbuf_init()
2602 rbuf_freelist_head = rp; in dnet_rbuf_init()
2634 for (rp = rbuf_freelist_head; rp; rp = next) { in dnet_rbuf_destroy()
2642 rbuf_freelist_head = NULL; in dnet_rbuf_destroy()
2661 if (rbuf_freelist_head == NULL) { in dnet_rbuf_alloc()
2699 rbuf_freelist_head = rp; in dnet_rbuf_alloc()
2705 rp = rbuf_freelist_head; in dnet_rbuf_alloc()
2706 rbuf_freelist_head = rbuf_freelist_head->rbuf_next; in dnet_rbuf_alloc()
2766 rp->rbuf_next = rbuf_freelist_head; in dnet_rbuf_free()
[all …]