Home
last modified time | relevance | path

Searched refs:numentries (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/scsi/
Dosd_initiator.h454 const struct osd_sg_entry *sglist, unsigned numentries);
457 const struct osd_sg_entry *sglist, unsigned numentries);
460 const struct osd_sg_entry *sglist, unsigned numentries);
463 const struct osd_sg_entry *sglist, unsigned numentries);
/linux-4.1.27/drivers/scsi/osd/
Dosd_initiator.c902 const struct osd_sg_entry *sglist, unsigned numentries, u64 *len) in _add_sg_continuation_descriptor() argument
909 oscd_size = sizeof(*oscd) + numentries * sizeof(oscd->entries[0]); in _add_sg_continuation_descriptor()
930 for (i = 0; i < numentries; i++) { in _add_sg_continuation_descriptor()
938 or->cdb_cont.total_bytes, oscd_size, numentries); in _add_sg_continuation_descriptor()
992 const struct osd_sg_entry *sglist, unsigned numentries) in osd_req_write_sg() argument
995 int ret = _add_sg_continuation_descriptor(or, sglist, numentries, &len); in osd_req_write_sg()
1010 const struct osd_sg_entry *sglist, unsigned numentries) in osd_req_read_sg() argument
1016 if (numentries > 1) { in osd_req_read_sg()
1018 ret = _add_sg_continuation_descriptor(or, sglist, numentries, in osd_req_read_sg()
1044 void **buff, const struct osd_sg_entry *sglist, unsigned numentries) in _create_sg_bios() argument
[all …]
/linux-4.1.27/mm/
Dpage_alloc.c6067 unsigned long numentries, in alloc_large_system_hash() argument
6080 if (!numentries) { in alloc_large_system_hash()
6082 numentries = nr_kernel_pages; in alloc_large_system_hash()
6086 numentries = round_up(numentries, (1<<20)/PAGE_SIZE); in alloc_large_system_hash()
6090 numentries >>= (scale - PAGE_SHIFT); in alloc_large_system_hash()
6092 numentries <<= (PAGE_SHIFT - scale); in alloc_large_system_hash()
6098 if (!(numentries >> *_hash_shift)) { in alloc_large_system_hash()
6099 numentries = 1UL << *_hash_shift; in alloc_large_system_hash()
6100 BUG_ON(!numentries); in alloc_large_system_hash()
6102 } else if (unlikely((numentries * bucketsize) < PAGE_SIZE)) in alloc_large_system_hash()
[all …]
/linux-4.1.27/include/linux/
Dbootmem.h345 unsigned long numentries,