Searched refs:tn (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | txg.c | 905 tl->tl_head[t] = tn; in txg_list_add() 935 *tp = tn; in txg_list_add_tail() 949 txg_node_t *tn; in txg_list_remove() local 956 ASSERT(tn->tn_next[t] == NULL || tn->tn_next[t]->tn_member[t]); in txg_list_remove() 974 txg_node_t *tn, **tp; in txg_list_remove_this() local 979 for (tp = &tl->tl_head[t]; (tn = *tp) != NULL; tp = &tn->tn_next[t]) { in txg_list_remove_this() 1011 txg_node_t *tn; in txg_list_head() local 1014 tn = tl->tl_head[t]; in txg_list_head() 1018 return (tn == NULL ? NULL : (char *)tn - tl->tl_offset); in txg_list_head() 1030 tn = tn->tn_next[t]; in txg_list_next() [all …]
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx_vec.c | 381 uint16_t tn = 0; in mlx5_rx_burst_vec() local 386 nb_rx = rxq_burst_v(rxq, pkts + tn, pkts_n - tn, in mlx5_rx_burst_vec() 389 nb_rx = rxq_handle_pending_error(rxq, pkts + tn, nb_rx); in mlx5_rx_burst_vec() 390 tn += nb_rx; in mlx5_rx_burst_vec() 393 } while (tn != pkts_n); in mlx5_rx_burst_vec() 394 return tn; in mlx5_rx_burst_vec() 515 uint16_t tn = 0; in mlx5_rx_burst_mprq_vec() local 520 nb_rx = rxq_burst_mprq_v(rxq, pkts + tn, pkts_n - tn, in mlx5_rx_burst_mprq_vec() 524 tn += nb_rx; in mlx5_rx_burst_mprq_vec() 527 } while (tn != pkts_n); in mlx5_rx_burst_mprq_vec() [all …]
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/QM/ |
| H A D | qm_portal_fqr.c | 973 uint32_t tmpA, tmpN, ta=0, tn=0, initFqFlag; in qm_new_fq() local 1049 tn = tmpN; in qm_new_fq() 1053 fq_opts.fqd.td.exp = tn; in qm_new_fq() 1106 tn = tmpN; in qm_new_fq() 1110 fq_opts.fqd.td.exp = tn; in qm_new_fq() 2299 uint32_t tmpA, tmpN, ta=0, tn=0; in QM_CG_Create() local 2455 tn = tmpN; in QM_CG_Create() 2460 p_Mcc->initcgr.cgr.cs_thres.Tn = tn; in QM_CG_Create() 2676 uint32_t tmpA, tmpN, ta=0, tn=0; in QM_CG_ModifyTailDropThreshold() local 2715 tn = tmpN; in QM_CG_ModifyTailDropThreshold() [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_timer.c | 1537 struct timeval tn, *tim_touse; in sctp_autoclose_timer() local 1541 (void)SCTP_GETTIME_TIMEVAL(&tn); in sctp_autoclose_timer() 1554 ticks_gone_by = sctp_secs_to_ticks((uint32_t)(tn.tv_sec - tim_touse->tv_sec)); in sctp_autoclose_timer()
|
| /f-stack/dpdk/examples/l3fwd-acl/ |
| H A D | main.c | 1134 uint32_t i, n, rc, tn; in usage_acl_alg() local 1137 tn = 0; in usage_acl_alg() 1142 tn += rc; in usage_acl_alg() 1147 return tn; in usage_acl_alg()
|
| /f-stack/freebsd/netgraph/ |
| H A D | netgraph.h | 1113 #define NETGRAPH_INIT(tn, tp) \ argument 1114 NETGRAPH_INIT_ORDERED(tn, tp, SI_SUB_PSEUDO, SI_ORDER_MIDDLE)
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 1117 #define NETGRAPH_INIT(tn, tp) \ argument 1118 NETGRAPH_INIT_ORDERED(tn, tp, SI_SUB_PSEUDO, SI_ORDER_MIDDLE)
|