Searched refs:M_PROC (Results 1 – 3 of 3) sorted by relevance
110 #define M_PROC 41 /* Proc structures */ macro
51 #define M_PROC 41 macro
277 sesshashtbl = hashinit(maxproc / 4, M_PROC, &sesshash); in procinit()278 uihashtbl = hashinit(maxproc / 16, M_PROC, &uihash); in procinit()