Lines Matching refs:Disc
67 static Disc_t *Disc; /* shared discipline structure */
213 Disc = (Disc_t*)(State+1);
214 Obj = (Obj_t*)(Disc+1);
215 Disc->addr = (unsigned char*)(Obj+N_OBJ);
216 Disc->size = k;
236 Disc->disc.key = DTOFFSET(Obj_t,str);
237 Disc->disc.size = 0;
238 Disc->disc.link = 0;
239 Disc->disc.makef = NIL(Dtmake_f);
240 Disc->disc.freef = NIL(Dtfree_f);
241 Disc->disc.comparf = NIL(Dtcompar_f);
242 Disc->disc.hashf = NIL(Dthash_f);
243 Disc->disc.memoryf = memory;
244 Disc->disc.eventf = NIL(Dtevent_f);
245 if(!(dt = dtopen(&Disc->disc, Dtoset)) )
269 tinfo("\ttsafetree: Insertion #procs=%d (free shared mem=%d)", k, Disc->size);
281 tinfo("\ttsafetree: Deletion (free shared mem=%d)", Disc->size);