Searched refs:rusage (Results 26 - 50 of 103) sorted by relevance

12345

/freebsd-11-stable/sys/kern/
H A Dkern_resource.c840 rufetchtd(struct thread *td, struct rusage *ru)
1034 struct rusage *rusage; member in struct:getrusage_args
1040 struct rusage ru;
1045 error = copyout(&ru, uap->rusage, sizeof(struct rusage));
1050 kern_getrusage(struct thread *td, int who, struct rusage *rup)
1085 rucollect(struct rusage *ru, struct rusage *ru2)
1099 ruadd(struct rusage *r
[all...]
H A Dtty_info.c224 struct rusage ru;
/freebsd-11-stable/contrib/gcc/
H A Dsys-types.h62 struct rusage;
/freebsd-11-stable/sys/geom/eli/
H A Dpkcs5v2.c99 struct rusage start, end;
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_util.h119 void freebsd32_rusage_out(const struct rusage *s, struct rusage32 *s32);
/freebsd-11-stable/lib/libc/include/
H A Dlibc_private.h312 struct rusage;
379 __pid_t __sys_wait4(__pid_t, int *, int, struct rusage *);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dpex-unix.c96 struct rusage r;
137 struct rusage r1, r2;
211 struct rusage r1, r2;
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_syscalls.c572 __thr_wait4(pid_t pid, int *status, int options, struct rusage *rusage) argument
579 ret = __sys_wait4(pid, status, options, rusage);
/freebsd-11-stable/lib/libc/gen/
H A Dpopen.c223 pid = _wait4(cur->pid, &pstat, 0, (struct rusage *)0);
/freebsd-11-stable/contrib/amd/amd/
H A Dsched.c261 while ((pid = wait3( &w, WNOHANG, (struct rusage *) NULL)) > 0) {
/freebsd-11-stable/contrib/tcsh/
H A Dsh.time.c71 (void) getrusage(RUSAGE_SELF, (struct rusage *) &ru0);
72 (void) getrusage(RUSAGE_CHILDREN, (struct rusage *) &ruch);
107 (void) getrusage(RUSAGE_SELF, (struct rusage *) &ru1);
108 (void) getrusage(RUSAGE_CHILDREN, (struct rusage *) &ruch);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilPosix.cpp133 struct rusage usage;
/freebsd-11-stable/contrib/sendmail/src/
H A Dtimers.c102 struct rusage ru;
/freebsd-11-stable/sys/sys/
H A Duser.h201 struct rusage ki_rusage; /* process rusage statistics */
203 struct rusage ki_rusage_ch; /* rusage of children processes */
H A Dsyscallsubr.h54 struct rusage;
133 int kern_getrusage(struct thread *td, int who, struct rusage *rup);
294 struct rusage *rup);
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_machdep.c78 static void bsd_to_linux_rusage(struct rusage *ru, struct l_rusage *lru);
90 bsd_to_linux_rusage(struct rusage *ru, struct l_rusage *lru)
114 linux_copyout_rusage(struct rusage *ru, void *uaddr)
717 struct rusage s;
723 if (uap->rusage != NULL)
724 error = linux_copyout_rusage(&s, uap->rusage);
/freebsd-11-stable/tools/tools/kttcp/
H A Dkttcp.c114 struct rusage rustart, ruend;
/freebsd-11-stable/contrib/netbsd-tests/net/in_cksum/
H A Din_cksum.c174 struct rusage res;
/freebsd-11-stable/usr.bin/dtc/
H A Ddtc.cc362 struct rusage r;
/freebsd-11-stable/usr.bin/locate/locate/
H A Dlocate.c335 struct rusage rus;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_misc.c970 int options, struct rusage *ru)
1009 wait4_args.rusage = NULL;
1019 struct rusage ru, *rup;
1025 (void *)args->rusage);
1034 if (args->rusage != NULL)
1041 if (args->rusage != NULL)
1042 error = linux_copyout_rusage(&ru, args->rusage);
1087 if (args->rusage != NULL) {
1089 args->rusage);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h71 #define __sanitizer_syscall_pre_compat_50_wait4(pid, status, options, rusage) \
74 (long long)(rusage))
76 rusage) \
79 (long long)(rusage))
608 #define __sanitizer_syscall_pre_compat_50_getrusage(who, rusage) \
610 (long long)(rusage))
611 #define __sanitizer_syscall_post_compat_50_getrusage(res, who, rusage) \
613 (long long)(rusage))
2444 #define __sanitizer_syscall_pre___getrusage50(who, rusage) \
2446 (long long)(rusage))
[all...]
/freebsd-11-stable/contrib/amd/include/
H A Dam_defs.h1569 extern int wait3(int *statusp, int options, struct rusage *rusage);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc60 struct rusage RU;
/freebsd-11-stable/sbin/md5/
H A Dmd5.c273 struct rusage before, after;

Completed in 277 milliseconds

12345