Searched refs:longs (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/lib/ |
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-6.3-rc2/drivers/char/ |
A D | random.c | 659 size_t i, longs; in extract_entropy() local 663 if (longs) { in extract_entropy() 664 i += longs; 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 853 if (longs) { in random_init_early() 854 _mix_pool_bytes(entropy, sizeof(*entropy) * longs); in random_init_early() 855 i += longs; in random_init_early() 859 if (longs) { in random_init_early() [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | nfs4.h | 690 unsigned long longs[NFS4_OP_MAP_NUM_LONGS]; member
|
/linux-6.3-rc2/Documentation/input/ |
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-6.3-rc2/fs/nfs/ |
A D | nfs4proc.c | 8606 if (test_bit(i, sp->enforce.u.longs)) in nfs4_sp4_select_mode() 8608 if (test_bit(i, sp->allow.u.longs)) in nfs4_sp4_select_mode() 8643 if (test_bit(OP_CLOSE, sp->allow.u.longs) && in nfs4_sp4_select_mode() 8645 test_bit(OP_DELEGRETURN, sp->allow.u.longs) && in nfs4_sp4_select_mode() 8646 test_bit(OP_LOCKU, sp->allow.u.longs)) { in nfs4_sp4_select_mode() 8651 if (test_bit(OP_LAYOUTRETURN, sp->allow.u.longs)) { in nfs4_sp4_select_mode() 8656 if (test_bit(OP_SECINFO, sp->allow.u.longs) && in nfs4_sp4_select_mode() 8662 if (test_bit(OP_TEST_STATEID, sp->allow.u.longs) && in nfs4_sp4_select_mode() 8663 test_bit(OP_FREE_STATEID, sp->allow.u.longs)) { in nfs4_sp4_select_mode() 8668 if (test_bit(OP_WRITE, sp->allow.u.longs)) { in nfs4_sp4_select_mode() [all …]
|
/linux-6.3-rc2/Documentation/userspace-api/media/drivers/ |
A D | cx2341x-uapi.rst | 154 'itv0': After this magic number two unsigned longs follow. Bits 0-17 of the first
|
/linux-6.3-rc2/drivers/scsi/lpfc/ |
A D | lpfc_sli.c | 5717 int longs; in lpfc_sli_hba_setup() local 5773 phba->vpi_bmask = kcalloc(longs, in lpfc_sli_hba_setup() 6446 unsigned long longs; in lpfc_sli4_alloc_extent() local 6513 phba->sli4_hba.rpi_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent() 6562 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent() 6585 phba->sli4_hba.vfi_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent() 7179 unsigned long longs; in lpfc_sli4_alloc_resource_identifiers() local 7278 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG; in lpfc_sli4_alloc_resource_identifiers() 7279 phba->sli4_hba.rpi_bmask = kcalloc(longs, in lpfc_sli4_alloc_resource_identifiers() 7334 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_resource_identifiers() [all …]
|
A D | lpfc_init.c | 7976 int longs; in lpfc_sli4_driver_resource_setup() local 8422 longs = (LPFC_SLI4_FCF_TBL_INDX_MAX + BITS_PER_LONG - 1)/BITS_PER_LONG; in lpfc_sli4_driver_resource_setup() 8423 phba->fcf.fcf_rr_bmask = kcalloc(longs, sizeof(unsigned long), in lpfc_sli4_driver_resource_setup()
|
/linux-6.3-rc2/Documentation/dev-tools/ |
A D | kcsan.rst | 326 longs to encode watchpoint information, which is negligible.
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | device-io.rst | 146 outs() functions copy bytes, words or longs to the given
|
/linux-6.3-rc2/fs/nfsd/ |
A D | nfs4proc.c | 3557 if (test_bit(this->opnum, allow->u.longs) && in nfsd4_spo_must_allow()
|
/linux-6.3-rc2/ |
A D | CREDITS | 272 D: New sysctl function for handling unsigned longs
|
Completed in 102 milliseconds