Searched refs:nelems (Results 1 – 8 of 8) sorted by relevance
/include/linux/ |
D | dma-debug.h | 37 int nelems, int dir); 62 int nelems, int direction); 66 int nelems, int direction); 106 int nelems, int dir) in debug_dma_unmap_sg() argument 146 int nelems, int direction) in debug_dma_sync_sg_for_cpu() argument 152 int nelems, int direction) in debug_dma_sync_sg_for_device() argument
|
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 | dma-mapping.h | 415 int nelems, enum dma_data_direction dir) in dma_sync_sg_for_cpu() argument 421 dma_direct_sync_sg_for_cpu(dev, sg, nelems, dir); in dma_sync_sg_for_cpu() 423 ops->sync_sg_for_cpu(dev, sg, nelems, dir); in dma_sync_sg_for_cpu() 424 debug_dma_sync_sg_for_cpu(dev, sg, nelems, dir); in dma_sync_sg_for_cpu() 429 int nelems, enum dma_data_direction dir) in dma_sync_sg_for_device() argument 435 dma_direct_sync_sg_for_device(dev, sg, nelems, dir); in dma_sync_sg_for_device() 437 ops->sync_sg_for_device(dev, sg, nelems, dir); in dma_sync_sg_for_device() 438 debug_dma_sync_sg_for_device(dev, sg, nelems, dir); in dma_sync_sg_for_device() 514 struct scatterlist *sg, int nelems, enum dma_data_direction dir) in dma_sync_sg_for_cpu() argument 518 struct scatterlist *sg, int nelems, enum dma_data_direction dir) in dma_sync_sg_for_device() argument
|
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() 795 atomic_inc(&ht->nelems); in __rhashtable_insert_fast() 1064 atomic_dec(&ht->nelems); in __rhashtable_remove_fast_one()
|
/include/uapi/linux/ |
D | btf.h | 107 __u32 nelems; member
|
/include/linux/mtd/ |
D | rawnand.h | 814 unsigned int nelems; member 822 .nelems = sizeof((struct nand_op_parser_pattern_elem[]) { __VA_ARGS__ }) / \
|
/include/net/netfilter/ |
D | nf_tables.h | 442 atomic_t nelems; member
|