Home
last modified time | relevance | path

Searched refs:bkt (Results 1 – 3 of 3) sorted by relevance

/fs/smb/client/
A Dcompress.c72 p = bkt[i].count; in has_low_entropy()
105 sum += bkt[i].count; in calc_byte_distribution()
111 sum += bkt[i].count; in calc_byte_distribution()
131 if (bkt[i].count > 0) in is_mostly_ascii()
197 struct bucket *bkt = NULL; in is_compressible() local
232 bkt = kcalloc(bkt_size, sizeof(*bkt), GFP_KERNEL); in is_compressible()
233 if (!bkt) { in is_compressible()
241 bkt[sample[i]].count++; in is_compressible()
243 if (is_mostly_ascii(bkt)) in is_compressible()
247 sort(bkt, bkt_size, sizeof(*bkt), cmp_bkt, NULL); in is_compressible()
[all …]
/fs/smb/server/mgmt/
A Duser_session.c233 int bkt; in ksmbd_sessions_deregister() local
236 hash_for_each_safe(sessions_table, bkt, tmp, sess, hlist) { in ksmbd_sessions_deregister()
/fs/bcachefs/
A Dfs.c265 struct rhash_lock_head __rcu *const *bkt; in bch2_inode_or_descendents_is_open() local
271 bkt = rht_bucket(tbl, hash); in bch2_inode_or_descendents_is_open()
275 rht_for_each_entry_rcu_from(inode, he, rht_ptr_rcu(bkt), tbl, hash, hash) { in bch2_inode_or_descendents_is_open()
292 } while (he != RHT_NULLS_MARKER(bkt)); in bch2_inode_or_descendents_is_open()

Completed in 11 milliseconds