Home
last modified time | relevance | path

Searched refs:racct_set_unlocked (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dracct.h182 int racct_set_unlocked(struct proc *p, int resource, uint64_t amount);
/f-stack/freebsd/kern/
H A Dkern_racct.c729 racct_set_unlocked(struct proc *p, int resource, uint64_t amount) in racct_set_unlocked() function
H A Dkern_descrip.c952 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()