/freebsd/sys/fs/ext2fs/ |
H A D | ext2_alloc.c | 106 int cg; in ext2_alloc() local 389 int error, cg; in ext2_valloc() local 599 int cg, prefcg, cgsize; in ext2_dirpref() local 749 ext2_hashalloc(struct inode *ip, int cg, long pref, int size, in ext2_hashalloc() argument 793 ext2_cg_number_gdb_nometa(struct m_ext2fs *fs, int cg) in ext2_cg_number_gdb_nometa() 807 ext2_cg_number_gdb_meta(struct m_ext2fs *fs, int cg) in ext2_cg_number_gdb_meta() 823 ext2_cg_number_gdb(struct m_ext2fs *fs, int cg) in ext2_cg_number_gdb() 838 ext2_number_base_meta_blocks(struct m_ext2fs *fs, int cg) in ext2_number_base_meta_blocks() 881 ext2_block_in_group(struct m_ext2fs *fs, e4fs_daddr_t block, int cg) in ext2_block_in_group() 888 ext2_cg_block_bitmap_init(struct m_ext2fs *fs, int cg, struct buf *bp) in ext2_cg_block_bitmap_init() [all …]
|
H A D | ext2_csum.c | 489 ext2_gd_i_bitmap_csum_verify(struct m_ext2fs *fs, int cg, struct buf *bp) in ext2_gd_i_bitmap_csum_verify() 515 ext2_gd_i_bitmap_csum_set(struct m_ext2fs *fs, int cg, struct buf *bp) in ext2_gd_i_bitmap_csum_set() 530 ext2_gd_b_bitmap_csum_verify(struct m_ext2fs *fs, int cg, struct buf *bp) in ext2_gd_b_bitmap_csum_verify() 556 ext2_gd_b_bitmap_csum_set(struct m_ext2fs *fs, int cg, struct buf *bp) in ext2_gd_b_bitmap_csum_set()
|
H A D | ext2_subr.c | 100 ext2_clusteracct(struct m_ext2fs *fs, char *bbp, int cg, e4fs_daddr_t bno, int cnt) in ext2_clusteracct()
|
/freebsd/sys/ufs/ffs/ |
H A D | fs.h | 557 #define ACTIVECGNUM(fs, cg) ((fs)->fs_active[(cg) / (NBBY * sizeof(uint64_t))]) argument 558 #define ACTIVECGOFF(cg) (1 << ((cg) argument 556 ACTIVECGNUM(fs,cg) global() argument 562 ACTIVECLEAR(fs,cg) global() argument 597 struct cg { global() struct 598 cg_firstfieldcg global() argument 599 cg_magiccg global() argument 600 cg_old_timecg global() argument 601 cg_cgxcg global() argument 602 cg_old_ncylcg global() argument 603 cg_old_niblkcg global() argument 604 cg_ndblkcg global() argument 605 cg_cscg global() argument 606 cg_rotorcg global() argument 607 cg_frotorcg global() argument 608 cg_irotorcg global() argument 609 cg_frsumcg global() argument 610 cg_old_btotoffcg global() argument 611 cg_old_boffcg global() argument 612 cg_iusedoffcg global() argument 613 cg_freeoffcg global() argument 614 cg_nextfreeoffcg global() argument 615 cg_clustersumoffcg global() argument 616 cg_clusteroffcg global() argument 617 cg_nclusterblkscg global() argument 618 cg_niblkcg global() argument 619 cg_initediblkcg global() argument 620 cg_unrefscg global() argument 621 cg_sparecon32cg global() argument 622 cg_ckhashcg global() argument 623 cg_timecg global() argument 624 cg_sparecon64cg global() argument [all...] |
H A D | ffs_alloc.c | 161 uint64_t cg, reclaimed; in ffs_alloc() local 265 uint64_t cg, request, reclaimed; in ffs_realloccg() local 580 int i, cg, len, start_lvl, end_lvl, ssize; in ffs_reallocblks_ufs1() local 847 int i, cg, len, start_lvl, end_lvl, ssize; in ffs_reallocblks_ufs2() local 1123 uint64_t cg; in ffs_valloc() local 1246 int cg, prefcg, curcg, dirsize, cgsize; in ffs_dirpref() local 1412 uint64_t cg, inocg; in ffs_blkpref_ufs1() local 1532 uint64_t cg, inocg; in ffs_blkpref_ufs2() local 1656 uint64_t cg, in ffs_hashalloc() 1714 uint64_t cg, in ffs_fragextend() [all …]
|
H A D | ffs_vfsops.c | 244 int cg, havemtx; in ffs_check_blkno() local 1939 uint64_t cg; in ffs_inotovp() local
|
/freebsd/usr.sbin/makefs/ffs/ |
H A D | ffs_alloc.c | 93 int cg; in ffs_alloc() local 152 u_int cg, startcg; in ffs_blkpref_ufs1() local 191 u_int cg, startcg; in ffs_blkpref_ufs2() local 240 ffs_hashalloc(struct inode *ip, u_int cg, daddr_t pref, int size, in ffs_hashalloc() 289 ffs_alloccg(struct inode *ip, int cg, daddr_t bpref, int size) in ffs_alloccg() 428 int i, error, cg, blk, frags, bbase; in ffs_blkfree() local
|
H A D | mkfs.c | 104 struct cg cg; member
|
/freebsd/lib/libufs/ |
H A D | cgroup.c | 82 int i, cg, blk, frags, bbase; in cgbfree() local 221 cgget(int devfd, struct fs *fs, int cg, struct cg *cgp) in cgget() 263 cgwrite1(struct uufsd *disk, int cg) in cgwrite1()
|
/freebsd/usr.sbin/pmcstat/ |
H A D | pmcpl_callgraph.c | 95 struct pmcstat_cgnode *cg; in pmcstat_cgnode_allocate() local 114 pmcstat_cgnode_free(struct pmcstat_cgnode *cg) in pmcstat_cgnode_free() argument 135 struct pmcstat_cgnode *cg; pmcstat_cgnode_hash_lookup_pc() local 255 pmcstat_cgnode_print(struct pmcstat_cgnode * cg,int depth,uint32_t total) pmcstat_cgnode_print() argument 475 pmcstat_cgnode_topprint(struct pmcstat_cgnode * cg,int depth __unused,uint32_t nsamples) pmcstat_cgnode_topprint() argument [all...] |
H A D | pmcpl_gprof.c | 271 pmcstat_cgnode_do_gmon_arcs(struct pmcstat_cgnode *cg, pmc_id_t pmcid) in pmcstat_cgnode_do_gmon_arcs()
|
/freebsd/sbin/fsck_ffs/ |
H A D | fsutil.c | 229 cglookup(int cg) in cglookup() 267 struct cg *cg; in cgdirty() local 609 int ofsmodified, cnt, cg; in ckfini() local 994 check_cgmagic(int cg, struct bufarea *cgbp) in check_cgmagic() 1071 rebuild_cg(int cg, struct bufarea *cgbp) in rebuild_cg() 1163 long cg; in std_checkblkavail() local
|
H A D | pass4.c | 50 int i, n, cg; in pass4() local
|
H A D | gjournal.c | 73 int cg; in gjournal_check() local
|
H A D | setup.c | 279 int cg, loc, len, status; in checksnapinfo() local
|
H A D | pass5.c | 62 struct cg *cg, *newcg = (struct cg *)buf; in pass5() local
|
H A D | inode.c | 639 setinodebuf(int cg, ino_t inosused) in setinodebuf() 1407 int cg, anyino; in allocino() local
|
H A D | dir.c | 784 long cg, indiralloced; in expanddir() local
|
/freebsd/sys/ufs/ufs/ |
H A D | ufs_gjournal.c | 58 int error, cg; in ufs_gjournal_modref() local
|
/freebsd/sbin/fsirand/ |
H A D | fsirand.c | 110 int devfd, n, cg; in fsirand() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CallGraphSCCPass.h | 93 CallGraphSCC(CallGraph &cg, void *context) : CG(cg), Context(context) {} in CallGraphSCC()
|
/freebsd/sys/kern/ |
H A D | sched_ule.c | 673 cpu_search_lowest(const struct cpu_group *cg, const struct cpu_search *s, in cpu_search_lowest() argument 755 cpu_search_highest(const struct cpu_group *cg, cons argument 813 sched_lowest(const struct cpu_group * cg,cpuset_t * mask,int pri,int maxload,int prefer,int running) sched_lowest() argument 832 sched_highest(const struct cpu_group * cg,cpuset_t * mask,int minload,int mintrans) sched_highest() argument 846 sched_balance_group(struct cpu_group * cg) sched_balance_group() argument 1025 struct cpu_group *cg, *parent; tdq_idled() local 1321 struct cpu_group *cg, *ccg; sched_pickcpu() local 2026 struct cpu_group *cg, *parent; tdq_trysteal() local 3211 sysctl_kern_sched_topology_spec_internal(struct sbuf * sb,struct cpu_group * cg,int indent) sysctl_kern_sched_topology_spec_internal() argument [all...] |
H A D | subr_smp.c | 630 smp_topo_fill(struct cpu_group *cg) in smp_topo_fill() 831 struct cpu_group *cg; in smp_topo_find() local
|
/freebsd/sbin/newfs/ |
H A D | mkfs.c | 120 uint cg; mkfs() local [all...] |
/freebsd/sys/netinet/ |
H A D | tcp_hpts.c | 1774 hpts_count_level(struct cpu_group *cg) in hpts_count_level() 1789 hpts_gather_grps(struct cpu_group **grps, int32_t *at, int32_t max, struct cpu_group *cg) in hpts_gather_grps()
|