Searched defs:tms (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | times.h | 50 struct tms { struct 51 clock_t tms_utime; /* User CPU time */ argument 52 clock_t tms_stime; /* System CPU time */ argument 53 clock_t tms_cutime; /* User CPU time of terminated child procs */ argument 54 clock_t tms_cstime; /* System CPU time of terminated child procs */ argument
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-cn3010-evb-hs5.c | 81 static int validate_tm_struct(struct tm * tms) in validate_tm_struct() 110 struct tm tms; in cvmx_rtc_ds1337_read() local 156 struct tm tms; in cvmx_rtc_ds1337_write() local
|
| /f-stack/dpdk/lib/librte_ip_frag/ |
| H A D | ip_frag_internal.c | 19 const struct ip_frag_key *key, uint64_t tms) in ip_frag_tbl_add() 30 struct ip_frag_pkt *fp, uint64_t tms) in ip_frag_tbl_reuse() 223 const struct ip_frag_key *key, uint64_t tms) in ip_frag_find() 285 const struct ip_frag_key *key, uint64_t tms, in ip_frag_lookup()
|
| H A D | rte_ipv4_reassembly.c | 99 struct rte_ip_frag_death_row *dr, struct rte_mbuf *mb, uint64_t tms, in rte_ipv4_frag_reassemble_packet()
|
| H A D | rte_ip_frag_common.c | 128 struct rte_ip_frag_death_row *dr, uint64_t tms) in rte_frag_table_del_expired_entries()
|
| H A D | rte_ipv6_reassembly.c | 138 struct rte_ip_frag_death_row *dr, struct rte_mbuf *mb, uint64_t tms, in rte_ipv6_frag_reassemble_packet()
|
| H A D | ip_frag_common.h | 137 ip_frag_reset(struct ip_frag_pkt *fp, uint64_t tms) in ip_frag_reset()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_timer_perf.c | 41 struct rte_timer *tms; in test_timer_perf() local
|
| /f-stack/dpdk/examples/ip_reassembly/ |
| H A D | main.c | 309 struct lcore_queue_conf *qconf, uint64_t tms) in reassemble()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | module.c | 3065 } *tms = (struct typemethods*) typemethods_ptr; in RM_CreateDataType() local
|