Home
last modified time | relevance | path

Searched refs:superblocks (Results 1 – 11 of 11) sorted by relevance

/NextBSD/sbin/pfctl/
HDpfctl_optimize.c80 TAILQ_HEAD(superblocks, superblock);
218 struct superblocks *);
221 int load_feedback_profile(struct pfctl *, struct superblocks *);
265 struct superblocks superblocks; in pfctl_optimize_ruleset() local
304 TAILQ_INIT(&superblocks); in pfctl_optimize_ruleset()
305 if (construct_superblocks(pf, &opt_queue, &superblocks)) in pfctl_optimize_ruleset()
309 if (load_feedback_profile(pf, &superblocks)) in pfctl_optimize_ruleset()
313 TAILQ_FOREACH(block, &superblocks, sb_entry) { in pfctl_optimize_ruleset()
319 while ((block = TAILQ_FIRST(&superblocks))) { in pfctl_optimize_ruleset()
320 TAILQ_REMOVE(&superblocks, block, sb_entry); in pfctl_optimize_ruleset()
[all …]
/NextBSD/lib/libufs/
HDsblock.c48 static int superblocks[] = SBLOCKSEARCH; variable
62 superblock = superblocks[0]; in sbread()
64 for (sb = 0; (superblock = superblocks[sb]) != -1; sb++) { in sbread()
/NextBSD/usr.sbin/fstyp/
HDufs.c46 static const int superblocks[] = SBLOCKSEARCH; variable
61 for (sb = 0; (superblock = superblocks[sb]) != -1; sb++) { in fstyp_ufs()
/NextBSD/sys/geom/journal/
HDg_journal_ufs.c47 static const int superblocks[] = SBLOCKSEARCH; variable
75 for (i = 0; (sb = superblocks[i]) != -1; i++) { in g_journal_ufs_dirty()
/NextBSD/sys/geom/
HDgeom_vol_ffs.c50 static int superblocks[] = SBLOCKSEARCH; variable
93 for (sb=0; (superblock = superblocks[sb]) != -1; sb++) { in g_vol_ffs_taste()
/NextBSD/sys/geom/label/
HDg_label_ufs.c48 static const int superblocks[] = SBLOCKSEARCH; variable
71 for (sb = 0; (superblock = superblocks[sb]) != -1; sb++) { in g_label_ufs_taste_common()
/NextBSD/contrib/gcc/
HDcfglayout.c1098 sbitmap superblocks; in break_superblocks() local
1102 superblocks = sbitmap_alloc (last_basic_block); in break_superblocks()
1103 sbitmap_zero (superblocks); in break_superblocks()
1109 SET_BIT (superblocks, bb->index); in break_superblocks()
1116 find_many_sub_basic_blocks (superblocks); in break_superblocks()
1119 free (superblocks); in break_superblocks()
HDcommon.opt786 fsched2-use-superblocks
HDChangeLog-20035801 (schedule_ebbs): Use tracer parameters to discover superblocks
32139 (lang_independent_options): Add -fsched2-use-superblocks
32142 * invoke.texi (-fsched2-use-traces, fsched2-use-superblocks): Declare.
/NextBSD/tools/tools/
HDREADME25 find-sb Scan a disk for possible filesystem superblocks.
/NextBSD/contrib/gcc/doc/
HDinvoke.texi331 -fsched2-use-superblocks @gol
4980 @item -fsched2-use-superblocks
4981 @opindex fsched2-use-superblocks
4993 Use @option{-fsched2-use-superblocks} algorithm when scheduling after register
4995 size of superblocks using tracer pass. See @option{-ftracer} for details on