Searched refs:t_req (Results 1 – 2 of 2) sorted by relevance
885 uintptr_t t_req = NULL; // requested stop in gcore_prchoose() local905 if (t_req == NULL) in gcore_prchoose()906 t_req = t_addr; in gcore_prchoose()950 else if (t_req == NULL) in gcore_prchoose()951 t_req = t_addr; in gcore_prchoose()992 else if (t_req) in gcore_prchoose()993 t_addr = t_req; in gcore_prchoose()
128 kthread_t *t_req = NULL; /* requested stop */ in prchoose() local146 if (t_req == NULL) in prchoose()147 t_req = t; in prchoose()197 else if (t_req == NULL) in prchoose()198 t_req = t; in prchoose()239 else if (t_req) in prchoose()240 t = t_req; in prchoose()