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