Searched refs:nelems (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | pci-dma-compat.h | 94 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()
|
D | rhashtable-types.h | 90 atomic_t nelems; member
|
D | rhashtable.h | 186 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()
|
D | dma-mapping.h | 141 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/ |
D | btf.h | 108 __u32 nelems; member
|
/include/linux/mtd/ |
D | rawnand.h | 961 unsigned int nelems; member 969 .nelems = sizeof((struct nand_op_parser_pattern_elem[]) { __VA_ARGS__ }) / \
|
/include/net/netfilter/ |
D | nf_tables.h | 538 atomic_t nelems; member
|