Home
last modified time | relevance | path

Searched defs:bucket (Results 76 – 100 of 138) sorted by relevance

123456

/Linux-v6.6/drivers/md/bcache/
Djournal.c46 sector_t bucket = bucket_to_sector(ca->set, ca->sb.d[bucket_index]); in journal_read_bucket() local
/Linux-v6.6/net/batman-adv/
Dbat_v.c429 int bucket = cb->args[0]; in batadv_v_orig_dump() local
Ddistributed-arp-table.c902 struct batadv_hashtable *hash, unsigned int bucket, in batadv_dat_cache_dump_bucket()
945 int bucket = cb->args[0]; in batadv_dat_cache_dump() local
Dtranslation-table.c1131 struct batadv_hashtable *hash, unsigned int bucket, in batadv_tt_local_dump_bucket()
1173 int bucket = cb->args[0]; in batadv_tt_local_dump() local
1949 int bucket = cb->args[0]; in batadv_tt_global_dump() local
/Linux-v6.6/fs/ocfs2/dlm/
Ddlmdebug.c407 struct hlist_head *bucket; in debug_mle_print() local
/Linux-v6.6/include/net/
Dudp.h438 int bucket; member
/Linux-v6.6/drivers/media/v4l2-core/
Dv4l2-ctrls-core.c1618 int bucket; in find_ref() local
1673 int bucket = id % hdl->nr_of_buckets; /* which bucket to use */ in handler_new_ref() local
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c708 struct hlist_head *bucket; in mlx4_en_replace_mac() local
1145 struct hlist_head *bucket; in mlx4_en_do_uc_filter() local
1345 struct hlist_head *bucket; in mlx4_en_delete_rss_steer_rules() local
/Linux-v6.6/net/ipv6/
Ddatagram.c1050 __u16 srcp, __u16 destp, int rqueue, int bucket) in __ip6_dgram_sock_seq_show()
Dip6_flowlabel.c753 int bucket; member
/Linux-v6.6/net/netfilter/ipvs/
Dip_vs_lblcr.c273 struct hlist_head bucket[IP_VS_LBLCR_TAB_SIZE]; /* hash bucket */ member
/Linux-v6.6/drivers/md/
Ddm-region-hash.c277 struct list_head *bucket = rh->buckets + rh_hash(rh, region); in __rh_lookup() local
/Linux-v6.6/net/netfilter/
Dnf_conntrack_expect.c567 unsigned int bucket; member
Dxt_recent.c476 unsigned int bucket; member
Dnf_conntrack_standalone.c104 unsigned int bucket; member
/Linux-v6.6/kernel/bpf/
Dhashtab.c78 struct bucket { struct
90 struct bucket *buckets; argument
/Linux-v6.6/net/unix/
Daf_unix.c3184 unsigned long bucket = get_bucket(*pos); in unix_from_bucket() local
3199 unsigned long bucket = get_bucket(*pos); in unix_get_first() local
3221 unsigned long bucket = get_bucket(*pos); in unix_get_next() local
/Linux-v6.6/kernel/locking/
Dlockdep.c3337 #define for_each_chain_block(bucket, prev, curr) \ argument
3369 static inline void init_chain_block(int offset, int next, int bucket, int size) in init_chain_block()
3382 int bucket = size_to_bucket(size); in add_chain_block() local
3435 static inline void del_chain_block(int bucket, int size, int next) in del_chain_block()
3462 int bucket, curr, size; in alloc_chain_hlocks() local
/Linux-v6.6/lib/zstd/compress/
Dzstd_ldm.c387 ldmEntry_t* const bucket = candidates[n].bucket; in ZSTD_ldm_generateSequences_internal() local
/Linux-v6.6/net/ipv4/
Droute.c463 u32 bucket, old, now = (u32)jiffies; in ip_idents_reserve() local
3076 struct fnhe_hash_bucket *bucket, int genid, in fnhe_dump_bucket()
3128 struct fnhe_hash_bucket *bucket; in fib_dump_info_fnhe() local
Dudp.c3058 int bucket) in udp4_format_sock()
3240 struct udp_sock *udp_sk, uid_t uid, int bucket) in udp_prog_seq_show()
3535 struct udp_sock *udp_sk, uid_t uid, int bucket) in DEFINE_BPF_ITER_FUNC()
Dping.c1116 int bucket) in ping_v4_format_sock()
/Linux-v6.6/fs/btrfs/
Draid56.c349 int bucket = rbio_bucket(rbio); in __remove_rbio_from_cache() local
737 int bucket; in unlock_stripe() local
/Linux-v6.6/net/openvswitch/
Ddatapath.c1479 u32 bucket, obj; in ovs_flow_cmd_dump() local
2485 int bucket = cb->args[0], skip = cb->args[1]; in ovs_vport_cmd_dump() local
/Linux-v6.6/lib/
Drhashtable.c34 struct rhash_lock_head __rcu *bucket; member

123456