maxbit 149 drivers/clk/bcm/clk-bcm63xx-gate.c u8 maxbit = 0; maxbit 157 drivers/clk/bcm/clk-bcm63xx-gate.c maxbit = max_t(u8, maxbit, entry->bit); maxbit 159 drivers/clk/bcm/clk-bcm63xx-gate.c hw = devm_kzalloc(&pdev->dev, struct_size(hw, data.hws, maxbit), maxbit 168 drivers/clk/bcm/clk-bcm63xx-gate.c hw->data.num = maxbit; maxbit 169 drivers/clk/bcm/clk-bcm63xx-gate.c for (i = 0; i < maxbit; i++) maxbit 634 drivers/input/evdev.c static int bits_to_user(unsigned long *bits, unsigned int maxbit, maxbit 640 drivers/input/evdev.c len = BITS_TO_LONGS_COMPAT(maxbit) * sizeof(compat_long_t); maxbit 651 drivers/input/evdev.c len = BITS_TO_LONGS(maxbit) * sizeof(long); maxbit 662 drivers/input/evdev.c static int bits_from_user(unsigned long *bits, unsigned int maxbit, maxbit 671 drivers/input/evdev.c len = BITS_TO_LONGS_COMPAT(maxbit) * sizeof(compat_long_t); maxbit 688 drivers/input/evdev.c len = BITS_TO_LONGS(maxbit) * sizeof(long); maxbit 701 drivers/input/evdev.c static int bits_to_user(unsigned long *bits, unsigned int maxbit, maxbit 705 drivers/input/evdev.c BITS_TO_LONGS_COMPAT(maxbit) * sizeof(compat_long_t) : maxbit 706 drivers/input/evdev.c BITS_TO_LONGS(maxbit) * sizeof(long); maxbit 714 drivers/input/evdev.c static int bits_from_user(unsigned long *bits, unsigned int maxbit, maxbit 723 drivers/input/evdev.c len = compat ? BITS_TO_LONGS_COMPAT(maxbit) : BITS_TO_LONGS(maxbit); maxbit 735 drivers/input/evdev.c static int bits_to_user(unsigned long *bits, unsigned int maxbit, maxbit 738 drivers/input/evdev.c int len = BITS_TO_LONGS(maxbit) * sizeof(long); maxbit 746 drivers/input/evdev.c static int bits_from_user(unsigned long *bits, unsigned int maxbit, maxbit 754 drivers/input/evdev.c len = BITS_TO_LONGS(maxbit) * sizeof(long); maxbit 887 drivers/input/evdev.c unsigned long *bits, unsigned int maxbit, maxbit 894 drivers/input/evdev.c mem = bitmap_alloc(maxbit, GFP_KERNEL); maxbit 901 drivers/input/evdev.c bitmap_copy(mem, bits, maxbit); maxbit 909 drivers/input/evdev.c ret = bits_to_user(mem, maxbit, maxlen, p, compat); maxbit 466 fs/file.c unsigned int maxbit = maxfd / BITS_PER_LONG; maxbit 469 fs/file.c bitbit = find_next_zero_bit(fdt->full_fds_bits, maxbit, bitbit) * BITS_PER_LONG;