/drivers/md/ |
D | bitmap.h | 176 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
|
D | bitmap.c | 33 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 …]
|
D | raid1.c | 1002 struct bitmap *bitmap; in make_request() local 2854 struct bitmap *bitmap = mddev->bitmap; in stop() local
|
/drivers/net/ethernet/mellanox/mlx4/ |
D | alloc.c | 44 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()
|
D | mlx4.h | 574 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/ |
D | speedstep-lib.c | 38 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/ |
D | cam.c | 287 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/ |
D | dma-coherent.c | 17 unsigned long *bitmap; member 241 unsigned long *bitmap; member
|
D | dma-contiguous.c | 39 unsigned long *bitmap; member
|
/drivers/s390/cio/ |
D | chp.h | 32 static inline int chp_test_bit(u8 *bitmap, int num) in chp_test_bit()
|
D | idset.c | 15 unsigned long bitmap[0]; member
|
/drivers/scsi/pm8001/ |
D | pm8001_sas.c | 67 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/ |
D | gr2d.c | 215 unsigned long *bitmap; in gr2d_init_addr_reg_map() local
|
/drivers/infiniband/hw/ehca/ |
D | ipz_pt_fn.h | 68 unsigned long bitmap[IPZ_SPAGE_PER_KPAGE / BITS_PER_LONG]; member
|
/drivers/net/wireless/ti/wl1251/ |
D | cmd.c | 169 void *bitmap, u16 bitmap_len, u8 bitmap_control) in wl1251_cmd_vbm()
|
/drivers/misc/vmw_vmci/ |
D | vmci_doorbell.c | 383 void vmci_dbell_scan_notification_entries(u8 *bitmap) in vmci_dbell_scan_notification_entries()
|
/drivers/video/ |
D | pm2fb.c | 1322 u8 *bitmap = (u8 *)cursor->image.data; in pm2vfb_cursor() local 1429 u8 *bitmap = (u8 *)cursor->image.data; in pm2fb_cursor() local
|
D | pm3fb.c | 686 u8 *bitmap = (u8 *)cursor->image.data; in pm3fb_cursor() local
|
/drivers/input/ |
D | input.c | 1098 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/ |
D | hid-picolcd_fb.c | 151 static int picolcd_fb_update_tile(u8 *vbitmap, const u8 *bitmap, int bpp, in picolcd_fb_update_tile()
|
D | hid-picolcd.h | 132 u8 *bitmap; /* framebuffer */ member
|
/drivers/scsi/mvsas/ |
D | mv_sas.c | 41 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/ |
D | journal.c | 147 unsigned long bitmap[SB_JOURNAL_BUCKETS / BITS_PER_LONG]; in bch_journal_read() local
|
/drivers/sh/clk/ |
D | core.c | 43 unsigned long *bitmap) in clk_rate_table_build()
|
/drivers/net/wireless/brcm80211/include/ |
D | brcmu_wifi.h | 183 static inline bool ac_bitmap_tst(u8 bitmap, int prec) in ac_bitmap_tst()
|