Searched refs:rusage (Results 76 - 100 of 103) sorted by relevance

12345

/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_misc.c835 struct rusage ru;
/freebsd-11-stable/tests/sys/aio/
H A Daio_test.c452 struct rusage ru_before, ru_after;
/freebsd-11-stable/lib/libsysdecode/
H A Dflags.c502 return (lookup_value(rusage, who));
/freebsd-11-stable/contrib/tcsh/
H A Dsh.h282 # define sysrusage rusage
H A Dsh.proc.c98 static struct rusage zru;
186 /* both a wait3 and rusage */
209 /* we have a wait3, but no rusage stuff */
221 /* both a wait3 and rusage */
244 /* no wait3, therefore no rusage */
/freebsd-11-stable/sbin/devd/
H A Ddevd.cc269 pid = ::wait4(savedpid, &pstat, 0, (struct rusage *)0);
/freebsd-11-stable/sys/kern/
H A Dinit_main.c626 struct rusage ru;
H A Dkern_time.c276 struct rusage ru;
H A Dsystrace_args.c71 uarg[3] = (intptr_t) p->rusage; /* struct rusage * */
654 uarg[1] = (intptr_t) p->rusage; /* struct rusage * */
3443 p = "struct rusage *";
4368 p = "struct rusage *";
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_proto.h43 char rusage_l_[PADL_(struct rusage32 *)]; struct rusage32 * rusage; char rusage_r_[PADR_(struct rusage32 *)]; member in struct:freebsd32_wait4_args
115 char rusage_l_[PADL_(struct rusage32 *)]; struct rusage32 * rusage; char rusage_r_[PADR_(struct rusage32 *)]; member in struct:freebsd32_getrusage_args
H A Dfreebsd32_systrace_args.c74 uarg[3] = (intptr_t) p->rusage; /* struct rusage32 * */
657 uarg[1] = (intptr_t) p->rusage; /* struct rusage32 * */
/freebsd-11-stable/bin/sh/
H A Djobs.c1173 pid = wait3(&status, wflags, (struct rusage *)NULL);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp176 unsigned struct_rusage_sz = sizeof(struct rusage);
H A Dsanitizer_platform_limits_netbsd.cpp252 unsigned struct_rusage_sz = sizeof(struct rusage);
/freebsd-11-stable/usr.bin/top/
H A Dmachine.c952 struct rusage ru, *rup;
/freebsd-11-stable/sys/amd64/linux32/
H A Dlinux32_systrace_args.c510 uarg[1] = (intptr_t) p->rusage; /* struct l_rusage * */
766 uarg[3] = (intptr_t) p->rusage; /* struct l_rusage * */
1894 uarg[4] = (intptr_t) p->rusage; /* struct l_rusage * */
H A Dlinux32_proto.h248 char rusage_l_[PADL_(struct l_rusage *)]; struct l_rusage * rusage; char rusage_r_[PADR_(struct l_rusage *)]; member in struct:linux_getrusage_args
359 char rusage_l_[PADL_(struct l_rusage *)]; struct l_rusage * rusage; char rusage_r_[PADR_(struct l_rusage *)]; member in struct:linux_wait4_args
888 char rusage_l_[PADL_(struct l_rusage *)]; struct l_rusage * rusage; char rusage_r_[PADR_(struct l_rusage *)]; member in struct:linux_waitid_args
/freebsd-11-stable/sys/i386/linux/
H A Dlinux_systrace_args.c518 uarg[1] = (intptr_t) p->rusage; /* struct rusage * */
795 uarg[3] = (intptr_t) p->rusage; /* void * */
1970 uarg[4] = (intptr_t) p->rusage; /* void * */
3785 p = "struct rusage *";
H A Dlinux_proto.h362 char rusage_l_[PADL_(void *)]; void * rusage; char rusage_r_[PADR_(void *)]; member in struct:linux_wait4_args
906 char rusage_l_[PADL_(void *)]; void * rusage; char rusage_r_[PADR_(void *)]; member in struct:linux_waitid_args
/freebsd-11-stable/usr.sbin/inetd/
H A Dinetd.c951 pid = wait3(&status, WNOHANG, (struct rusage *)0);
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp1748 struct rusage r_usage;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-nat.c1821 int status, int sigcode, rusage_t rusage, pid_t pid)
1794 S_proc_wait_reply(mach_port_t reply, error_t err, int status, int sigcode, rusage_t rusage, pid_t pid) argument
/freebsd-11-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c164 pid = wait4(the_pid, &pstat, 0, (struct rusage *)0);
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c3144 struct rusage rus;
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c2179 while ((pid = wait3(&status, WNOHANG, (struct rusage *)NULL)) > 0) {

Completed in 328 milliseconds

12345