Searched defs:bitmap (Results 51 - 75 of 294) sorted by relevance

1234567891011>>

/linux-master/fs/exfat/
H A Dballoc.c232 unsigned long *bitmap, clu_bits; local
[all...]
/linux-master/kernel/dma/
H A Dcoherent.c18 unsigned long *bitmap; member in struct:dma_coherent_mem
/linux-master/drivers/hid/
H A Dhid-picolcd_fb.c141 static int picolcd_fb_update_tile(u8 *vbitmap, const u8 *bitmap, int bpp, argument
[all...]
/linux-master/arch/x86/kvm/
H A Dirq_comm.c199 unsigned long *bitmap = &kvm->arch.irq_sources_bitmap; local
H A Dlapic.h154 static inline void kvm_lapic_clear_vector(int vec, void *bitmap) argument
159 static inline void kvm_lapic_set_vector(int vec, void *bitmap) argument
/linux-master/drivers/iommu/iommufd/
H A Diova_bitmap.c103 u8 __user *bitmap; member in struct:iova_bitmap
130 iova_bitmap_offset_to_index(struct iova_bitmap *bitmap, unsigned long iova) argument
141 iova_bitmap_index_to_offset(struct iova_bitmap *bitmap, unsigned long index) argument
152 iova_bitmap_mapped_iova(struct iova_bitmap *bitmap) argument
164 iova_bitmap_get(struct iova_bitmap *bitmap) argument
217 iova_bitmap_put(struct iova_bitmap *bitmap) argument
245 struct iova_bitmap *bitmap; local
284 iova_bitmap_free(struct iova_bitmap *bitmap) argument
303 iova_bitmap_mapped_remaining(struct iova_bitmap *bitmap) argument
319 iova_bitmap_mapped_length(struct iova_bitmap *bitmap) argument
343 iova_bitmap_done(struct iova_bitmap *bitmap) argument
348 iova_bitmap_set_ahead(struct iova_bitmap *bitmap, size_t set_ahead_length) argument
379 iova_bitmap_advance(struct iova_bitmap *bitmap) argument
416 iova_bitmap_for_each(struct iova_bitmap *bitmap, void *opaque, iova_bitmap_fn_t fn) argument
443 iova_bitmap_set(struct iova_bitmap *bitmap, unsigned long iova, size_t length) argument
[all...]
/linux-master/drivers/md/
H A Draid1-10.c169 static inline void raid1_prepare_flush_writes(struct bitmap *bitmap) argument
/linux-master/arch/x86/boot/compressed/
H A Defi.h105 unsigned long bitmap[]; member in struct:efi_unaccepted_memory
/linux-master/drivers/block/zram/
H A Dzram_drv.h136 unsigned long *bitmap; member in struct:zram
/linux-master/net/mptcp/
H A Dpm_userspace.c612 } *bitmap; local
/linux-master/fs/btrfs/tests/
H A Dextent-io-tests.c342 static int check_eb_bitmap(unsigned long *bitmap, struct extent_buffer *eb) argument
383 static int test_bitmap_set(const char *name, unsigned long *bitmap, argument
398 static int test_bitmap_clear(const char *name, unsigned long *bitmap, argument
412 __test_eb_bitmaps(unsigned long *bitmap, struct extent_buffer *eb) argument
509 unsigned long *bitmap = NULL; local
[all...]
/linux-master/fs/btrfs/
H A Dfree-space-cache.h42 unsigned long *bitmap; member in struct:btrfs_free_space
/linux-master/security/selinux/ss/
H A Debitmap.c165 unsigned long bitmap; local
[all...]
/linux-master/fs/xfs/scrub/
H A Drmap.c381 struct xagb_bitmap *bitmap = priv; local
H A Dreap.c512 xrep_reap_agblocks( struct xfs_scrub *sc, struct xagb_bitmap *bitmap, const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type) argument
625 xrep_reap_fsblocks( struct xfs_scrub *sc, struct xfsb_bitmap *bitmap, const struct xfs_owner_info *oinfo) argument
[all...]
H A Dbitmap.c70 xbitmap64_clear( struct xbitmap64 *bitmap, uint64_t start, uint64_t len) argument
119 xbitmap64_set( struct xbitmap64 *bitmap, uint64_t start, uint64_t len) argument
179 xbitmap64_destroy( struct xbitmap64 *bitmap) argument
192 xbitmap64_init( struct xbitmap64 *bitmap) argument
213 xbitmap64_disunion( struct xbitmap64 *bitmap, struct xbitmap64 *sub) argument
235 xbitmap64_hweight( struct xbitmap64 *bitmap) argument
249 xbitmap64_walk( struct xbitmap64 *bitmap, xbitmap64_walk_fn fn, void *priv) argument
268 xbitmap64_empty( struct xbitmap64 *bitmap) argument
276 xbitmap64_test( struct xbitmap64 *bitmap, uint64_t start, uint64_t *len) argument
344 xbitmap32_clear( struct xbitmap32 *bitmap, uint32_t start, uint32_t len) argument
393 xbitmap32_set( struct xbitmap32 *bitmap, uint32_t start, uint32_t len) argument
453 xbitmap32_destroy( struct xbitmap32 *bitmap) argument
466 xbitmap32_init( struct xbitmap32 *bitmap) argument
487 xbitmap32_disunion( struct xbitmap32 *bitmap, struct xbitmap32 *sub) argument
509 xbitmap32_hweight( struct xbitmap32 *bitmap) argument
523 xbitmap32_walk( struct xbitmap32 *bitmap, xbitmap32_walk_fn fn, void *priv) argument
542 xbitmap32_empty( struct xbitmap32 *bitmap) argument
550 xbitmap32_test( struct xbitmap32 *bitmap, uint32_t start, uint32_t *len) argument
572 xbitmap32_count_set_regions( struct xbitmap32 *bitmap) argument
[all...]
/linux-master/include/linux/
H A Dfind.h442 unsigned long __for_each_wrap(const unsigned long *bitmap, unsigne argument
[all...]
/linux-master/net/netfilter/
H A Dnft_set_bitmap.c49 u8 bitmap[]; member in struct:nft_bitmap
72 nft_bitmap_active(const u8 *bitmap, u32 idx, u32 off, u8 genmask) argument
[all...]
/linux-master/fs/bcachefs/
H A Dsb-members.c451 u64 bitmap = le64_to_cpu(m->btree_allocated_bitmap); local
/linux-master/arch/x86/kernel/
H A Dvm86_32.c408 static inline int is_revectored(int nr, struct revectored_struct *bitmap) argument
/linux-master/fs/ocfs2/
H A Dreservations.c406 void *bitmap = resmap->m_disk_bitmap; local
/linux-master/arch/x86/include/asm/
H A Dpci_x86.h79 u16 bitmap; /* Available IRQs */ member in struct:irq_info::__anon7
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_ethtool.c434 u64 bitmap; local
/linux-master/drivers/sh/clk/
H A Dcore.c39 clk_rate_table_build(struct clk *clk, struct cpufreq_frequency_table *freq_table, int nr_freqs, struct clk_div_mult_table *src_table, unsigned long *bitmap) argument
/linux-master/lib/pldmfw/
H A Dpldmfw.c739 unsigned long *bitmap = data->matching_record->component_bitmap; local
781 unsigned long *bitmap local
[all...]

Completed in 209 milliseconds

1234567891011>>