Home
last modified time | relevance | path

Searched refs:tval (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dblocked.c79 long long tval; in getTimeoutFromObjectOrReply() local
81 if (getLongLongFromObjectOrReply(c,object,&tval, in getTimeoutFromObjectOrReply()
85 if (tval < 0) { in getTimeoutFromObjectOrReply()
90 if (tval > 0) { in getTimeoutFromObjectOrReply()
91 if (unit == UNIT_SECONDS) tval *= 1000; in getTimeoutFromObjectOrReply()
92 tval += mstime(); in getTimeoutFromObjectOrReply()
94 *timeout = tval; in getTimeoutFromObjectOrReply()
/f-stack/freebsd/netinet/
H A Dsiftr.c174 struct timeval tval; member
462 pkt_node->tval.tv_sec, in siftr_process_pkt()
463 pkt_node->tval.tv_usec, in siftr_process_pkt()
522 pkt_node->tval.tv_usec, in siftr_process_pkt()
816 microtime(&pn->tval); in siftr_siftdata()
1233 struct timeval tval; in siftr_manage_ops() local
1276 microtime(&tval); in siftr_manage_ops()
1282 (intmax_t)tval.tv_sec, tval.tv_usec, MODVERSION_STR, hz, in siftr_manage_ops()
1334 microtime(&tval); in siftr_manage_ops()
1348 (intmax_t)tval.tv_sec, in siftr_manage_ops()
[all …]
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_value.c480 struct table_value tval, *pval; in ipfw_link_table_values() local
499 mask_table_value(ptei->pvalue, &tval, ts->vmask); in ipfw_link_table_values()
501 (char *)&tval); in ipfw_link_table_values()
564 mask_table_value(ptei->pvalue, &tval, ts->vmask); in ipfw_link_table_values()
566 (char *)&tval); in ipfw_link_table_values()
591 memcpy(ptv->pval, &tval, sizeof(struct table_value)); in ipfw_link_table_values()
/f-stack/freebsd/contrib/device-tree/Bindings/timer/
H A Darm,arch_timer.yaml58 affects writes to the tval register, due to the implicit counter read.
64 by back-to-back reads. This also affects writes to the tval register, due
72 the tval registers, due to the implicit counter read.
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_pf.c1178 uint32_t tval, rval; in i40e_notify_vf_link_status() local
1210 tval = I40E_READ_REG(hw, I40E_VF_ATQLEN(vf_id)); in i40e_notify_vf_link_status()
1213 if (tval & I40E_VF_ATQLEN_ATQLEN_MASK || in i40e_notify_vf_link_status()
1214 tval & I40E_VF_ATQLEN_ATQENABLE_MASK || in i40e_notify_vf_link_status()