Searched refs:trxd (Results 1 – 1 of 1) sorted by relevance
137 struct trxd { struct143 struct trxd *vnext; /* software use only */ argument172 static struct trxd * mn_alloc_desc(void);173 static void mn_free_desc(struct trxd *dp);213 struct trxd *r1, *rl;214 struct trxd *x1, *xl;489 static struct trxd *mn_desc_free;491 static struct trxd *494 struct trxd *dp; in mn_alloc_desc()500 dp = (struct trxd *)malloc(sizeof *dp, M_MN, M_NOWAIT); in mn_alloc_desc()[all …]