Home
last modified time | relevance | path

Searched defs:bmp (Results 1 – 25 of 61) sorted by relevance

123

/kernel/linux/linux-6.6/tools/power/cpupower/utils/helpers/
Dbitmask.c26 struct bitmask *bmp; in bitmask_alloc() local
41 void bitmask_free(struct bitmask *bmp) in bitmask_free()
62 static unsigned int _getbit(const struct bitmask *bmp, unsigned int n) in _getbit()
71 static void _setbit(struct bitmask *bmp, unsigned int n, unsigned int v) in _setbit()
115 struct bitmask *bitmask_setbit(struct bitmask *bmp, unsigned int i) in bitmask_setbit()
122 struct bitmask *bitmask_setall(struct bitmask *bmp) in bitmask_setall()
131 struct bitmask *bitmask_clearall(struct bitmask *bmp) in bitmask_clearall()
140 int bitmask_isallclear(const struct bitmask *bmp) in bitmask_isallclear()
150 int bitmask_isbitset(const struct bitmask *bmp, unsigned int i) in bitmask_isbitset()
156 unsigned int bitmask_first(const struct bitmask *bmp) in bitmask_first()
[all …]
/kernel/linux/linux-5.10/tools/power/cpupower/utils/helpers/
Dbitmask.c26 struct bitmask *bmp; in bitmask_alloc() local
41 void bitmask_free(struct bitmask *bmp) in bitmask_free()
62 static unsigned int _getbit(const struct bitmask *bmp, unsigned int n) in _getbit()
71 static void _setbit(struct bitmask *bmp, unsigned int n, unsigned int v) in _setbit()
115 struct bitmask *bitmask_setbit(struct bitmask *bmp, unsigned int i) in bitmask_setbit()
122 struct bitmask *bitmask_setall(struct bitmask *bmp) in bitmask_setall()
131 struct bitmask *bitmask_clearall(struct bitmask *bmp) in bitmask_clearall()
140 int bitmask_isallclear(const struct bitmask *bmp) in bitmask_isallclear()
150 int bitmask_isbitset(const struct bitmask *bmp, unsigned int i) in bitmask_isbitset()
156 unsigned int bitmask_first(const struct bitmask *bmp) in bitmask_first()
[all …]
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
Dmsi_bitmap.c14 int msi_bitmap_alloc_hwirqs(struct msi_bitmap *bmp, int num) in msi_bitmap_alloc_hwirqs()
38 void msi_bitmap_free_hwirqs(struct msi_bitmap *bmp, unsigned int offset, in msi_bitmap_free_hwirqs()
52 void msi_bitmap_reserve_hwirq(struct msi_bitmap *bmp, unsigned int hwirq) in msi_bitmap_reserve_hwirq()
74 int msi_bitmap_reserve_dt_hwirqs(struct msi_bitmap *bmp) in msi_bitmap_reserve_dt_hwirqs()
111 int __ref msi_bitmap_alloc(struct msi_bitmap *bmp, unsigned int irq_count, in msi_bitmap_alloc()
147 void msi_bitmap_free(struct msi_bitmap *bmp) in msi_bitmap_free()
159 struct msi_bitmap bmp; in test_basics() local
225 struct msi_bitmap bmp; in test_of_node() local
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
Dmsi_bitmap.c15 int msi_bitmap_alloc_hwirqs(struct msi_bitmap *bmp, int num) in msi_bitmap_alloc_hwirqs()
39 void msi_bitmap_free_hwirqs(struct msi_bitmap *bmp, unsigned int offset, in msi_bitmap_free_hwirqs()
53 void msi_bitmap_reserve_hwirq(struct msi_bitmap *bmp, unsigned int hwirq) in msi_bitmap_reserve_hwirq()
75 int msi_bitmap_reserve_dt_hwirqs(struct msi_bitmap *bmp) in msi_bitmap_reserve_dt_hwirqs()
112 int __ref msi_bitmap_alloc(struct msi_bitmap *bmp, unsigned int irq_count, in msi_bitmap_alloc()
148 void msi_bitmap_free(struct msi_bitmap *bmp) in msi_bitmap_free()
160 struct msi_bitmap bmp; in test_basics() local
226 struct msi_bitmap bmp; in test_of_node() local
/kernel/linux/linux-6.6/fs/jfs/
Djfs_dmap.c57 #define BMAP_LOCK_INIT(bmp) mutex_init(&bmp->db_bmaplock) argument
58 #define BMAP_LOCK(bmp) mutex_lock(&bmp->db_bmaplock) argument
59 #define BMAP_UNLOCK(bmp) mutex_unlock(&bmp->db_bmaplock) argument
155 struct bmap *bmp; in dbMount() local
267 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUnmount() local
290 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbSync() local
362 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbFree() local
454 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUpdatePMap() local
635 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbNextAG() local
729 struct bmap *bmp; in dbAlloc() local
[all …]
Djfs_discard.c68 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in jfs_ioc_trim() local
Dresize.c58 struct bmap *bmp = sbi->bmap; in jfs_extendfs() local
Djfs_extent.c305 struct bmap *bmp = sbi->bmap; in extBalloc() local
Djfs_imap.c847 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local
2009 struct metapage *amp = NULL, *bmp = NULL; in diAllocBit() local
2156 struct metapage *amp, *bmp, *cmp, *dmp; in diNewExt() local
/kernel/linux/linux-5.10/fs/jfs/
Djfs_dmap.c57 #define BMAP_LOCK_INIT(bmp) mutex_init(&bmp->db_bmaplock) argument
58 #define BMAP_LOCK(bmp) mutex_lock(&bmp->db_bmaplock) argument
59 #define BMAP_UNLOCK(bmp) mutex_unlock(&bmp->db_bmaplock) argument
155 struct bmap *bmp; in dbMount() local
267 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUnmount() local
290 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbSync() local
362 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbFree() local
454 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUpdatePMap() local
635 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbNextAG() local
729 struct bmap *bmp; in dbAlloc() local
[all …]
Djfs_discard.c68 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in jfs_ioc_trim() local
Dresize.c58 struct bmap *bmp = sbi->bmap; in jfs_extendfs() local
Djfs_imap.c849 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local
2011 struct metapage *amp = NULL, *bmp = NULL; in diAllocBit() local
2158 struct metapage *amp, *bmp, *cmp, *dmp; in diNewExt() local
/kernel/linux/linux-5.10/fs/hpfs/
Dalloc.c72 __le32 *bmp; in chk_if_allocated() local
118 __le32 *bmp; in alloc_in_bmp() local
299 __le32 *bmp; in hpfs_alloc_if_possible() local
318 __le32 *bmp; in hpfs_free_sectors() local
364 __le32 *bmp; in hpfs_check_free_dnodes() local
416 __le32 *bmp; in hpfs_free_dnode() local
489 static unsigned find_run(__le32 *bmp, unsigned *idx) in find_run()
530 __le32 *bmp; in hpfs_trim_fs() local
Dmap.c112 __le32 *hpfs_load_bitmap_directory(struct super_block *s, secno bmp) in hpfs_load_bitmap_directory()
/kernel/linux/linux-6.6/fs/hpfs/
Dalloc.c72 __le32 *bmp; in chk_if_allocated() local
118 __le32 *bmp; in alloc_in_bmp() local
299 __le32 *bmp; in hpfs_alloc_if_possible() local
318 __le32 *bmp; in hpfs_free_sectors() local
364 __le32 *bmp; in hpfs_check_free_dnodes() local
416 __le32 *bmp; in hpfs_free_dnode() local
489 static unsigned find_run(__le32 *bmp, unsigned *idx) in find_run()
530 __le32 *bmp; in hpfs_trim_fs() local
Dmap.c112 __le32 *hpfs_load_bitmap_directory(struct super_block *s, secno bmp) in hpfs_load_bitmap_directory()
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Daspeed-bmc-opp-witherspoon.dts354 bmp: bmp280@77 { label
Daspeed-bmc-opp-tacoma.dts465 bmp: bmp280@77 { label
/kernel/linux/linux-6.6/arch/arm/boot/dts/aspeed/
Daspeed-bmc-opp-witherspoon.dts354 bmp: bmp280@77 { label
Daspeed-bmc-opp-tacoma.dts471 bmp: bmp280@77 { label
/kernel/linux/linux-6.6/drivers/vfio/pci/pds/
Ddirty.h8 unsigned long *bmp; member
/kernel/linux/linux-5.10/arch/powerpc/platforms/4xx/
Dhsta_msi.c27 struct msi_bitmap bmp; member
/kernel/linux/linux-6.6/arch/powerpc/platforms/4xx/
Dhsta_msi.c28 struct msi_bitmap bmp; member
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
Dlpfc_ct.c119 struct lpfc_dmabuf *mp, *bmp; in lpfc_ct_unsol_cmpl() local
161 struct lpfc_dmabuf *bmp = NULL; in lpfc_ct_reject_event() local
586 lpfc_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, in lpfc_gen_req()
665 struct lpfc_dmabuf *bmp, struct lpfc_nodelist *ndlp, in lpfc_ct_cmd()
1906 struct lpfc_dmabuf *mp, *bmp; in lpfc_ns_cmd() local
3689 struct lpfc_dmabuf *mp, *bmp; in lpfc_vmid_cmd() local

123