Searched refs:pidhash_next (Results 1 – 1 of 1) sorted by relevance
355 struct task_struct *pidhash_next; member542 if((p->pidhash_next = *htable) != NULL) in hash_pid()543 (*htable)->pidhash_pprev = &p->pidhash_next; in hash_pid()550 if(p->pidhash_next) in unhash_pid()551 p->pidhash_next->pidhash_pprev = p->pidhash_pprev; in unhash_pid()552 *p->pidhash_pprev = p->pidhash_next; in unhash_pid()559 for(p = *htable; p && p->pid != pid; p = p->pidhash_next) in find_task_by_pid()