Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\rhashtable.c Create Date:2022-07-28 06:25:13
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:hltable_init - initialize a new hash list table*@hlt: hash list table to be initialized*@params: configuration parameters* Initializes a new hash list table.* See documentation for rhashtable_init.

Proto:int rhltable_init(struct rhltable *hlt, const struct rhashtable_params *params)

Type:int

Parameter:

TypeParameterName
struct rhltable *hlt
const struct rhashtable_params *params
1083  err = hashtable_init - initialize a new hash table*@ht: hash table to be initialized*@params: configuration parameters* Initializes a new hash table based on the provided configuration* parameters
1084  rhlist = true
1085  Return err
Caller
NameDescribe
test_rhltable
test_insert_dup