Home
last modified time | relevance | path

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

/linux-4.4.14/lib/
Dmemweight.c13 size_t longs; in memweight() local
20 longs = bytes / sizeof(long); in memweight()
21 if (longs) { in memweight()
22 BUG_ON(longs >= INT_MAX / BITS_PER_LONG); in memweight()
24 longs * BITS_PER_LONG); in memweight()
25 bytes -= longs * sizeof(long); in memweight()
26 bitmap += longs * sizeof(long); in memweight()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_labels.c21 unsigned int longs = l->words; in label_bits() local
22 return longs * BITS_PER_LONG; in label_bits()
/linux-4.4.14/Documentation/video4linux/cx2341x/
DREADME.vbi23 'itv0': After this magic number two unsigned longs follow. Bits 0-17 of the first
/linux-4.4.14/Documentation/input/
Dinput-programming.txt226 BITS_TO_LONGS(x) - returns the length of a bitfield array in longs for
228 BIT_WORD(x) - returns the index in the array in longs for bit x
/linux-4.4.14/fs/nfs/
Dnfs4proc.c6897 if (test_bit(i, sp->enforce.u.longs)) in nfs4_sp4_select_mode()
6899 if (test_bit(i, sp->allow.u.longs)) in nfs4_sp4_select_mode()
6920 if (test_bit(OP_BIND_CONN_TO_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode()
6921 test_bit(OP_CREATE_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode()
6922 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) && in nfs4_sp4_select_mode()
6923 test_bit(OP_DESTROY_CLIENTID, sp->enforce.u.longs)) { in nfs4_sp4_select_mode()
6932 if (test_bit(OP_CLOSE, sp->allow.u.longs) && in nfs4_sp4_select_mode()
6933 test_bit(OP_LOCKU, sp->allow.u.longs)) { in nfs4_sp4_select_mode()
6938 if (test_bit(OP_SECINFO, sp->allow.u.longs) && in nfs4_sp4_select_mode()
6939 test_bit(OP_SECINFO_NO_NAME, sp->allow.u.longs)) { in nfs4_sp4_select_mode()
[all …]
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli.c4636 int longs; in lpfc_sli_hba_setup() local
4715 longs = (phba->max_vpi + BITS_PER_LONG) / BITS_PER_LONG; in lpfc_sli_hba_setup()
4716 phba->vpi_bmask = kzalloc(longs * sizeof(unsigned long), in lpfc_sli_hba_setup()
5330 unsigned long longs; in lpfc_sli4_alloc_extent() local
5387 longs = ((rsrc_cnt * rsrc_size) + BITS_PER_LONG - 1) / BITS_PER_LONG; in lpfc_sli4_alloc_extent()
5397 phba->sli4_hba.rpi_bmask = kzalloc(longs * in lpfc_sli4_alloc_extent()
5426 phba->vpi_bmask = kzalloc(longs * in lpfc_sli4_alloc_extent()
5448 phba->sli4_hba.xri_bmask = kzalloc(longs * in lpfc_sli4_alloc_extent()
5471 phba->sli4_hba.vfi_bmask = kzalloc(longs * in lpfc_sli4_alloc_extent()
5673 unsigned long longs; in lpfc_sli4_alloc_resource_identifiers() local
[all …]
Dlpfc_init.c5121 int longs; in lpfc_sli4_driver_resource_setup() local
5423 longs = (LPFC_SLI4_FCF_TBL_INDX_MAX + BITS_PER_LONG - 1)/BITS_PER_LONG; in lpfc_sli4_driver_resource_setup()
5424 phba->fcf.fcf_rr_bmask = kzalloc(longs * sizeof(unsigned long), in lpfc_sli4_driver_resource_setup()
/linux-4.4.14/Documentation/s390/
Ds390dbf.txt233 Description: writes debug entry with format string and varargs (longs) to
292 Description: writes debug entry with format string and varargs (longs) to
DDebugging390.txt1774 in the macros below & do nasty casts to longs like the following
/linux-4.4.14/include/linux/
Dnfs_xdr.h1195 unsigned long longs[NFS4_OP_MAP_NUM_LONGS]; member
/linux-4.4.14/Documentation/
Datomic_ops.txt91 Properly aligned pointers, longs, ints, and chars (and unsigned
/linux-4.4.14/
DCREDITS268 D: New sysctl function for handling unsigned longs