/linux-3.3/tools/power/cpupower/utils/helpers/ |
D | bitmask.c | 25 struct bitmask *bmp; in bitmask_alloc() local 40 void bitmask_free(struct bitmask *bmp) in bitmask_free() 61 static unsigned int _getbit(const struct bitmask *bmp, unsigned int n) in _getbit() 70 static void _setbit(struct bitmask *bmp, unsigned int n, unsigned int v) in _setbit() 114 struct bitmask *bitmask_setbit(struct bitmask *bmp, unsigned int i) in bitmask_setbit() 121 struct bitmask *bitmask_setall(struct bitmask *bmp) in bitmask_setall() 130 struct bitmask *bitmask_clearall(struct bitmask *bmp) in bitmask_clearall() 139 int bitmask_isallclear(const struct bitmask *bmp) in bitmask_isallclear() 149 int bitmask_isbitset(const struct bitmask *bmp, unsigned int i) in bitmask_isbitset() 155 unsigned int bitmask_first(const struct bitmask *bmp) in bitmask_first() [all …]
|
/linux-3.3/arch/powerpc/sysdev/ |
D | msi_bitmap.c | 16 int msi_bitmap_alloc_hwirqs(struct msi_bitmap *bmp, int num) in msi_bitmap_alloc_hwirqs() 35 void msi_bitmap_free_hwirqs(struct msi_bitmap *bmp, unsigned int offset, in msi_bitmap_free_hwirqs() 49 void msi_bitmap_reserve_hwirq(struct msi_bitmap *bmp, unsigned int hwirq) in msi_bitmap_reserve_hwirq() 71 int msi_bitmap_reserve_dt_hwirqs(struct msi_bitmap *bmp) in msi_bitmap_reserve_dt_hwirqs() 108 int msi_bitmap_alloc(struct msi_bitmap *bmp, unsigned int irq_count, in msi_bitmap_alloc() 133 void msi_bitmap_free(struct msi_bitmap *bmp) in msi_bitmap_free() 147 struct msi_bitmap bmp; in test_basics() local 198 struct msi_bitmap bmp; in test_of_node() local
|
/linux-3.3/fs/jfs/ |
D | jfs_dmap.c | 68 #define BMAP_LOCK_INIT(bmp) mutex_init(&bmp->db_bmaplock) argument 69 #define BMAP_LOCK(bmp) mutex_lock(&bmp->db_bmaplock) argument 70 #define BMAP_UNLOCK(bmp) mutex_unlock(&bmp->db_bmaplock) argument 167 struct bmap *bmp; in dbMount() local 244 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUnmount() local 266 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbSync() local 339 struct bmap *bmp = JFS_SBI(ip->i_sb)->bmap; in dbFree() local 423 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbUpdatePMap() local 605 struct bmap *bmp = JFS_SBI(ipbmap->i_sb)->bmap; in dbNextAG() local 699 struct bmap *bmp; in dbAlloc() local [all …]
|
D | resize.c | 70 struct bmap *bmp = sbi->bmap; in jfs_extendfs() local
|
D | jfs_imap.c | 868 struct metapage *mp, *amp, *bmp, *cmp, *dmp; in diFree() local 2032 struct metapage *amp = NULL, *bmp = NULL; in diAllocBit() local 2180 struct metapage *amp, *bmp, *cmp, *dmp; in diNewExt() local
|
D | jfs_extent.c | 515 struct bmap *bmp = sbi->bmap; in extBalloc() local
|
/linux-3.3/fs/hpfs/ |
D | alloc.c | 19 u32 *bmp; in chk_if_allocated() local 65 unsigned *bmp; in alloc_in_bmp() local 239 u32 *bmp; in hpfs_alloc_if_possible() local 257 u32 *bmp; in hpfs_free_sectors() local 302 u32 *bmp; in hpfs_check_free_dnodes() local 354 u32 *bmp; in hpfs_free_dnode() local
|
D | map.c | 92 secno *hpfs_load_bitmap_directory(struct super_block *s, secno bmp) in hpfs_load_bitmap_directory()
|
D | hpfs_fn.h | 181 static inline unsigned tstbits(u32 *bmp, unsigned b, unsigned n) in tstbits()
|
/linux-3.3/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 302 lpfc_gen_req(struct lpfc_vport *vport, struct lpfc_dmabuf *bmp, in lpfc_gen_req() 386 struct lpfc_dmabuf *bmp, struct lpfc_nodelist *ndlp, in lpfc_ct_cmd() 590 struct lpfc_dmabuf *bmp; in lpfc_cmpl_ct_cmd_gid_ft() local 1102 struct lpfc_dmabuf *mp, *bmp; in lpfc_ns_cmd() local 1361 struct lpfc_dmabuf *mp, *bmp; in lpfc_fdmi_cmd() local
|
D | lpfc_bsg.c | 74 struct lpfc_dmabuf *bmp; member 99 struct lpfc_dmabuf *bmp; member 169 struct lpfc_dmabuf *bmp; in lpfc_bsg_send_mgmt_cmd_cmp() local 243 struct lpfc_dmabuf *bmp = NULL; in lpfc_bsg_send_mgmt_cmd() local 1210 struct lpfc_dmabuf *bmp; in lpfc_issue_ct_rsp_cmp() local 1274 struct lpfc_dmabuf *bmp, int num_entry) in lpfc_issue_ct_rsp() 1412 struct lpfc_dmabuf *bmp = NULL; in lpfc_bsg_send_mgmt_rsp() local 4747 struct lpfc_dmabuf *bmp; in lpfc_bsg_menlo_cmd_cmp() local 4838 struct lpfc_dmabuf *bmp = NULL; in lpfc_menlo_cmd() local
|
/linux-3.3/drivers/uwb/ |
D | drp-avail.c | 227 int uwbd_evt_get_drp_avail(struct uwb_event *evt, unsigned long *bmp) in uwbd_evt_get_drp_avail()
|
/linux-3.3/drivers/gpu/drm/nouveau/ |
D | nouveau_perf.c | 36 char *perf, *entry, *bmp = &bios->data[bios->offset]; in legacy_perf_init() local
|
D | nouveau_i2c.c | 326 u8 *bmp = &bios->data[bios->offset]; in nouveau_i2c_init() local
|
D | nouveau_bios.c | 5415 uint8_t *bmp = &bios->data[offset], bmp_version_major, bmp_version_minor; in parse_bmp_structure() local
|
/linux-3.3/fs/ntfs/ |
D | dir.c | 1116 u8 *kaddr, *bmp, *index_end; in ntfs_readdir() local
|
/linux-3.3/drivers/ps3/ |
D | ps3-vuart.c | 116 const struct ports_bmp *bmp, const char *func, int line) in _dump_ports_bmp() 881 struct ports_bmp *bmp; member
|
/linux-3.3/arch/powerpc/platforms/ps3/ |
D | interrupt.c | 89 struct ps3_bmp bmp __attribute__ ((aligned (PS3_BMP_MINALIGN))); member
|
/linux-3.3/net/netfilter/ |
D | nf_conntrack_h323_asn1.c | 495 unsigned int ext, bmp, i, opt, len = 0, bmp2, bmp2_len; in decode_seq() local
|
/linux-3.3/include/linux/ |
D | xfrm.h | 94 __u32 bmp[0]; member
|