HomeSort by: relevance | last modified time | path
    Searched defs:pid_table (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_proc.c 129 * pid to lwp/proc lookup is done by indexing the pid_table array.
145 struct pid_table { struct
176 static struct pid_table *pid_table __read_mostly;
392 pid_table = kmem_alloc(INITIAL_PID_TABLE_SIZE
393 * sizeof(struct pid_table), KM_SLEEP);
400 pid_table[i].pt_slot = PT_SET_FREE(LINK_EMPTY + i + 1);
401 pid_table[i].pt_pgrp = 0;
402 pid_table[i].pt_pid = 0;
408 pid_table[last_free_pt].pt_slot = PT_SET_FREE(LINK_EMPTY)
    [all...]
kern_proc.c 129 * pid to lwp/proc lookup is done by indexing the pid_table array.
145 struct pid_table { struct
176 static struct pid_table *pid_table __read_mostly;
392 pid_table = kmem_alloc(INITIAL_PID_TABLE_SIZE
393 * sizeof(struct pid_table), KM_SLEEP);
400 pid_table[i].pt_slot = PT_SET_FREE(LINK_EMPTY + i + 1);
401 pid_table[i].pt_pgrp = 0;
402 pid_table[i].pt_pid = 0;
408 pid_table[last_free_pt].pt_slot = PT_SET_FREE(LINK_EMPTY)
    [all...]

Completed in 23 milliseconds