Searched refs:INITIAL_PID_TABLE_SIZE (Results 1 – 1 of 1) sorted by relevance
151 #define INITIAL_PID_TABLE_SIZE (1 << 5) macro321 #define LINK_EMPTY ((PID_MAX + INITIAL_PID_TABLE_SIZE) & ~(INITIAL_PID_TABLE_SIZE - 1)) in procinit()327 pid_table = kmem_alloc(INITIAL_PID_TABLE_SIZE in procinit()329 pid_tbl_mask = INITIAL_PID_TABLE_SIZE - 1; in procinit()