Searched refs:racct_set_unlocked (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | racct.h | 182 int racct_set_unlocked(struct proc *p, int resource, uint64_t amount);
|
| /f-stack/freebsd/kern/ |
| H A D | kern_racct.c | 729 racct_set_unlocked(struct proc *p, int resource, uint64_t amount) in racct_set_unlocked() function
|
| H A D | kern_descrip.c | 952 error = racct_set_unlocked(p, RACCT_NOFILE, new + 1); in kern_dup() 1923 error = racct_set_unlocked(p, RACCT_NOFILE, allocfd); in fdalloc() 2579 racct_set_unlocked(p, RACCT_NOFILE, 0); in fdescfree()
|