Searched refs:hsh_tbl (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlabel/
H A Dnetlabel_domainhash.c266 struct netlbl_domhsh_tbl *hsh_tbl; local
271 hsh_tbl = kmalloc(sizeof(*hsh_tbl), GFP_KERNEL);
272 if (hsh_tbl == NULL)
274 hsh_tbl->size = 1 << size;
275 hsh_tbl->tbl = kcalloc(hsh_tbl->size,
278 if (hsh_tbl->tbl == NULL) {
279 kfree(hsh_tbl);
282 for (iter = 0; iter < hsh_tbl
[all...]
H A Dnetlabel_unlabeled.c1471 struct netlbl_unlhsh_tbl *hsh_tbl; local
1476 hsh_tbl = kmalloc(sizeof(*hsh_tbl), GFP_KERNEL);
1477 if (hsh_tbl == NULL)
1479 hsh_tbl->size = 1 << size;
1480 hsh_tbl->tbl = kcalloc(hsh_tbl->size,
1483 if (hsh_tbl->tbl == NULL) {
1484 kfree(hsh_tbl);
1487 for (iter = 0; iter < hsh_tbl
[all...]

Completed in 78 milliseconds