Searched refs:lock_tree (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/kern/ |
| H A D | kern_procctl.c | 965 int lock_tree; member 978 { .lock_tree = PCTL_SLOCKED, .one_proc = false, 984 { .lock_tree = PCTL_XLOCKED, .one_proc = true, 990 { .lock_tree = PCTL_XLOCKED, .one_proc = true, 996 { .lock_tree = PCTL_SLOCKED, .one_proc = true, 1003 { .lock_tree = PCTL_SLOCKED, .one_proc = true, 1010 { .lock_tree = PCTL_SLOCKED, .one_proc = true, 1018 { .lock_tree = PCTL_SLOCKED, .one_proc = false, 1090 { .lock_tree = PCTL_SLOCKED, .one_proc = true, 1183 switch (cmd_info->lock_tree) { in kern_procctl() [all …]
|