first_bit 133 arch/x86/kernel/cpu/resctrl/ctrlmondata.c unsigned long first_bit, zero_bit, val; first_bit 148 arch/x86/kernel/cpu/resctrl/ctrlmondata.c first_bit = find_first_bit(&val, cbm_len); first_bit 149 arch/x86/kernel/cpu/resctrl/ctrlmondata.c zero_bit = find_next_zero_bit(&val, cbm_len, first_bit); first_bit 156 arch/x86/kernel/cpu/resctrl/ctrlmondata.c if ((zero_bit - first_bit) < r->cache.min_cbm_bits) { first_bit 115 arch/x86/kernel/cpu/resctrl/pseudo_lock.c unsigned long first_bit; first_bit 117 arch/x86/kernel/cpu/resctrl/pseudo_lock.c first_bit = find_first_bit(&pseudo_lock_minor_avail, MINORBITS); first_bit 119 arch/x86/kernel/cpu/resctrl/pseudo_lock.c if (first_bit == MINORBITS) first_bit 122 arch/x86/kernel/cpu/resctrl/pseudo_lock.c __clear_bit(first_bit, &pseudo_lock_minor_avail); first_bit 123 arch/x86/kernel/cpu/resctrl/pseudo_lock.c *minor = first_bit; first_bit 2512 arch/x86/kernel/cpu/resctrl/rdtgroup.c unsigned long first_bit, zero_bit; first_bit 2518 arch/x86/kernel/cpu/resctrl/rdtgroup.c first_bit = find_first_bit(&val, cbm_len); first_bit 2519 arch/x86/kernel/cpu/resctrl/rdtgroup.c zero_bit = find_next_zero_bit(&val, cbm_len, first_bit); first_bit 199 drivers/net/wireless/ath/ath5k/phy.c u32 mask, data, last_bit, bits_shifted, first_bit; first_bit 222 drivers/net/wireless/ath/ath5k/phy.c first_bit = rfreg->field.pos; first_bit 232 drivers/net/wireless/ath/ath5k/phy.c if (!(col <= 3 && num_bits <= 32 && first_bit + num_bits <= 319)) { first_bit 237 drivers/net/wireless/ath/ath5k/phy.c entry = ((first_bit - 1) / 8) + offset; first_bit 238 drivers/net/wireless/ath/ath5k/phy.c position = (first_bit - 1) % 8; first_bit 7549 fs/ocfs2/alloc.c u32 first_bit, last_bit, minlen; first_bit 7602 fs/ocfs2/alloc.c first_bit = start; first_bit 7604 fs/ocfs2/alloc.c first_bit = start - ocfs2_blocks_to_clusters(sb, first_bit 7612 fs/ocfs2/alloc.c if (first_bit + len >= osb->bitmap_cpg) first_bit 7615 fs/ocfs2/alloc.c last_bit = first_bit + len; first_bit 7627 fs/ocfs2/alloc.c first_bit, last_bit, minlen); first_bit 7637 fs/ocfs2/alloc.c len -= osb->bitmap_cpg - first_bit; first_bit 7638 fs/ocfs2/alloc.c first_bit = 0; first_bit 178 fs/xfs/xfs_buf_item.c int first_bit, first_bit 181 fs/xfs/xfs_buf_item.c offset += first_bit * XFS_BLF_CHUNK; first_bit 209 fs/xfs/xfs_buf_item.c int first_bit; first_bit 224 fs/xfs/xfs_buf_item.c first_bit = xfs_next_bit(blfp->blf_data_map, blfp->blf_map_size, 0); first_bit 225 fs/xfs/xfs_buf_item.c if (!(bip->bli_flags & XFS_BLI_STALE) && first_bit == -1) { first_bit 251 fs/xfs/xfs_buf_item.c last_bit = first_bit; first_bit 271 fs/xfs/xfs_buf_item.c first_bit, nbits); first_bit 277 fs/xfs/xfs_buf_item.c first_bit, nbits); first_bit 279 fs/xfs/xfs_buf_item.c first_bit = next_bit; first_bit 798 fs/xfs/xfs_buf_item.c uint first_bit; first_bit 811 fs/xfs/xfs_buf_item.c first_bit = first >> XFS_BLF_SHIFT; first_bit 817 fs/xfs/xfs_buf_item.c bits_to_set = last_bit - first_bit + 1; first_bit 823 fs/xfs/xfs_buf_item.c word_num = first_bit >> BIT_TO_WORD_SHIFT; first_bit 829 fs/xfs/xfs_buf_item.c bit = first_bit & (uint)(NBWORD - 1); first_bit 17 tools/perf/util/perf_event_attr_fprintf.c bool first_bit = true; first_bit 22 tools/perf/util/perf_event_attr_fprintf.c buf += scnprintf(buf, size, "%s%s", first_bit ? "" : "|", bits[i].name); first_bit 23 tools/perf/util/perf_event_attr_fprintf.c first_bit = false;