Searched refs:N_INSERT (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/tests/cdt/
H A Dtvsharemem.c36 #define N_INSERT (N_PROC/3) /* #concurrent writers */ macro
39 #define N_WRITER (N_INSERT+N_DELETE)
40 #define N_PROCESS (N_INSERT+N_DELETE+N_SEARCH)
42 #define COLLISION (N_INSERT/2) /* should be < N_INSERT */
47 static int Count[N_INSERT*W_EXTENT];
51 #define MEMSIZE (4*N_INSERT*W_EXTENT*(sizeof(Obj_t)+16) + 64*1024*1024)
412 { obj.dval = random()%(N_INSERT*W_EXTENT) + 1;
518 pid_t wpid[N_INSERT+N_DELETE+N_SEARCH], ppid, pid;
596 for(p = i = 0; i < N_INSERT;
[all...]

Completed in 7 milliseconds