Searched refs:PT_SET_FREE (Results 1 – 1 of 1) sorted by relevance
158 #define PT_SET_FREE(pid) (((pid) << 1) | PT_F_FREE) macro397 pid_table[i].pt_slot = PT_SET_FREE(LINK_EMPTY + i + 1); in procinit()405 pid_table[last_free_pt].pt_slot = PT_SET_FREE(LINK_EMPTY); in procinit()997 slot = PT_SET_FREE(pid); in expand_pid_table()1013 PT_SET_FREE((pid & ~pt_size) | next_free_pt); in expand_pid_table()1214 pt->pt_slot = PT_SET_FREE(pid & ~pid_tbl_mask); in proc_free_pid_internal()1221 pt->pt_slot = PT_SET_FREE(PT_NEXT(pt->pt_slot) | pid); in proc_free_pid_internal()1496 pt->pt_slot = PT_SET_FREE(PT_NEXT(pt->pt_slot) | pg_id); in pg_remove()