Searched refs:bitmap (Results 176 - 200 of 212) sorted by relevance

123456789

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c58 #include <sys/bitmap.h>
98 * Total number of sysids in NLM sysid bitmap
103 * Number of ulong_t words in bitmap that is used
139 * A bitmap for allocation of new sysids.
286 /* initialize sysids bitmap */
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_map.c58 #include <sys/bitmap.h>
189 * Bit in map (16 bit bitmap).
551 * Clear bitmap, if the bit corresponding to "off" is set,
1547 * clear this bit in the bitmap, unlock translations,
H A Dvm_as.c2171 ulong_t *bitmap, size_t position, size_t npages)
2179 while (bt_range(bitmap, &pos1, &pos2, end_pos)) {
2229 size_t mlock_size; /* size of bitmap */
2230 ulong_t *mlock_map; /* pointer to bitmap used */
3029 * then it reduces the pagesizes to the next size in the bitmap and
3122 * as_iset_default_lpsize() breaks its chunk according to the size code bitmap
2170 as_segunlock(struct seg *seg, caddr_t addr, int attr, ulong_t *bitmap, size_t position, size_t npages) argument
/illumos-gate/usr/src/uts/common/os/
H A Dbio.c50 #include <sys/bitmap.h>
H A Dvmem.c218 #include <sys/bitmap.h>
H A Dcpu.c54 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c47 #include <sys/bitmap.h>
3367 * First check if we're completely outside the bitmap range.
3373 * Trim ends of search to look at only what the bitmap covers.
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h1290 uint64_t bitmap; member in struct:iwn_compressed_ba
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c75 #include <sys/bitmap.h>
10032 if ((w = scdp->scd_region_map.bitmap[i]) == 0) {
11720 * We may land here because shme bitmap and pagesize
11752 ulong_t *sm = sfmmup->sfmmu_hmeregion_map.bitmap;
13910 * bitmap should be updated after linking sfmmu on
13912 * TSB/TLB flush. As soon as bitmap is updated another
14391 if (map->bitmap[i] != 0) {
14404 if (map->bitmap[i] != 0) {
14530 if ((w = scdp->scd_region_map.bitmap[i]) == 0) {
14770 if ((w = scdp->scd_region_map.bitmap[
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c6273 u16_t bitmap = 0; local
6337 bitmap |= (1<<LM_TOE_FW_RSS_ID(pdev,rss_idx));
6341 data->toe_rss_bitmap = bitmap;
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tar3.c57 #include <bitmap.h>
1904 * bitmap vector, it shows that either the directory itself is
2352 * Traverse the backup hierarchy if needed and make the bitmap.
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c49 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c45 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c43 #include <sys/bitmap.h>
H A Dhermon_qp.c39 #include <sys/bitmap.h>
H A Dhermon_qpmod.c42 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c45 #include <sys/bitmap.h>
H A Dtavor_qpmod.c42 #include <sys/bitmap.h>
H A Dtavor_rsrc.c43 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/syscall/
H A Dpoll.c57 #include <sys/bitmap.h>
120 * one bitmap with one event bit per fd
539 * Always scan the bitmap with the lock on the pollcache held.
544 * check the bitmap again. This will prevent wakeup from happening
546 * the pcache before updating poll bitmap.
1163 * don't want pollwakeup to set a bit while growing the bitmap.
1435 * bitmap. It is OK because the bit will be cleared
1503 * For each polled fd, it's either in the bitmap or cached in
1666 * add to the cached fd tbl and bitmap.
1678 * fdcnt. We will examine the bitmap
[all...]
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c189 #include <sys/bitmap.h>
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c94 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c52 #include <sys/bitmap.h>
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c51 #include <sys/bitmap.h>
H A Dbridge.c34 #include <sys/bitmap.h>

Completed in 427 milliseconds

123456789