Lines Matching defs:p
199 dprintf("pool %p\n", dp);
259 dprintf("pool %p\n", dp);
473 dprintf("waiting; tx_synced=%llu waiting=%llu dp=%p\n",
619 "tx_synced=%llu waiting=%llu dp=%p\n",
743 txg_list_add(txg_list_t *tl, void *p, uint64_t txg)
746 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset);
767 txg_list_add_tail(txg_list_t *tl, void *p, uint64_t txg)
770 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset);
798 void *p = NULL;
802 p = (char *)tn - tl->tl_offset;
809 return (p);
816 txg_list_remove_this(txg_list_t *tl, void *p, uint64_t txg)
824 if ((char *)tn - tl->tl_offset == p) {
829 return (p);
839 txg_list_member(txg_list_t *tl, void *p, uint64_t txg)
842 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset);
860 txg_list_next(txg_list_t *tl, void *p, uint64_t txg)
863 txg_node_t *tn = (txg_node_t *)((char *)p + tl->tl_offset);