Home
last modified time | relevance | path

Searched defs:bitmap (Results 1 – 25 of 54) sorted by relevance

123

/drivers/md/
Dbitmap.h176 struct bitmap { struct
178 struct bitmap_counts { argument
191 struct mddev *mddev; /* the md device that the bitmap is for */ argument
196 struct bitmap_storage { argument
198 struct page *sb_page; /* cached copy of the bitmap argument
216 * the bitmap daemon - periodically wakes up and sweeps the bitmap argument
221 * update bitmap with resync progress */ argument
223 atomic_t pending_writes; /* pending writes to the bitmap file */ argument
231 /* the bitmap API */ argument
Dbitmap.c33 static inline char *bmname(struct bitmap *bitmap) in bmname()
48 static int bitmap_checkpage(struct bitmap_counts *bitmap, in bitmap_checkpage()
102 static void bitmap_checkfree(struct bitmap_counts *bitmap, unsigned long page) in bitmap_checkfree()
189 static int write_sb_page(struct bitmap *bitmap, struct page *page, int wait) in write_sb_page()
263 static void write_page(struct bitmap *bitmap, struct page *page, int wait) in write_page()
294 struct bitmap *bitmap = bh->b_private; in end_bitmap_write() local
335 struct bitmap *bitmap, in read_page()
400 void bitmap_update_sb(struct bitmap *bitmap) in bitmap_update_sb()
430 void bitmap_print_sb(struct bitmap *bitmap) in bitmap_print_sb()
469 static int bitmap_new_disk_sb(struct bitmap *bitmap) in bitmap_new_disk_sb()
[all …]
Draid1.c1002 struct bitmap *bitmap; in make_request() local
2854 struct bitmap *bitmap = mddev->bitmap; in stop() local
/drivers/net/ethernet/mellanox/mlx4/
Dalloc.c44 u32 mlx4_bitmap_alloc(struct mlx4_bitmap *bitmap) in mlx4_bitmap_alloc()
74 void mlx4_bitmap_free(struct mlx4_bitmap *bitmap, u32 obj) in mlx4_bitmap_free()
79 u32 mlx4_bitmap_alloc_range(struct mlx4_bitmap *bitmap, int cnt, int align) in mlx4_bitmap_alloc_range()
116 u32 mlx4_bitmap_avail(struct mlx4_bitmap *bitmap) in mlx4_bitmap_avail()
121 void mlx4_bitmap_free_range(struct mlx4_bitmap *bitmap, u32 obj, int cnt) in mlx4_bitmap_free_range()
131 int mlx4_bitmap_init(struct mlx4_bitmap *bitmap, u32 num, u32 mask, in mlx4_bitmap_init()
155 void mlx4_bitmap_cleanup(struct mlx4_bitmap *bitmap) in mlx4_bitmap_cleanup()
Dmlx4.h574 struct mlx4_bitmap bitmap; member
587 struct mlx4_bitmap bitmap; member
595 struct mlx4_bitmap bitmap; member
608 struct mlx4_bitmap bitmap; member
616 struct mlx4_bitmap bitmap; member
629 struct mlx4_bitmap bitmap; member
/drivers/cpufreq/
Dspeedstep-lib.c38 u8 bitmap; /* power on configuration bits in pentium3_get_frequency() member
61 u8 bitmap; /* power on configuration bits [18: 19] in pentium3_get_frequency() member
/drivers/net/wireless/rtlwifi/
Dcam.c287 u32 bitmap = (rtlpriv->sec.hwsec_cam_bitmap) >> 4; in rtl_cam_get_free_entry() local
321 u32 bitmap; in rtl_cam_del_entry() local
/drivers/base/
Ddma-coherent.c17 unsigned long *bitmap; member
241 unsigned long *bitmap; member
Ddma-contiguous.c39 unsigned long *bitmap; member
/drivers/s390/cio/
Dchp.h32 static inline int chp_test_bit(u8 *bitmap, int num) in chp_test_bit()
Didset.c15 unsigned long bitmap[0]; member
/drivers/scsi/pm8001/
Dpm8001_sas.c67 void *bitmap = pm8001_ha->tags; in pm8001_tag_clear() local
78 void *bitmap = pm8001_ha->tags; in pm8001_tag_set() local
90 void *bitmap = pm8001_ha->tags; in pm8001_tag_alloc() local
/drivers/gpu/host1x/drm/
Dgr2d.c215 unsigned long *bitmap; in gr2d_init_addr_reg_map() local
/drivers/infiniband/hw/ehca/
Dipz_pt_fn.h68 unsigned long bitmap[IPZ_SPAGE_PER_KPAGE / BITS_PER_LONG]; member
/drivers/net/wireless/ti/wl1251/
Dcmd.c169 void *bitmap, u16 bitmap_len, u8 bitmap_control) in wl1251_cmd_vbm()
/drivers/misc/vmw_vmci/
Dvmci_doorbell.c383 void vmci_dbell_scan_notification_entries(u8 *bitmap) in vmci_dbell_scan_notification_entries()
/drivers/video/
Dpm2fb.c1322 u8 *bitmap = (u8 *)cursor->image.data; in pm2vfb_cursor() local
1429 u8 *bitmap = (u8 *)cursor->image.data; in pm2fb_cursor() local
Dpm3fb.c686 u8 *bitmap = (u8 *)cursor->image.data; in pm3fb_cursor() local
/drivers/input/
Dinput.c1098 unsigned long *bitmap, int max) in input_seq_print_bitmap()
1422 static int input_print_bitmap(char *buf, int buf_size, unsigned long *bitmap, in input_print_bitmap()
1517 const char *name, unsigned long *bitmap, int max) in input_add_uevent_bm_var()
/drivers/hid/
Dhid-picolcd_fb.c151 static int picolcd_fb_update_tile(u8 *vbitmap, const u8 *bitmap, int bpp, in picolcd_fb_update_tile()
Dhid-picolcd.h132 u8 *bitmap; /* framebuffer */ member
/drivers/scsi/mvsas/
Dmv_sas.c41 void *bitmap = mvi->tags; in mvs_tag_clear() local
52 void *bitmap = mvi->tags; in mvs_tag_set() local
59 void *bitmap = mvi->tags; in mvs_tag_alloc() local
/drivers/md/bcache/
Djournal.c147 unsigned long bitmap[SB_JOURNAL_BUCKETS / BITS_PER_LONG]; in bch_journal_read() local
/drivers/sh/clk/
Dcore.c43 unsigned long *bitmap) in clk_rate_table_build()
/drivers/net/wireless/brcm80211/include/
Dbrcmu_wifi.h183 static inline bool ac_bitmap_tst(u8 bitmap, int prec) in ac_bitmap_tst()

123