Searched refs:PT_SET_FREE (Results 1 – 1 of 1) sorted by relevance
161 #define PT_SET_FREE(pid) (((pid) << 1) | PT_F_FREE) macro400 pid_table[i].pt_slot = PT_SET_FREE(LINK_EMPTY + i + 1); in procinit()408 pid_table[last_free_pt].pt_slot = PT_SET_FREE(LINK_EMPTY); in procinit()1000 slot = PT_SET_FREE(pid); in expand_pid_table()1016 PT_SET_FREE((pid & ~pt_size) | next_free_pt); in expand_pid_table()1217 pt->pt_slot = PT_SET_FREE(pid & ~pid_tbl_mask); in proc_free_pid_internal()1224 pt->pt_slot = PT_SET_FREE(PT_NEXT(pt->pt_slot) | pid); in proc_free_pid_internal()1503 pt->pt_slot = PT_SET_FREE(PT_NEXT(pt->pt_slot) | pg_id); in pg_remove()