Searched refs:ptbl_buf (Results 1 – 2 of 2) sorted by relevance
126 static struct ptbl_buf *ptbl_buf_alloc(void);127 static void ptbl_buf_free(struct ptbl_buf *);140 struct ptbl_buf { struct141 TAILQ_ENTRY(ptbl_buf) link; /* list link */149 static TAILQ_HEAD(, ptbl_buf) ptbl_buf_freelist; argument156 static struct ptbl_buf *ptbl_bufs;169 (uint32_t)ptbl_bufs, sizeof(struct ptbl_buf) * PTBL_BUFS); in ptbl_init()184 static struct ptbl_buf *187 struct ptbl_buf *buf; in ptbl_buf_alloc()202 ptbl_buf_free(struct ptbl_buf *buf) in ptbl_buf_free()[all …]
205 TAILQ_HEAD(, ptbl_buf) pm_ptbl_list;