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

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c1657 int bucket; local
1660 /* If it is still linked into the bucket list, free from the list */
1663 bucket = yaffs_hash_fn(obj->obj_id);
1664 dev->obj_bucket[bucket].count--;
1920 int bucket = yaffs_find_nice_bucket(dev); local
1923 u32 n = (u32) bucket;
1932 list_for_each(i, &dev->obj_bucket[bucket].list) {
1944 int bucket = yaffs_hash_fn(in->obj_id); local
1947 list_add(&in->hash_link, &dev->obj_bucket[bucket].list);
1948 dev->obj_bucket[bucket]
1953 int bucket = yaffs_hash_fn(number); local
[all...]
/openwrt/package/kernel/linux/modules/
H A Dnetfilter.mk818 Kernel modules support for the hashlimit bucket match module

Completed in 36 milliseconds