Searched refs:db_count (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_vfsops.c327 int db_count, error; local
401 db_count = howmany(fs->e2fs_gcount, e2fs_descpb);
402 fs->e2fs_gdbcount = db_count;
403 fs->e2fs_gd = malloc(db_count * fs->e2fs_bsize,
415 for (i = 0; i < db_count; i++) {
/freebsd-11-stable/sys/dev/ntb/
H A Dntb_transport.c336 int rc, i, db_count, spad_count, qp, qpu, qpo, qpt; local
345 db_count = flsll(db_bitmap);
346 KASSERT(db_bitmap == (1 << db_count) - 1,
400 qpo = imin(db_count, nt->mw_count);
401 qpt = db_count;
/freebsd-11-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c240 uint8_t db_count; member in struct:ntb_softc
1042 ntb->db_count);
1505 ntb->db_count = XEON_DB_COUNT;
1554 ntb->db_count = XEON_DB_COUNT - 1;
1556 ntb->db_valid_mask = (1ull << ntb->db_count) - 1;
1592 ntb->db_count = ATOM_DB_COUNT;
1595 ntb->db_valid_mask = (1ull << ntb->db_count) - 1;
2225 SYSCTL_ADD_U8(ctx, tree_par, OID_AUTO, "db_count", CTLFLAG_RD,
2226 &ntb->db_count, 0, "Doorbell count");

Completed in 142 milliseconds