Lines Matching refs:numbers
58 .numbers = { {
97 ns = pid->numbers[pid->level].ns; in put_pid()
119 active_ns = pid->numbers[pid->level].ns; in free_pid()
124 struct upid *upid = pid->numbers + i; in free_pid()
248 pid->numbers[i].nr = nr; in alloc_pid()
249 pid->numbers[i].ns = tmp; in alloc_pid()
272 upid = pid->numbers + ns->level; in alloc_pid()
278 for ( ; upid >= pid->numbers; --upid) { in alloc_pid()
297 upid = pid->numbers + i; in alloc_pid()
496 upid = &pid->numbers[ns->level]; in pid_nr_ns()
814 struct_size_t(struct pid, numbers, 1), in pid_idr_init()