Home
last modified time | relevance | path

Searched defs:table (Results 1 – 10 of 10) sorted by relevance

/lib/
Dsg_pool.c84 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()
Dscatterlist.c192 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()
Dparser.c105 int match_token(char *s, const match_table_t table, substring_t args[]) in match_token()
Ddevres.c268 void __iomem *table[PCIM_IOMAP_MAX]; member
Ddynamic_debug.c61 struct ddebug_table *table; member
Drhashtable.c33 union nested_table __rcu *table; member
/lib/zlib_inflate/
Dinftrees.c24 code **table, unsigned *bits, unsigned short *work) in zlib_inflate_table()
/lib/zstd/
Dfse.h355 const void *table; /* precise table may vary, depending on U16 */ member
Dhuf_decompress.c74 static DTableDesc HUF_getDTableDesc(const HUF_DTable *table) in HUF_getDTableDesc()
Dcompress.c397 static void ZSTD_reduceTable(U32 *const table, U32 const size, U32 const reducerValue) in ZSTD_reduceTable()