Home
last modified time | relevance | path

Searched defs:tms (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/sys/
H A Dtimes.h50 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 Dcvmx-cn3010-evb-hs5.c81 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 Dip_frag_internal.c19 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 Drte_ipv4_reassembly.c99 struct rte_ip_frag_death_row *dr, struct rte_mbuf *mb, uint64_t tms, in rte_ipv4_frag_reassemble_packet()
H A Drte_ip_frag_common.c128 struct rte_ip_frag_death_row *dr, uint64_t tms) in rte_frag_table_del_expired_entries()
H A Drte_ipv6_reassembly.c138 struct rte_ip_frag_death_row *dr, struct rte_mbuf *mb, uint64_t tms, in rte_ipv6_frag_reassemble_packet()
H A Dip_frag_common.h137 ip_frag_reset(struct ip_frag_pkt *fp, uint64_t tms) in ip_frag_reset()
/f-stack/dpdk/app/test/
H A Dtest_timer_perf.c41 struct rte_timer *tms; in test_timer_perf() local
/f-stack/dpdk/examples/ip_reassembly/
H A Dmain.c309 struct lcore_queue_conf *qconf, uint64_t tms) in reassemble()
/f-stack/app/redis-5.0.5/src/
H A Dmodule.c3065 } *tms = (struct typemethods*) typemethods_ptr; in RM_CreateDataType() local