Searched refs:numentries (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/scsi/ |
D | osd_initiator.h | 450 const struct osd_sg_entry *sglist, unsigned numentries); 453 const struct osd_sg_entry *sglist, unsigned numentries); 456 const struct osd_sg_entry *sglist, unsigned numentries); 459 const struct osd_sg_entry *sglist, unsigned numentries);
|
/Linux-v4.19/drivers/scsi/osd/ |
D | osd_initiator.c | 906 const struct osd_sg_entry *sglist, unsigned numentries, u64 *len) in _add_sg_continuation_descriptor() argument 913 oscd_size = sizeof(*oscd) + numentries * sizeof(oscd->entries[0]); in _add_sg_continuation_descriptor() 934 for (i = 0; i < numentries; i++) { in _add_sg_continuation_descriptor() 942 or->cdb_cont.total_bytes, oscd_size, numentries); in _add_sg_continuation_descriptor() 996 const struct osd_sg_entry *sglist, unsigned numentries) in osd_req_write_sg() argument 999 int ret = _add_sg_continuation_descriptor(or, sglist, numentries, &len); in osd_req_write_sg() 1014 const struct osd_sg_entry *sglist, unsigned numentries) in osd_req_read_sg() argument 1020 if (numentries > 1) { in osd_req_read_sg() 1022 ret = _add_sg_continuation_descriptor(or, sglist, numentries, in osd_req_read_sg() 1048 void **buff, const struct osd_sg_entry *sglist, unsigned numentries) in _create_sg_bios() argument [all …]
|
/Linux-v4.19/mm/ |
D | page_alloc.c | 7546 unsigned long numentries, in alloc_large_system_hash() argument 7560 if (!numentries) { in alloc_large_system_hash() 7562 numentries = nr_kernel_pages; in alloc_large_system_hash() 7563 numentries -= arch_reserved_kernel_pages(); in alloc_large_system_hash() 7567 numentries = round_up(numentries, (1<<20)/PAGE_SIZE); in alloc_large_system_hash() 7573 for (adapt = ADAPT_SCALE_NPAGES; adapt < numentries; in alloc_large_system_hash() 7581 numentries >>= (scale - PAGE_SHIFT); in alloc_large_system_hash() 7583 numentries <<= (PAGE_SHIFT - scale); in alloc_large_system_hash() 7589 if (!(numentries >> *_hash_shift)) { in alloc_large_system_hash() 7590 numentries = 1UL << *_hash_shift; in alloc_large_system_hash() [all …]
|
/Linux-v4.19/include/linux/ |
D | bootmem.h | 380 unsigned long numentries,
|
/Linux-v4.19/include/net/ |
D | inet_hashtables.h | 225 unsigned long numentries, int scale,
|
/Linux-v4.19/net/ipv4/ |
D | inet_hashtables.c | 802 unsigned long numentries, int scale, in inet_hashinfo2_init() argument 810 numentries, in inet_hashinfo2_init()
|