Home
last modified time | relevance | path

Searched refs:nelems (Results 1 – 7 of 7) sorted by relevance

/include/linux/
Dpci-dma-compat.h94 int nelems, int direction) in pci_dma_sync_sg_for_cpu() argument
96 dma_sync_sg_for_cpu(&hwdev->dev, sg, nelems, (enum dma_data_direction)direction); in pci_dma_sync_sg_for_cpu()
101 int nelems, int direction) in pci_dma_sync_sg_for_device() argument
103 dma_sync_sg_for_device(&hwdev->dev, sg, nelems, (enum dma_data_direction)direction); in pci_dma_sync_sg_for_device()
Drhashtable-types.h90 atomic_t nelems; member
Drhashtable.h186 return atomic_read(&ht->nelems) > (tbl->size / 4 * 3) && in rht_grow_above_75()
199 return atomic_read(&ht->nelems) < (tbl->size * 3 / 10) && in rht_shrink_below_30()
211 return atomic_read(&ht->nelems) > tbl->size && in rht_grow_above_100()
223 return atomic_read(&ht->nelems) >= ht->max_elems; in rht_grow_above_max()
787 atomic_inc(&ht->nelems); in __rhashtable_insert_fast()
1056 atomic_dec(&ht->nelems); in __rhashtable_remove_fast_one()
Ddma-mapping.h141 int nelems, enum dma_data_direction dir);
143 int nelems, enum dma_data_direction dir);
221 struct scatterlist *sg, int nelems, enum dma_data_direction dir) in dma_sync_sg_for_cpu() argument
225 struct scatterlist *sg, int nelems, enum dma_data_direction dir) in dma_sync_sg_for_device() argument
/include/uapi/linux/
Dbtf.h108 __u32 nelems; member
/include/linux/mtd/
Drawnand.h961 unsigned int nelems; member
969 .nelems = sizeof((struct nand_op_parser_pattern_elem[]) { __VA_ARGS__ }) / \
/include/net/netfilter/
Dnf_tables.h538 atomic_t nelems; member