Home
last modified time | relevance | path

Searched refs:old_head (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/googletest/googletest/samples/
H A Dsample3-inl.h134 const QueueNode<E>* const old_head = head_; in Dequeue() local
141 E* element = new E(old_head->element()); in Dequeue()
142 delete old_head; in Dequeue() local
/freebsd/sys/dev/gve/
H A Dgve_tx_dqo.c524 int32_t old_head; in gve_free_pending_packet() local
530 old_head = atomic_load_acq_32(&tx->dqo.free_pending_pkts_prd); in gve_free_pending_packet()
532 pending_pkt->next = old_head; in gve_free_pending_packet()
534 old_head, index)) in gve_free_pending_packet()
858 int32_t old_head; in gve_reap_qpl_bufs_dqo() local
871 old_head = atomic_load_32(&tx->dqo.free_qpl_bufs_prd); in gve_reap_qpl_bufs_dqo()
872 tx->dqo.qpl_bufs[buf] = old_head; in gve_reap_qpl_bufs_dqo()
880 old_head, pkt->qpl_buf_head)) in gve_reap_qpl_bufs_dqo()
/freebsd/sys/dev/ice/
H A Dice_osdep.h238 #define LIST_REPLACE_INIT(old_head, new_head) do { \ argument
241 LIST_SWAP(old_head, _new_head, ice_list_node, entries); \
/freebsd/usr.sbin/bhyve/
H A Dblock_if.c853 struct blockif_sig_elem bse, *old_head; in blockif_cancel() local
861 old_head = blockif_bse_head; in blockif_cancel()
862 bse.bse_next = old_head; in blockif_cancel()
864 (uintptr_t)old_head, in blockif_cancel()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa_errlog.c1375 find_txg_ancestor_snapshot(spa_t *spa, uint64_t new_head, uint64_t old_head, in find_txg_ancestor_snapshot() argument
1381 int error = dsl_dataset_hold_obj_flags(dp, old_head, in find_txg_ancestor_snapshot()
1410 old_head, dmu_tx_t *tx) in swap_errlog() argument
1417 old_head, &old_head_errlog); in swap_errlog()
1424 error = find_txg_ancestor_snapshot(spa, new_head, old_head, &txg); in swap_errlog()
H A Ddsl_dataset.c3769 uint64_t old_head = origin_head->ds_object; in dsl_dataset_promote_sync() local
3771 spa_swap_errlog(dp->dp_spa, new_head, old_head, tx); in dsl_dataset_promote_sync()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c1794 struct chashbhead *old_head, *new_head; in ta_modify_chash() local
1808 old_head = ti->state; in ta_modify_chash()
1813 SLIST_FOREACH_SAFE(ent, &old_head[i], next, ent_next) { in ta_modify_chash()
1822 mi->main_ptr = old_head; in ta_modify_chash()
1829 old_head = ti->xstate; in ta_modify_chash()
1834 SLIST_FOREACH_SAFE(ent, &old_head[i], next, ent_next) { in ta_modify_chash()
1843 mi->main_ptr6 = old_head; in ta_modify_chash()
3701 struct fhashbhead *old_head, *new_head; in ta_modify_fhash() local
3711 old_head = ti->state; in ta_modify_fhash()
3715 SLIST_FOREACH_SAFE(ent, &old_head[i], next, ent_next) { in ta_modify_fhash()
[all …]