| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
| priv.h | 23 int (*scrub)(struct nvkm_fb *); member in struct:nvkm_fb_func::__anon5414
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| spa_errlog.c | 32 * 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);
|
| vdev_queue.c | 47 * async write, scrub/resilver and trim. Each queue defines the minimum and 136 * zfs_vdev_scrub_max_active will cause the scrub or resilver to complete 238 ZFS_VDEV_QUEUE_KNOB_MIN(scrub); variable 239 ZFS_VDEV_QUEUE_KNOB_MAX(scrub); variable 672 * or a scrub/resilver, can be preserved in the aggregate. 814 * For LBA-ordered queues (async / scrub), issue the i/o which follows
|
| /src/sys/dist/pf/net/ |
| pfvar.h | 627 /* scrub flags */ 701 struct pf_state_scrub *scrub; /* state is scrubbed */ member in struct:pf_state_peer 796 struct pfsync_state_scrub scrub; /* state is scrubbed */ member in struct:pfsync_state_peer 848 if ((s)->scrub) { \ 849 (d)->scrub.pfss_flags = \ 850 (s)->scrub->pfss_flags & PFSS_TIMESTAMP; \ 851 (d)->scrub.pfss_ttl = (s)->scrub->pfss_ttl; \ 852 (d)->scrub.pfss_ts_mod = (s)->scrub->pfss_ts_mod; [all...] |