Searched refs:scrub (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_norm.c1702 KASSERT((src->scrub == NULL),
1703 ("pf_normalize_tcp_init: src->scrub != NULL"));
1705 src->scrub = pool_get(&V_pf_state_scrub_pl, PR_NOWAIT);
1707 KASSERT(src->scrub == NULL);
1709 src->scrub = pool_get(&pf_state_scrub_pl, PR_NOWAIT);
1711 if (src->scrub == NULL)
1713 bzero(src->scrub, sizeof(*src->scrub));
1719 src->scrub->pfss_ttl = h->ip_ttl;
1726 src->scrub
[all...]
H A Dpfvar.h709 /* scrub flags */
778 struct pf_state_scrub *scrub; /* state is scrubbed */ member in struct:pf_state_peer
889 struct pfsync_state_scrub scrub; /* state is scrubbed */ member in struct:pfsync_state_peer
1001 if ((s)->scrub) { \
1002 (d)->scrub.pfss_flags = \
1003 htons((s)->scrub->pfss_flags & PFSS_TIMESTAMP); \
1004 (d)->scrub.pfss_ttl = (s)->scrub->pfss_ttl; \
1005 (d)->scrub.pfss_ts_mod = htonl((s)->scrub
[all...]
H A Dif_pfsync.c605 if (s->scrub.scrub_flag && d->scrub == NULL) {
607 d->scrub = pool_get(&V_pf_state_scrub_pl, PR_NOWAIT | PR_ZERO);
609 d->scrub = pool_get(&pf_state_scrub_pl, PR_NOWAIT | PR_ZERO);
611 if (d->scrub == NULL)
767 /* allocate memory for scrub info */
859 if (st->dst.scrub)
860 pool_put(&V_pf_state_scrub_pl, st->dst.scrub);
861 if (st->src.scrub)
862 pool_put(&V_pf_state_scrub_pl, st->src.scrub);
[all...]
H A Dpf.c3967 if ((pd->flags & PFDESC_TCP_NORM) && s->src.scrub &&
4214 if ((pd->flags & PFDESC_TCP_NORM || dst->scrub) &&
4215 src->scrub == NULL) {
4347 if (dst->scrub || src->scrub) {
4455 if (dst->scrub || src->scrub) {
4794 /* Copyback sequence modulation or stateful scrub changes if needed */
/freebsd-9.3-release/etc/periodic/daily/
H A D800.scrub-zfs55 egrep "^[0-9\.\:\-]{19} zpool scrub ${pool}\$" | tail -1 |\
58 # creation time of the pool if no scrub was done
63 # Now minus last scrub (both in seconds) converted to days.
72 _status="$(zpool status ${pool} | grep scrub:)"
74 *"scrub in progress"*)
78 echo " starting first scrub (since reboot) of pool '${pool}':"
79 zpool scrub ${pool}
83 echo " starting scrub of pool '${pool}':"
84 zpool scrub ${pool}
H A DMakefile63 800.scrub-zfs
/freebsd-9.3-release/gnu/usr.bin/binutils/as/
H A DMakefile29 input-scrub.c \
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_errlog.c32 * scrub completes, the current log becomes the last log, the last log is thrown
34 * corrected, a new scrub will show that that it no longer exists, and will be
35 * deleted from the log when the scrub completes.
262 * Called when a scrub completes. This simply set a bit which tells which AVL
346 avl_tree_t scrub, last; local
361 spa_get_errlists(spa, &last, &scrub);
385 sync_error_list(spa, &scrub, &spa->spa_errlog_last, tx);
389 * Sync out any pending scrub errors.
391 sync_error_list(spa, &scrub, &spa->spa_errlog_scrub, tx);
H A Dvdev_queue.c45 * async write, and scrub/resilver. Each queue defines the minimum and
134 * zfs_vdev_scrub_max_active will cause the scrub or resilver to complete
200 ZFS_VDEV_QUEUE_KNOB_MIN(scrub); variable
201 ZFS_VDEV_QUEUE_KNOB_MAX(scrub); variable
539 * or a scrub/resilver, can be preserved in the aggregate.
674 * For LBA-ordered queues (async / scrub), issue the i/o which follows
H A Dspa.c822 spa_get_errlists(spa_t *spa, avl_tree_t *last, avl_tree_t *scrub) argument
827 bcopy(&spa->spa_errlist_scrub, scrub, sizeof (avl_tree_t));
/freebsd-9.3-release/sys/netipx/
H A Dipx.c92 struct sockaddr_ipx *sipx, int scrub);
325 struct sockaddr_ipx *sipx, int scrub)
357 if (scrub) {
324 ipx_ifinit(struct ifnet *ifp, struct ipx_ifaddr *ia, struct sockaddr_ipx *sipx, int scrub) argument
/freebsd-9.3-release/sys/netinet/
H A Din.c528 * Need to scrub the prefix here in case
834 int scrub)
878 if (scrub) {
833 in_ifinit(struct ifnet *ifp, struct in_ifaddr *ia, struct sockaddr_in *sin, int scrub) argument
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h704 extern void spa_get_errlists(spa_t *spa, avl_tree_t *last, avl_tree_t *scrub);
/freebsd-9.3-release/contrib/binutils/gas/
H A DMakefile.am191 input-scrub.c \
437 input-scrub.o \
2152 input-scrub.o: input-scrub.c input-file.h sb.h

Completed in 153 milliseconds