Home
last modified time | relevance | path

Searched refs:vrp (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netgraph/
H A Dng_vlan_rotate.c172 vlanrotate_p vrp = malloc(sizeof(*vrp), M_NETGRAPH, M_WAITOK | M_ZERO); in ng_vlanrotate_constructor() local
174 vrp->conf.max = NG_VLANROTATE_MAX_VLANS; in ng_vlanrotate_constructor()
176 vrp->stats.drops = counter_u64_alloc(M_WAITOK); in ng_vlanrotate_constructor()
177 vrp->stats.excessive = counter_u64_alloc(M_WAITOK); in ng_vlanrotate_constructor()
178 vrp->stats.incomplete = counter_u64_alloc(M_WAITOK); in ng_vlanrotate_constructor()
180 vrp->stats.histogram[i] = counter_u64_alloc(M_WAITOK); in ng_vlanrotate_constructor()
182 NG_NODE_SET_PRIVATE(node, vrp); in ng_vlanrotate_constructor()
192 const vlanrotate_p vrp = NG_NODE_PRIVATE(node); in ng_vlanrotate_newhook() local
196 dst = &vrp->ordered_hook; in ng_vlanrotate_newhook()
198 dst = &vrp->original_hook; in ng_vlanrotate_newhook()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c168 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_should_cancel() local
170 if (!vdev_resilver_needed(vd, &vrp->vrp_min_txg, &vrp->vrp_max_txg)) in vdev_rebuild_should_cancel()
187 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_update_sync() local
193 vrp->vrp_last_offset = vr->vr_scan_offset[txg & TXG_MASK]; in vdev_rebuild_update_sync()
197 vrp->vrp_scan_time_ms = vr->vr_prev_scan_time_ms + in vdev_rebuild_update_sync()
202 REBUILD_PHYS_ENTRIES, vrp, tx)); in vdev_rebuild_update_sync()
217 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_rebuild_initiate_sync() local
224 memset(vrp, 0, sizeof (uint64_t) * REBUILD_PHYS_ENTRIES); in vdev_rebuild_initiate_sync()
225 vrp->vrp_rebuild_state = VDEV_REBUILD_ACTIVE; in vdev_rebuild_initiate_sync()
226 vrp->vrp_min_txg = TXG_INITIAL; in vdev_rebuild_initiate_sync()
[all …]
H A Dvdev.c3330 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_dtl_should_excise() local
3341 if (vrp->vrp_rebuild_state == VDEV_REBUILD_COMPLETE && in vdev_dtl_should_excise()
3342 vdev_dtl_max(vd) <= vrp->vrp_max_txg) { in vdev_dtl_should_excise()
3343 ASSERT3U(vrp->vrp_min_txg, <=, vdev_dtl_min(vd)); in vdev_dtl_should_excise()
3344 ASSERT3U(vrp->vrp_min_txg, <, vd->vdev_rebuild_txg); in vdev_dtl_should_excise()
3345 ASSERT3U(vd->vdev_rebuild_txg, <=, vrp->vrp_max_txg); in vdev_dtl_should_excise()
5360 vdev_rebuild_phys_t *vrp = &vr->vr_rebuild_phys; in vdev_stat_update() local
5361 uint64_t *rebuilt = &vrp->vrp_bytes_rebuilt; in vdev_stat_update()
/freebsd/crypto/openssl/crypto/perlasm/
H A Ds390x.pm2523 sub vrp { subroutine
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td2419 def VRP : QuaternaryVRIf<"vrp", 0xE67B>;
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td6945 defm tree_vrp : BooleanFFlag<"tree-vrp">, Group<clang_ignored_gcc_optimization_f_Group>;