Searched refs:racct_add (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Dracct.h176 int racct_add(struct proc *p, int resource, uint64_t amount);
205 racct_add(struct proc *p, int resource, uint64_t amount) function
/freebsd-12-stable/sys/kern/
H A Dtty_pts.c745 error = racct_add(p, RACCT_NPTS, 1);
799 error = racct_add(p, RACCT_NPTS, 1);
H A Dsysv_msg.c717 error = racct_add(td->td_proc, RACCT_NMSGQ, 1);
831 if (racct_add(td->td_proc, RACCT_MSGQQUEUED, 1)) {
837 if (racct_add(td->td_proc, RACCT_MSGQSIZE, msgsz)) {
H A Dkern_thr.c222 error = racct_add(p, RACCT_NTHR, 1);
H A Dsysv_shm.c721 if (racct_add(td->td_proc, RACCT_NSHM, 1)) {
725 if (racct_add(td->td_proc, RACCT_SHMSIZE, size)) {
H A Dkern_racct.c577 racct_add(struct proc *p, int resource, uint64_t amount) function
H A Dsysv_sem.c1044 error = racct_add(td->td_proc, RACCT_NSEM, nsems);
H A Dimgact_elf.c1625 error = racct_add(td->td_proc, RACCT_CORE, coresize);
/freebsd-12-stable/sys/compat/linux/
H A Dlinux_fork.c265 error = racct_add(p, RACCT_NTHR, 1);
/freebsd-12-stable/sys/vm/
H A Dswap_pager.c215 error = racct_add(curproc, RACCT_SWAP, incr);

Completed in 106 milliseconds