函数源码 |
Source File:lib\rhashtable.c |
Create Date:2022-07-27 07:22:10 |
首页 | Copyright©Brick |
36 37 38 39 40 41 | static u32 head_hashfn( struct rhashtable *ht, const struct bucket_table *tbl, const struct rhash_head *he) { return rht_head_hashfn(ht, tbl, he, ht->p); } |