Home
last modified time | relevance | path

Searched refs:longs (Results 1 – 12 of 12) sorted by relevance

/linux-6.6.21/lib/
Dmemweight.c14 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-6.6.21/drivers/char/
Drandom.c659 size_t i, longs; in extract_entropy() local
662 longs = arch_get_random_seed_longs(&block.rdseed[i], ARRAY_SIZE(block.rdseed) - i); in extract_entropy()
663 if (longs) { in extract_entropy()
664 i += longs; in extract_entropy()
667 longs = arch_get_random_longs(&block.rdseed[i], ARRAY_SIZE(block.rdseed) - i); in extract_entropy()
668 if (longs) { in extract_entropy()
669 i += longs; in extract_entropy()
844 size_t i, longs, arch_bits; in random_init_early() local
852 longs = arch_get_random_seed_longs(entropy, ARRAY_SIZE(entropy) - i); in random_init_early()
853 if (longs) { in random_init_early()
[all …]
/linux-6.6.21/include/linux/
Dnfs4.h690 unsigned long longs[NFS4_OP_MAP_NUM_LONGS]; member
/linux-6.6.21/Documentation/input/
Dinput-programming.rst270 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-6.6.21/fs/nfs/
Dnfs4proc.c8621 if (test_bit(i, sp->enforce.u.longs)) in nfs4_sp4_select_mode()
8623 if (test_bit(i, sp->allow.u.longs)) in nfs4_sp4_select_mode()
8645 if (test_bit(OP_BIND_CONN_TO_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode()
8646 test_bit(OP_CREATE_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode()
8647 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode()
8648 test_bit(OP_DESTROY_CLIENTID, sp->enforce.u.longs)) { in nfs4_sp4_select_mode()
8658 if (test_bit(OP_CLOSE, sp->allow.u.longs) && in nfs4_sp4_select_mode()
8659 test_bit(OP_OPEN_DOWNGRADE, sp->allow.u.longs) && in nfs4_sp4_select_mode()
8660 test_bit(OP_DELEGRETURN, sp->allow.u.longs) && in nfs4_sp4_select_mode()
8661 test_bit(OP_LOCKU, sp->allow.u.longs)) { in nfs4_sp4_select_mode()
[all …]
/linux-6.6.21/Documentation/userspace-api/media/drivers/
Dcx2341x-uapi.rst154 'itv0': After this magic number two unsigned longs follow. Bits 0-17 of the first
/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_sli.c5703 int longs; in lpfc_sli_hba_setup() local
5739 longs = (phba->max_vpi + BITS_PER_LONG) / BITS_PER_LONG; in lpfc_sli_hba_setup()
5740 phba->vpi_bmask = kcalloc(longs, in lpfc_sli_hba_setup()
6413 unsigned long longs; in lpfc_sli4_alloc_extent() local
6470 longs = ((rsrc_cnt * rsrc_size) + BITS_PER_LONG - 1) / BITS_PER_LONG; in lpfc_sli4_alloc_extent()
6480 phba->sli4_hba.rpi_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent()
6509 phba->vpi_bmask = kcalloc(longs, sizeof(unsigned long), in lpfc_sli4_alloc_extent()
6529 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent()
6552 phba->sli4_hba.vfi_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent()
7146 unsigned long longs; in lpfc_sli4_alloc_resource_identifiers() local
[all …]
Dlpfc_init.c7920 int longs; in lpfc_sli4_driver_resource_setup() local
8369 longs = (LPFC_SLI4_FCF_TBL_INDX_MAX + BITS_PER_LONG - 1)/BITS_PER_LONG; in lpfc_sli4_driver_resource_setup()
8370 phba->fcf.fcf_rr_bmask = kcalloc(longs, sizeof(unsigned long), in lpfc_sli4_driver_resource_setup()
/linux-6.6.21/Documentation/dev-tools/
Dkcsan.rst326 longs to encode watchpoint information, which is negligible.
/linux-6.6.21/Documentation/driver-api/
Ddevice-io.rst146 outs() functions copy bytes, words or longs to the given
/linux-6.6.21/fs/nfsd/
Dnfs4proc.c3590 if (test_bit(this->opnum, allow->u.longs) && in nfsd4_spo_must_allow()
/linux-6.6.21/
DCREDITS276 D: New sysctl function for handling unsigned longs