Searched refs:superblocks (Results 1 – 9 of 9) sorted by relevance
| /dragonfly/usr.sbin/pfctl/ |
| HD | pfctl_optimize.c | 77 TAILQ_HEAD(superblocks, superblock); 215 struct superblocks *); 218 int load_feedback_profile(struct pfctl *, struct superblocks *); 262 struct superblocks superblocks; in pfctl_optimize_ruleset() local 301 TAILQ_INIT(&superblocks); in pfctl_optimize_ruleset() 302 if (construct_superblocks(pf, &opt_queue, &superblocks)) in pfctl_optimize_ruleset() 306 if (load_feedback_profile(pf, &superblocks)) in pfctl_optimize_ruleset() 310 TAILQ_FOREACH(block, &superblocks, sb_entry) { in pfctl_optimize_ruleset() 316 while ((block = TAILQ_FIRST(&superblocks))) { in pfctl_optimize_ruleset() 317 TAILQ_REMOVE(&superblocks, block, sb_entry); in pfctl_optimize_ruleset() [all …]
|
| /dragonfly/usr.sbin/fstyp/ |
| HD | ufs.c | 58 static const int superblocks[] = SBLOCKSEARCH; variable 73 for (sb = 0; (superblock = superblocks[sb]) != -1; sb++) { in fstyp_ufs()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | cfglayout.c | 1327 sbitmap superblocks; in break_superblocks() local 1331 superblocks = sbitmap_alloc (last_basic_block); in break_superblocks() 1332 sbitmap_zero (superblocks); in break_superblocks() 1338 SET_BIT (superblocks, bb->index); in break_superblocks() 1345 find_many_sub_basic_blocks (superblocks); in break_superblocks() 1348 free (superblocks); in break_superblocks()
|
| HD | common.opt | 1677 fsched2-use-superblocks
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | cfgrtl.c | 4313 auto_sbitmap superblocks (last_basic_block_for_fn (cfun)); in break_superblocks() 4314 bitmap_clear (superblocks); in break_superblocks() 4320 bitmap_set_bit (superblocks, bb->index); in break_superblocks() 4327 find_many_sub_basic_blocks (superblocks); in break_superblocks()
|
| HD | common.opt | 2203 fsched2-use-superblocks
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | linux | 75 # util-linux: libblkid/src/superblocks/swap.c
|
| /dragonfly/contrib/lvm2/dist/ |
| HD | WHATS_NEW | 714 Detect md superblocks version 1.0, 1.1 and 1.2. 1491 pvcreate wipes md superblocks. (With --uuid or --restorefile it prompts.) 1642 superblocks. [Luca Berra]
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | invoke.texi | 393 -frounding-math -fsched2-use-superblocks -fsched-pressure @gol 6912 @item -fsched2-use-superblocks 6913 @opindex fsched2-use-superblocks
|