Home
last modified time | relevance | path

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

/include/linux/
A Diommu-dma.h65 int nelems, enum dma_data_direction dir);
67 int nelems, enum dma_data_direction dir);
A Ddma-mapping.h366 int nelems, enum dma_data_direction dir);
368 int nelems, enum dma_data_direction dir);
392 struct scatterlist *sg, int nelems, enum dma_data_direction dir) in dma_sync_sg_for_cpu() argument
395 __dma_sync_sg_for_cpu(dev, sg, nelems, dir); in dma_sync_sg_for_cpu()
399 struct scatterlist *sg, int nelems, enum dma_data_direction dir) in dma_sync_sg_for_device() argument
402 __dma_sync_sg_for_device(dev, sg, nelems, dir); in dma_sync_sg_for_device()
424 struct scatterlist *sg, int nelems, enum dma_data_direction dir) in dma_sync_sg_for_cpu() argument
428 struct scatterlist *sg, int nelems, enum dma_data_direction dir) in dma_sync_sg_for_device() argument
A Drhashtable-types.h91 atomic_t nelems; member
A 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()
796 atomic_inc(&ht->nelems); in __rhashtable_insert_fast()
1066 atomic_dec(&ht->nelems); in __rhashtable_remove_fast_one()
/include/uapi/linux/
A Dbtf.h115 __u32 nelems; member
/include/linux/mtd/
A Drawnand.h965 unsigned int nelems; member
973 .nelems = sizeof((struct nand_op_parser_pattern_elem[]) { __VA_ARGS__ }) / \
/include/net/netfilter/
A Dnf_tables.h594 atomic_t nelems; member
1781 unsigned int nelems; member
1782 struct nft_trans_one_elem elems[] __counted_by(nelems);

Completed in 23 milliseconds