Searched defs:table (Results 1 – 10 of 10) sorted by relevance
/lib/ |
D | sg_pool.c | 84 void sg_free_table_chained(struct sg_table *table, in sg_free_table_chained() 111 int sg_alloc_table_chained(struct sg_table *table, int nents, in sg_alloc_table_chained()
|
D | scatterlist.c | 192 void __sg_free_table(struct sg_table *table, unsigned int max_ents, in __sg_free_table() 239 void sg_free_table(struct sg_table *table) in sg_free_table() 266 int __sg_alloc_table(struct sg_table *table, unsigned int nents, in __sg_alloc_table() 355 int sg_alloc_table(struct sg_table *table, unsigned int nents, gfp_t gfp_mask) in sg_alloc_table()
|
D | parser.c | 105 int match_token(char *s, const match_table_t table, substring_t args[]) in match_token()
|
D | devres.c | 268 void __iomem *table[PCIM_IOMAP_MAX]; member
|
D | dynamic_debug.c | 61 struct ddebug_table *table; member
|
D | rhashtable.c | 33 union nested_table __rcu *table; member
|
/lib/zlib_inflate/ |
D | inftrees.c | 24 code **table, unsigned *bits, unsigned short *work) in zlib_inflate_table()
|
/lib/zstd/ |
D | fse.h | 355 const void *table; /* precise table may vary, depending on U16 */ member
|
D | huf_decompress.c | 74 static DTableDesc HUF_getDTableDesc(const HUF_DTable *table) in HUF_getDTableDesc()
|
D | compress.c | 397 static void ZSTD_reduceTable(U32 *const table, U32 const size, U32 const reducerValue) in ZSTD_reduceTable()
|