Home
last modified time | relevance | path

Searched refs:ru_msgsnd (Results 1 – 9 of 9) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dresource.h83 long ru_msgsnd; /* messages sent */ member
/f-stack/freebsd/sys/
H A Dresource.h86 long ru_msgsnd; /* messages sent */ member
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_machdep.c111 lru->ru_msgsnd = ru->ru_msgsnd; in bsd_to_linux_rusage()
H A Dlinux.h150 l_long ru_msgsnd; member
/f-stack/freebsd/kern/
H A Dsys_socket.c647 ru_before = td->td_ru.ru_msgsnd; in soaio_process_job()
654 if (td->td_ru.ru_msgsnd != ru_before) in soaio_process_job()
H A Dvfs_aio.c788 msgsnd_st = td->td_ru.ru_msgsnd; in aio_process_rw()
808 msgsnd_end = td->td_ru.ru_msgsnd; in aio_process_rw()
1923 td->td_ru.ru_msgsnd += job->msgsnd; in kern_aio_return()
2554 td->td_ru.ru_msgsnd += job->msgsnd; in kern_aio_waitcomplete()
H A Dsys_pipe.c1320 td->td_ru.ru_msgsnd++; in pipe_write()
H A Duipc_socket.c1408 td->td_ru.ru_msgsnd++;
1584 td->td_ru.ru_msgsnd++;
/f-stack/freebsd/netinet/
H A Dsctp_output.c12886 p->td_ru.ru_msgsnd++; in sctp_lower_sosend()