Home
last modified time | relevance | path

Searched refs:ka (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_destroy.c712 struct killarg *ka = arg; in kill_blkptr() local
713 dmu_tx_t *tx = ka->tx; in kill_blkptr()
725 dsl_free(ka->tx->tx_pool, ka->tx->tx_txg, bp); in kill_blkptr()
729 dsl_dataset_phys(ka->ds)->ds_prev_snap_txg); in kill_blkptr()
730 (void) dsl_dataset_block_kill(ka->ds, bp, tx, B_FALSE); in kill_blkptr()
739 struct killarg ka; in old_synchronous_dataset_destroy() local
752 ka.ds = ds; in old_synchronous_dataset_destroy()
753 ka.tx = tx; in old_synchronous_dataset_destroy()
756 TRAVERSE_NO_DECRYPT, kill_blkptr, &ka)); in old_synchronous_dataset_destroy()
/f-stack/dpdk/examples/l2fwd-keepalive/ka-agent/
H A DMakefile5 APP = ka-agent
/f-stack/freebsd/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c278 TIMER_FUNC(ka, KA) in TIMER_FUNC()
424 TIMER_STOP(sscop, ka); in sscop_clear()
480 TIMER_INIT(sscop, ka); in sscop_create()
1195 TIMER_RESTART(sscop, ka); in m_set_poll_timer()
1206 TIMER_STOP(sscop, ka); in m_reset_data_xfer_timers()
3847 TIMER_STOP(sscop, ka); in sscop_ready_pduq()
4299 TIMER_STOP(sscop, ka); in sscop_ready_stat()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c3137 uint64_t *ka, *kb; in cmp_flow_ent() local
3139 ka = (uint64_t *)(&a->next + 1); in cmp_flow_ent()
3142 if (*ka == *kb && (memcmp(a + 1, b + 1, sz) == 0)) in cmp_flow_ent()