Home
last modified time | relevance | path

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

/linux/lib/
A 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/include/linux/
A Dnfs4.h688 unsigned long longs[NFS4_OP_MAP_NUM_LONGS]; member
/linux/fs/nfs/
A Dnfs4proc.c8383 if (test_bit(i, sp->enforce.u.longs)) in nfs4_sp4_select_mode()
8385 if (test_bit(i, sp->allow.u.longs)) in nfs4_sp4_select_mode()
8420 if (test_bit(OP_CLOSE, sp->allow.u.longs) && in nfs4_sp4_select_mode()
8422 test_bit(OP_DELEGRETURN, sp->allow.u.longs) && in nfs4_sp4_select_mode()
8423 test_bit(OP_LOCKU, sp->allow.u.longs)) { in nfs4_sp4_select_mode()
8428 if (test_bit(OP_LAYOUTRETURN, sp->allow.u.longs)) { in nfs4_sp4_select_mode()
8433 if (test_bit(OP_SECINFO, sp->allow.u.longs) && in nfs4_sp4_select_mode()
8439 if (test_bit(OP_TEST_STATEID, sp->allow.u.longs) && in nfs4_sp4_select_mode()
8440 test_bit(OP_FREE_STATEID, sp->allow.u.longs)) { in nfs4_sp4_select_mode()
8445 if (test_bit(OP_WRITE, sp->allow.u.longs)) { in nfs4_sp4_select_mode()
[all …]
/linux/Documentation/input/
A 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/Documentation/userspace-api/media/drivers/
A Dcx2341x-uapi.rst154 'itv0': After this magic number two unsigned longs follow. Bits 0-17 of the first
/linux/drivers/scsi/lpfc/
A Dlpfc_sli.c5607 int longs; in lpfc_sli_hba_setup() local
5663 phba->vpi_bmask = kcalloc(longs, in lpfc_sli_hba_setup()
6335 unsigned long longs; in lpfc_sli4_alloc_extent() local
6402 phba->sli4_hba.rpi_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent()
6451 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent()
6474 phba->sli4_hba.vfi_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent()
7063 unsigned long longs; in lpfc_sli4_alloc_resource_identifiers() local
7162 longs = (count + BITS_PER_LONG - 1) / BITS_PER_LONG; in lpfc_sli4_alloc_resource_identifiers()
7163 phba->sli4_hba.rpi_bmask = kcalloc(longs, in lpfc_sli4_alloc_resource_identifiers()
7218 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_resource_identifiers()
[all …]
A Dlpfc_init.c7844 int longs; in lpfc_sli4_driver_resource_setup() local
8272 longs = (LPFC_SLI4_FCF_TBL_INDX_MAX + BITS_PER_LONG - 1)/BITS_PER_LONG; in lpfc_sli4_driver_resource_setup()
8273 phba->fcf.fcf_rr_bmask = kcalloc(longs, sizeof(unsigned long), in lpfc_sli4_driver_resource_setup()
/linux/Documentation/dev-tools/
A Dkcsan.rst276 longs to encode watchpoint information, which is negligible.
/linux/Documentation/driver-api/
A Ddevice-io.rst146 outs() functions copy bytes, words or longs to the given
/linux/fs/nfsd/
A Dnfs4proc.c3390 if (test_bit(this->opnum, allow->u.longs) && in nfsd4_spo_must_allow()
/linux/
A DCREDITS272 D: New sysctl function for handling unsigned longs

Completed in 85 milliseconds