| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | md-bitmap.h | 180 struct bitmap { struct 182 struct bitmap_counts { argument 195 struct mddev *mddev; /* the md device that the bitmap is for */ argument 200 struct bitmap_storage { argument 202 struct page *sb_page; /* cached copy of the bitmap argument 220 * the bitmap daemon - periodically wakes up and sweeps the bitmap argument 225 * update bitmap with resync progress */ argument 227 atomic_t pending_writes; /* pending writes to the bitmap file */ argument 236 /* the bitmap API */ argument
|
| H A D | md-bitmap.c | 35 static inline char *bmname(struct bitmap *bitmap) in bmname() 50 static int md_bitmap_checkpage(struct bitmap_counts *bitmap, in md_bitmap_checkpage() 119 static void md_bitmap_checkfree(struct bitmap_counts *bitmap, unsigned long page) in md_bitmap_checkfree() 212 static int write_sb_page(struct bitmap *bitmap, struct page *page, int wait) in write_sb_page() 288 static void write_page(struct bitmap *bitmap, struct page *page, int wait) in write_page() 319 struct bitmap *bitmap = bh->b_private; in end_bitmap_write() local 352 struct bitmap *bitmap, in read_page() 426 static void md_bitmap_wait_writes(struct bitmap *bitmap) in md_bitmap_wait_writes() 444 void md_bitmap_update_sb(struct bitmap *bitmap) in md_bitmap_update_sb() 480 void md_bitmap_print_sb(struct bitmap *bitmap) in md_bitmap_print_sb() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_bitmap.c | 25 u32 _mali_osk_bitmap_alloc(struct _mali_osk_bitmap *bitmap) in _mali_osk_bitmap_alloc() 48 void _mali_osk_bitmap_free(struct _mali_osk_bitmap *bitmap, u32 obj) in _mali_osk_bitmap_free() 55 u32 _mali_osk_bitmap_alloc_range(struct _mali_osk_bitmap *bitmap, int cnt) in _mali_osk_bitmap_alloc_range() 98 u32 _mali_osk_bitmap_avail(struct _mali_osk_bitmap *bitmap) in _mali_osk_bitmap_avail() 105 void _mali_osk_bitmap_free_range(struct _mali_osk_bitmap *bitmap, u32 obj, int cnt) in _mali_osk_bitmap_free_range() 117 int _mali_osk_bitmap_init(struct _mali_osk_bitmap *bitmap, u32 num, u32 reserve) in _mali_osk_bitmap_init() 140 void _mali_osk_bitmap_term(struct _mali_osk_bitmap *bitmap) in _mali_osk_bitmap_term()
|
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | bitmap.c | 22 struct xbitmap *bitmap, in xbitmap_set() 43 struct xbitmap *bitmap) in xbitmap_destroy() 57 struct xbitmap *bitmap) in xbitmap_init() 100 struct xbitmap *bitmap, in xbitmap_disunion() 251 struct xbitmap *bitmap, in xbitmap_set_btcur_path() 279 struct xbitmap *bitmap = priv; in xbitmap_collect_btblock() local 294 struct xbitmap *bitmap, in xbitmap_set_btblocks() 304 struct xbitmap *bitmap) in xbitmap_hweight()
|
| H A D | bitmap.h | 22 #define for_each_xbitmap_extent(bex, n, bitmap) \ argument 25 #define for_each_xbitmap_block(b, bex, n, bitmap) \ argument
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | find_bit_benchmark.c | 36 static int __init test_find_first_bit(void *bitmap, unsigned long len) in test_find_first_bit() 52 static int __init test_find_next_bit(const void *bitmap, unsigned long len) in test_find_next_bit() 66 static int __init test_find_next_zero_bit(const void *bitmap, unsigned long len) in test_find_next_zero_bit() 80 static int __init test_find_last_bit(const void *bitmap, unsigned long len) in test_find_last_bit() 99 static int __init test_find_next_and_bit(const void *bitmap, in test_find_next_and_bit()
|
| H A D | bitmap.c | 336 int __bitmap_weight(const unsigned long *bitmap, unsigned int bits) in __bitmap_weight() 505 unsigned long *bitmap, int nbits) in bitmap_set_region() 744 u32 *bitmap = (u32 *)maskp; in bitmap_parse() local 1109 static int __reg_op(unsigned long *bitmap, unsigned int pos, int order, int reg_op) in __reg_op() 1175 int bitmap_find_free_region(unsigned long *bitmap, unsigned int bits, int order) in bitmap_find_free_region() 1200 void bitmap_release_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_release_region() 1217 int bitmap_allocate_region(unsigned long *bitmap, unsigned int pos, int order) in bitmap_allocate_region() 1261 void bitmap_free(const unsigned long *bitmap) in bitmap_free() 1269 unsigned long *bitmap = data; in devm_bitmap_free() local 1277 unsigned long *bitmap; in devm_bitmap_alloc() local [all …]
|
| H A D | idr.c | 386 struct ida_bitmap *bitmap, *alloc = NULL; in ida_alloc_range() local 491 struct ida_bitmap *bitmap; in ida_free() local 544 struct ida_bitmap *bitmap; in ida_destroy() local 582 struct ida_bitmap *bitmap = entry; in ida_dump_entry() local
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_alloc.c | 39 int hns_roce_bitmap_alloc(struct hns_roce_bitmap *bitmap, unsigned long *obj) in hns_roce_bitmap_alloc() 66 void hns_roce_bitmap_free(struct hns_roce_bitmap *bitmap, unsigned long obj, in hns_roce_bitmap_free() 72 int hns_roce_bitmap_alloc_range(struct hns_roce_bitmap *bitmap, int cnt, in hns_roce_bitmap_alloc_range() 111 void hns_roce_bitmap_free_range(struct hns_roce_bitmap *bitmap, in hns_roce_bitmap_free_range() 130 int hns_roce_bitmap_init(struct hns_roce_bitmap *bitmap, u32 num, u32 mask, in hns_roce_bitmap_init() 155 void hns_roce_bitmap_cleanup(struct hns_roce_bitmap *bitmap) in hns_roce_bitmap_cleanup()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A 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, int use_rr) in mlx4_bitmap_free() 79 static unsigned long find_aligned_range(unsigned long *bitmap, in find_aligned_range() 109 u32 mlx4_bitmap_alloc_range(struct mlx4_bitmap *bitmap, int cnt, in mlx4_bitmap_alloc_range() 147 u32 mlx4_bitmap_avail(struct mlx4_bitmap *bitmap) in mlx4_bitmap_avail() 152 static u32 mlx4_bitmap_masked_value(struct mlx4_bitmap *bitmap, u32 obj) in mlx4_bitmap_masked_value() 157 void mlx4_bitmap_free_range(struct mlx4_bitmap *bitmap, u32 obj, int cnt, in mlx4_bitmap_free_range() 173 int mlx4_bitmap_init(struct mlx4_bitmap *bitmap, u32 num, u32 mask, in mlx4_bitmap_init() 197 void mlx4_bitmap_cleanup(struct mlx4_bitmap *bitmap) in mlx4_bitmap_cleanup() 217 struct mlx4_bitmap *bitmap; member [all …]
|
| /OK3568_Linux_fs/kernel/fs/udf/ |
| H A D | balloc.c | 35 struct udf_bitmap *bitmap, unsigned int block, in read_block_bitmap() 54 struct udf_bitmap *bitmap, in __load_block_bitmap() 76 struct udf_bitmap *bitmap, in load_block_bitmap() 106 struct udf_bitmap *bitmap, in udf_bitmap_free_blocks() 172 struct udf_bitmap *bitmap, in udf_bitmap_prealloc_blocks() 220 struct udf_bitmap *bitmap, uint16_t partition, in udf_bitmap_new_block()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bitmap.h | 283 #define bitmap_from_arr32(bitmap, buf, nbits) \ argument 286 #define bitmap_to_arr32(buf, bitmap, nbits) \ argument 471 static inline void bitmap_next_clear_region(unsigned long *bitmap, in bitmap_next_clear_region() 479 static inline void bitmap_next_set_region(unsigned long *bitmap, in bitmap_next_set_region() 492 #define bitmap_for_each_clear_region(bitmap, rs, re, start, end) \ argument 499 #define bitmap_for_each_set_region(bitmap, rs, re, start, end) \ argument
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4xdr.c | 980 const __u32 *bitmap, size_t len) in xdr_encode_bitmap4() 993 static size_t mask_bitmap4(const __u32 *bitmap, const __u32 *mask, in mask_bitmap4() 1243 const __u32 *bitmap, const __u32 *mask, size_t len, in encode_getattr() 3233 decode_bitmap4(struct xdr_stream *xdr, uint32_t *bitmap, size_t sz) in decode_bitmap4() 3245 static int decode_attr_bitmap(struct xdr_stream *xdr, uint32_t *bitmap) in decode_attr_bitmap() 3264 static int decode_attr_supported(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *bitmask) in decode_attr_supported() 3279 static int decode_attr_type(struct xdr_stream *xdr, uint32_t *bitmap, uint32_t *type) in decode_attr_type() 3304 uint32_t *bitmap, uint32_t *type) in decode_attr_fh_expire_type() 3322 static int decode_attr_change(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *change) in decode_attr_change() 3343 static int decode_attr_size(struct xdr_stream *xdr, uint32_t *bitmap, uint64_t *size) in decode_attr_size() [all …]
|
| H A D | callback_xdr.c | 106 static __be32 decode_bitmap(struct xdr_stream *xdr, uint32_t *bitmap) in decode_bitmap() 449 uint32_t bitmap[2]; in decode_recallany_args() local 594 static __be32 encode_attr_bitmap(struct xdr_stream *xdr, const uint32_t *bitmap, size_t sz) in encode_attr_bitmap() 601 static __be32 encode_attr_change(struct xdr_stream *xdr, const uint32_t *bitmap, uint64_t change) in encode_attr_change() 614 static __be32 encode_attr_size(struct xdr_stream *xdr, const uint32_t *bitmap, uint64_t size) in encode_attr_size() 639 static __be32 encode_attr_ctime(struct xdr_stream *xdr, const uint32_t *bitmap, const struct timesp… in encode_attr_ctime() 646 static __be32 encode_attr_mtime(struct xdr_stream *xdr, const uint32_t *bitmap, const struct timesp… in encode_attr_mtime()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/tests/ |
| H A D | extent-io-tests.c | 271 static int check_eb_bitmap(unsigned long *bitmap, struct extent_buffer *eb, in check_eb_bitmap() 296 static int __test_eb_bitmaps(unsigned long *bitmap, struct extent_buffer *eb, in __test_eb_bitmaps() 383 unsigned long *bitmap = NULL; in test_eb_bitmaps() local
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | pirq_routing.c | 14 static u8 pirq_get_next_free_irq(struct udevice *dev, u8 *pirq, u16 bitmap, in pirq_get_next_free_irq() 70 int bitmap = irq->irq[intx].bitmap; in pirq_route_irqs() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_trace_timeline.h | 133 #define KBASE_TIMELINE_POWER_TILER(kbdev, bitmap) \ argument 143 #define KBASE_TIMELINE_POWER_SHADER(kbdev, bitmap) \ argument 153 #define KBASE_TIMELINE_POWER_L2(kbdev, bitmap) \ argument 306 #define KBASE_TIMELINE_POWER_TILER(kbdev, bitmap) CSTD_NOP() argument 308 #define KBASE_TIMELINE_POWER_SHADER(kbdev, bitmap) CSTD_NOP() argument
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | bitmap.c | 29 static u32 hfs_find_set_zero_bits(__be32 *bitmap, u32 size, u32 offset, u32 *max) in hfs_find_set_zero_bits() 141 void *bitmap; in hfs_vbm_search_free() local
|
| /OK3568_Linux_fs/kernel/net/netlabel/ |
| H A D | netlabel_kapi.c | 613 NETLBL_CATMAP_MAPTYPE bitmap; in netlbl_catmap_walk() local 670 NETLBL_CATMAP_MAPTYPE bitmap; in netlbl_catmap_walkrng() local 727 unsigned long *bitmap) in netlbl_catmap_getlong() 844 unsigned long bitmap, in netlbl_catmap_setlong() 880 int netlbl_bitmap_walk(const unsigned char *bitmap, u32 bitmap_len, in netlbl_bitmap_walk() 923 void netlbl_bitmap_setbit(unsigned char *bitmap, u32 bit, u8 state) in netlbl_bitmap_setbit()
|
| /OK3568_Linux_fs/kernel/tools/lib/ |
| H A D | bitmap.c | 8 int __bitmap_weight(const unsigned long *bitmap, int bits) in __bitmap_weight() 31 size_t bitmap_scnprintf(unsigned long *bitmap, int nbits, in bitmap_scnprintf()
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | alloc.c | 380 static int nilfs_palloc_find_available_slot(unsigned char *bitmap, in nilfs_palloc_find_available_slot() 503 unsigned char *bitmap; in nilfs_palloc_prepare_alloc_entry() local 603 unsigned char *bitmap; in nilfs_palloc_commit_free_entry() local 644 unsigned char *bitmap; in nilfs_palloc_abort_alloc_entry() local 728 unsigned char *bitmap; in nilfs_palloc_freev() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_util.h | 41 static inline void _add_bitmap_bit(u8 *bitmap, u8 *arr, u32 len) in _add_bitmap_bit() 48 static inline void _clr_bitmap_bit(u8 *bitmap, u8 *arr, u32 len) in _clr_bitmap_bit()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | localalloc.c | 724 void *bitmap; in ocfs2_claim_local_alloc_bits() local 780 void *bitmap; in ocfs2_free_local_alloc_bits() local 832 void *bitmap = NULL; in ocfs2_local_alloc_find_clear_bits() local 959 void *bitmap; in ocfs2_sync_local_to_main() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | cam.c | 260 u32 bitmap = (rtlpriv->sec.hwsec_cam_bitmap) >> 4; in rtl_cam_get_free_entry() local 293 u32 bitmap; in rtl_cam_del_entry() local
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | speedstep-lib.c | 39 u8 bitmap; /* power on configuration bits in pentium3_get_frequency() member 62 u8 bitmap; /* power on configuration bits [18: 19] in pentium3_get_frequency() member
|