Searched refs:longs (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/lib/ |
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-v4.19/include/linux/ |
D | nfs4.h | 670 unsigned long longs[NFS4_OP_MAP_NUM_LONGS]; member
|
/Linux-v4.19/Documentation/input/ |
D | input-programming.rst | 224 BITS_TO_LONGS(x) - returns the length of a bitfield array in longs for 226 BIT_WORD(x) - returns the index in the array in longs for bit x
|
/Linux-v4.19/fs/nfs/ |
D | nfs4proc.c | 7765 if (test_bit(i, sp->enforce.u.longs)) in nfs4_sp4_select_mode() 7767 if (test_bit(i, sp->allow.u.longs)) in nfs4_sp4_select_mode() 7789 if (test_bit(OP_BIND_CONN_TO_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode() 7790 test_bit(OP_CREATE_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode() 7791 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode() 7792 test_bit(OP_DESTROY_CLIENTID, sp->enforce.u.longs)) { in nfs4_sp4_select_mode() 7802 if (test_bit(OP_CLOSE, sp->allow.u.longs) && in nfs4_sp4_select_mode() 7803 test_bit(OP_OPEN_DOWNGRADE, sp->allow.u.longs) && in nfs4_sp4_select_mode() 7804 test_bit(OP_DELEGRETURN, sp->allow.u.longs) && in nfs4_sp4_select_mode() 7805 test_bit(OP_LOCKU, sp->allow.u.longs)) { in nfs4_sp4_select_mode() [all …]
|
/Linux-v4.19/Documentation/driver-api/ |
D | device-io.rst | 191 :c:func:`outs()` functions copy bytes, words or longs to the given
|
/Linux-v4.19/Documentation/s390/ |
D | s390dbf.txt | 233 Description: writes debug entry with format string and varargs (longs) to 292 Description: writes debug entry with format string and varargs (longs) to
|
D | Debugging390.txt | 1774 in the macros below & do nasty casts to longs like the following
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_sli.c | 5069 int longs; in lpfc_sli_hba_setup() local 5151 longs = (phba->max_vpi + BITS_PER_LONG) / BITS_PER_LONG; in lpfc_sli_hba_setup() 5152 phba->vpi_bmask = kcalloc(longs, in lpfc_sli_hba_setup() 5780 unsigned long longs; in lpfc_sli4_alloc_extent() local 5837 longs = ((rsrc_cnt * rsrc_size) + BITS_PER_LONG - 1) / BITS_PER_LONG; in lpfc_sli4_alloc_extent() 5847 phba->sli4_hba.rpi_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent() 5876 phba->vpi_bmask = kcalloc(longs, sizeof(unsigned long), in lpfc_sli4_alloc_extent() 5896 phba->sli4_hba.xri_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent() 5919 phba->sli4_hba.vfi_bmask = kcalloc(longs, in lpfc_sli4_alloc_extent() 6159 unsigned long longs; in lpfc_sli4_alloc_resource_identifiers() local [all …]
|
D | lpfc_init.c | 5850 int longs; in lpfc_sli4_driver_resource_setup() local 6236 longs = (LPFC_SLI4_FCF_TBL_INDX_MAX + BITS_PER_LONG - 1)/BITS_PER_LONG; in lpfc_sli4_driver_resource_setup() 6237 phba->fcf.fcf_rr_bmask = kcalloc(longs, sizeof(unsigned long), in lpfc_sli4_driver_resource_setup()
|
/Linux-v4.19/Documentation/core-api/ |
D | atomic_ops.rst | 98 Properly aligned pointers, longs, ints, and chars (and unsigned
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4proc.c | 2493 if (test_bit(this->opnum, allow->u.longs) && in nfsd4_spo_must_allow()
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | cx2341x.rst | 3835 'itv0': After this magic number two unsigned longs follow. Bits 0-17 of the first
|
/Linux-v4.19/ |
D | CREDITS | 268 D: New sysctl function for handling unsigned longs
|