Searched refs:longs (Results 1 – 10 of 10) sorted by relevance
/linux/lib/ |
H A D | memweight.c | 14 size_t longs; in memweight() local 21 longs = bytes / sizeof(long); in memweight() 22 if (longs) { in memweight() 23 BUG_ON(longs >= INT_MAX / BITS_PER_LONG); in memweight() 25 longs * BITS_PER_LONG); in memweight() 26 bytes -= longs * sizeof(long); in memweight() 27 bitmap += longs * sizeof(long); in memweight()
|
/linux/drivers/char/ |
H A D | random.c | 680 size_t i, longs; in extract_entropy() local 683 longs = arch_get_random_seed_longs(&block.rdseed[i], ARRAY_SIZE(block.rdseed) - i); in extract_entropy() 684 if (longs) { in extract_entropy() 685 i += longs; in extract_entropy() 688 longs = arch_get_random_longs(&block.rdseed[i], ARRAY_SIZE(block.rdseed) - i); in extract_entropy() 689 if (longs) { in extract_entropy() 690 i += longs; in extract_entropy() 868 size_t i, longs, arch_bits; in random_init_early() local 876 longs = arch_get_random_seed_longs(entropy, ARRAY_SIZE(entropy) - i); in random_init_early() 877 if (longs) { in random_init_early() [all...] |
/linux/fs/nfs/ |
H A D | nfs4proc.c | 8817 if (test_bit(i, sp->enforce.u.longs)) in nfs4_sp4_select_mode() 8819 if (test_bit(i, sp->allow.u.longs)) in nfs4_sp4_select_mode() 8841 if (test_bit(OP_BIND_CONN_TO_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode() 8842 test_bit(OP_CREATE_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode() 8843 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode() 8844 test_bit(OP_DESTROY_CLIENTID, sp->enforce.u.longs)) { in nfs4_sp4_select_mode() 8854 if (test_bit(OP_CLOSE, sp->allow.u.longs) && in nfs4_sp4_select_mode() 8855 test_bit(OP_OPEN_DOWNGRADE, sp->allow.u.longs) && in nfs4_sp4_select_mode() 8856 test_bit(OP_DELEGRETURN, sp->allow.u.longs) && in nfs4_sp4_select_mode() 8857 test_bit(OP_LOCKU, sp->allow.u.longs)) { in nfs4_sp4_select_mode() [all …]
|
/linux/Documentation/input/ |
H A D | input-programming.rst | 270 BITS_TO_LONGS(x) - returns the length of a bitfield array in longs for 272 BIT_WORD(x) - returns the index in the array in longs for bit x
|
/linux/include/linux/ |
H A D | nfs4.h | 830 unsigned long longs[NFS4_OP_MAP_NUM_LONGS]; member
|
/linux/Documentation/userspace-api/media/drivers/ |
H A D | cx2341x-uapi.rst | 154 'itv0': After this magic number two unsigned longs follow. Bits 0-17 of the first
|
/linux/Documentation/dev-tools/ |
H A D | kcsan.rst | 336 longs to encode watchpoint information, which is negligible.
|
/linux/Documentation/driver-api/ |
H A D | device-io.rst | 146 outs() functions copy bytes, words or longs to the given
|
/linux/fs/nfsd/ |
H A D | nfs4proc.c | 3778 if (test_bit(this->opnum, allow->u.longs) && in nfsd4_spo_must_allow()
|
/linux/ |
H A D | CREDITS | 287 D: New sysctl function for handling unsigned longs
|