/src/sys/kern/ |
kern_uidinfo.c | 64 _MEM(lwpcnt), 111 CTLTYPE_QUAD, "lwpcnt", 254 long lwpcnt; local in function:chglwpcnt 257 lwpcnt = atomic_add_long_nv(&uip->ui_lwpcnt, diff); 258 KASSERTMSG(lwpcnt >= 0, "uid=%d diff=%d lwpcnt=%ld", 259 uid, diff, lwpcnt); 260 return lwpcnt;
|
kern_uidinfo.c | 64 _MEM(lwpcnt), 111 CTLTYPE_QUAD, "lwpcnt", 254 long lwpcnt; local in function:chglwpcnt 257 lwpcnt = atomic_add_long_nv(&uip->ui_lwpcnt, diff); 258 KASSERTMSG(lwpcnt >= 0, "uid=%d diff=%d lwpcnt=%ld", 259 uid, diff, lwpcnt); 260 return lwpcnt;
|
kern_uidinfo.c | 64 _MEM(lwpcnt), 111 CTLTYPE_QUAD, "lwpcnt", 254 long lwpcnt; local in function:chglwpcnt 257 lwpcnt = atomic_add_long_nv(&uip->ui_lwpcnt, diff); 258 KASSERTMSG(lwpcnt >= 0, "uid=%d diff=%d lwpcnt=%ld", 259 uid, diff, lwpcnt); 260 return lwpcnt;
|